samihormi / Multi-Camera-Person-Tracking-and-Re-Identification

Simple model to Track and Re-identify individuals in different cameras/videos.(Yolov3 & Yolov4)
GNU General Public License v3.0
206 stars 70 forks source link

ModuleNotFoundError: No module named 'yolo_v3' #6

Closed duggydoo closed 3 years ago

duggydoo commented 3 years ago

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?

duggydoo commented 3 years ago

Found under main branch, not sure why didnt copy with the git