ZQPei / deep_sort_pytorch

MOT using deepsort and yolov3 with pytorch
MIT License
2.82k stars 726 forks source link

from fastreid.config import get_cfg ModuleNotFoundError: No module named 'fastreid' #244

Open panaceaaa1 opened 2 years ago

cvYouTian commented 2 years ago

I also encountered the same problem, I don't know if it is the same as yours, my problem has been solved.If you want to use fast-reid, please configure it according to the requirements in the readme. If you do not want to use it, you need to comment out the code related to fast-reid in deep_sort.py and feature_extractor.py.

tuteming commented 2 years ago

請問你用fast-reid是否可在win10配置?

create-li commented 2 years ago

Copy the folder of fastreid in the fast Reid project to the deepsort folder and Set module path, import module path。

sys.path.append(os.path.dirname(os.path.abspath('./deep_sort/fastreid')))

AOEknabos commented 1 week ago

I am trying to use the fast-reid for deepsort tracking with mmdetection model, but i cannot seem to get the config and weight files downloaded.

any help would be appreciated

image