Running code as per the described. However when I run the code:
python demo.py --videos videos\NMS2.avi videos\NMS1.avi --version v3
I get the error:
Traceback (most recent call last):
File "demo.py", line 28, in
from yolo_v3 import YOLO3
ModuleNotFoundError: No module named 'yolo_v3'
Hi,
Running code as per the described. However when I run the code: python demo.py --videos videos\NMS2.avi videos\NMS1.avi --version v3
I get the error: Traceback (most recent call last): File "demo.py", line 28, in
from yolo_v3 import YOLO3
ModuleNotFoundError: No module named 'yolo_v3'
Any suggestions?