Open
Description
hello, firstly, I find that your code have import error
. The reason should be that the names are not uniform between Utils_Video.py
and utils_video.py
or Utils_Image.py and utils_image.py
. Please check it.
Importantly, I run python VID_yolo.py --path_video xxx.mp4
, but it shows error:
Opening File Video:2.mp4
could Not Open : 2.mp4
Traceback (most recent call last):
File "VID_yolo.py", line 120, in <module>
main()
File "VID_yolo.py", line 108, in main
frame_list, frames = utils_video.extract_frames(args.path_video, args.perc)
TypeError: 'NoneType' object is not iterable
why can not open a mp4 file? can you give some advises?
Metadata
Metadata
Assignees
Labels
No labels