jpoberhauser / yolov5_ocsort

How to change OC_SORT official code to work with yolov5 as a detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question : No module named 'utils.args'

WMYYDREAM opened this issue · comments

when i running.
python tools/demo_track.py --demo_type video -f C:\Users\Sept\Desktop\OC_SORT\exps\example\mot\vehicle.py -c pretrained/best.pt --path videos/car.mp4 --fp16 --fuse --save_result --out_path car3_o
ut.mp4
//////////////////////////////
have a question.

Traceback (most recent call last):
File "tools/demo_track.py", line 22, in
from utils.args import make_parser
ModuleNotFoundError: No module named 'utils.args'

but,i have utils.args .