Open panaceaaa1 opened 2 years ago
請問你用fast-reid是否可在win10配置?
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')))
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
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.