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

Dasiamese+DeepMask #2

Open
zhangyanabc opened this issue May 6, 2019 · 2 comments
Open

Dasiamese+DeepMask #2

zhangyanabc opened this issue May 6, 2019 · 2 comments

Comments

@zhangyanabc
Copy link

When I ran Dasiamese+DeepMask,I met a problem that shows:
File "tools/dasiamrpn_deepmask.py", line 1, in
from tracker.net import SiamRPNvot
ImportError: No module named 'tracker'
How can I solve it?Thank you!

@foolwood
Copy link
Owner

foolwood commented May 6, 2019

git clone https://github.com/foolwood/DaSiamRPN.git
mkdir tracker && mv DaSiamRPN/code/* ./tracker/ && rm -rf ./DaSiamRPN
touch tracker/__init__.py
sed -i 's/utils/.utils/g' tracker/run_SiamRPN.py
cd $DEEPMASK
wget www.robots.ox.ac.uk/~qwang/SiamRPNVOT.model
python tools/dasiamrpn_deepmask.py

please add __init__.py file in tracker fold.
touch tracker/__init__.py

@zhangyanabc
Copy link
Author

Thanks for your reply,I didn't download the Dasiamese in the DeepMask folder,and now I've solved the problem!

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

2 participants