Closed iltertaha closed 4 years ago
The error code frequently occurs when cv2.imread is fail. Please check path of your image, or try it with absolute path. Thank you!
I had the same problem when the video I entered was .avi, I converted it to .mp4 and it worked. Might be the same issue for you ^^
Hi, thanks for this great work. I want to run the test.py on a single image with your pretrained .pkl file . For this reason, First, I've commented line 32:
#loader = Generator()
in test.py.(Since I didn't download tusimple dataset). Then I've run the code on my image. However I've got the following output. My image is 1920x1080. Since I'm using pretrained weights, I didn't download the TUSIMPLE dataset. Is it necessary even if I want to test on different image?How can I solve this problem? Thank you