deep_sort_pytorch icon indicating copy to clipboard operation
deep_sort_pytorch copied to clipboard

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

Open panaceaaa1 opened this issue 3 years ago • 4 comments

panaceaaa1 avatar Mar 10 '22 11:03 panaceaaa1

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.

cvYouTian avatar Mar 12 '22 01:03 cvYouTian

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

tuteming avatar Apr 04 '22 08:04 tuteming

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')))

create-li avatar Jul 25 '22 12:07 create-li