-
Notifications
You must be signed in to change notification settings - Fork 61
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
Install maskrcnn-benchmark in the siammot env or in a seperate env? #18
Comments
Problem solved. Installed maskrcnn-benchmark in a separate repo but with the same conda env. Set the PATHONPATH with the project dir. |
can this code track mutil classes object? |
Can you please explain in more detail?
|
The library can be installed in the same environment. I see no reason why it should not be. And considering your problem with
The trouble with |
Confused by the install instructions.
If I install everything except maskrcnn-benchmark as the instructions showed, I got the following errors when running the demo on a long video (not sure if it is caused by the lack of maskrcnn-benchmark):
Traceback (most recent call last):
File "demos/demo.py", line 5, in
from demos.demo_inference import DemoInference
ModuleNotFoundError: No module named 'demos'
The text was updated successfully, but these errors were encountered: