-
Notifications
You must be signed in to change notification settings - Fork 727
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
How to disable fastreid and mmdet? #251
Comments
I met the same probelm. How do you solve it? |
i met the same problem i don't know how to solve it. need i to install the mmdetection? |
i have solved this problem. when you do not use fastreid and mmdetc, you need comment the import code just like 'from fastreid.config import get_cfg' |
You can try to comment out the code in "featrue_extractor.py" related to importing "fastreid", and replace the code in "deepsort.py" from: |
Even if I don't use the --fastreid and --mmdet it is still giving me a lot of bugs such as no module named mmdet.
How to solve this?
The text was updated successfully, but these errors were encountered: