-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hi, thank you for amazing work of what you did in this area of computer vision. it seems an impressive result. currently i am still reading your paper and i was trying to test the code but i faced a problem of running it.
you didn't commit a test folder which contain some images to test the code. but i tried to make my own as you said in the paper it should be 320240 . what i was able to get is 320180 like these( https://goo.gl/K7UL8p ). Also i modified the PATH variable to point to the new location. when i run it
it gets me the error of
OpenCV Error: Assertion failed (size.width>0 && size.height>0) in imshow, file
/home/yahia/Desktop/opencv2.4/opencv-2.4.13/modules/highgui/src/window.cpp
which mean that imshow cannot display the result. so my following questions
- Have it must image size to be 320*240 ?
- is any other modification in the test code should i do according to my picture set ?
- can you commit your test pictures ?