Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
panaceaaa1 opened this issue Mar 10, 2022 · 3 comments

Comments

@panaceaaa1
Copy link

No description provided.

@cvYouTian
Copy link

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
Copy link

tuteming commented Apr 4, 2022

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

@create-li
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants