vibe_win_install
vibe_win_install copied to clipboard
ImportError: cannot import name 'YOLOv3' from 'yolov3.yolo'
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.
I'm not totally sure but I thing this file goes somewhere inside you windwos user folder. Try to search about where it needs to be located and put the file there. Probably this will solve your problem Conectado 16/12/2022 09:43:21, elizabethjcobs @.> escreveu: 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' (C:\Users\eliza\VIBE_FILES\VIBE-master\yolov3\yolo_init_.py) Any help would be greatly appreciated. — Reply to this email directly, view it on GitHub [https://github.com/carlosedubarreto/vibe_win_install/issues/26], or unsubscribe [https://github.com/notifications/unsubscribe-auth/AA67PSTW77XI2IDSRHJPEH3WNRPWRANCNFSM6AAAAAATA4PHVY]. You are receiving this because you are subscribed to this thread.Message ID: @.> [2483d235-20b3-4516-aa30-36e5904c24d1]
as in the yolov3 file?
as in the yolov3 file?
sorry, I didnt understand what you mean.