carlosedubarreto / vibe_win_install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: cannot import name 'YOLOv3' from 'yolov3.yolo'

elizabethjcobs opened this issue · comments

Hi there,

Whenever I try to run commands to execute this program I get the following error

(venv_vibe) C:\Users\eliza\VIBE_FILES\VIBE-master>python demo_alter.py --vid_file sample_video.mp4 --output_folder output/ --display
Traceback (most recent call last):
File "demo_alter.py", line 29, in
from multi_person_tracker import MPT
File "C:\Users\eliza\VIBE_FILES\VIBE-master\multi_person_tracker_init_.py", line 2, in
from .mpt import MPT
File "C:\Users\eliza\VIBE_FILES\VIBE-master\multi_person_tracker\mpt.py", line 11, in
from yolov3.yolo import YOLOv3
ImportError: cannot import name 'YOLOv3' from 'yolov3.yolo'

Any help would be greatly appreciated.

as in the yolov3 file?

as in the yolov3 file?

sorry, I didnt understand what you mean.