Open radcheb opened 5 years ago
Actually I think this because cv2.VideoCapture
needs an integer if it's a device (cam) and not a String. Otherwise he will look for file "0".
parser.add_argument( "--input", nargs='?', type=str,required=False,default='./path2your_video', help = "Video input path" )
find this part in "yolo_video.py" and change "str" to "int"
i tried that too 'str' tp 'int' error: argument --input: invalid int value: './path2your_video' showing this error thank you!
When I test keras-yolo3 on MacOs while setting 0 for using cam:
I got this error stack: