foolwood / SiamMask

[CVPR2019] Fast Online Object Tracking and Segmentation: A Unifying Approach
http://www.robots.ox.ac.uk/~qwang/SiamMask
MIT License
3.47k stars 818 forks source link

Windows Install #188

Open ChrisPal323 opened 3 years ago

ChrisPal323 commented 3 years ago

I have been trying to get the demo working on my windows machine, and have not been able to figure out the commands to get a successful install. I get all the way to executing the code and right when I get to executing the demo I get this error:

File "../../tools/demo.py", line 7, in from tools.test import * ModuleNotFoundError: No module named 'tools'

Any clue how to fix this on a windows machine? I think it has to do with the export commands I have been doing wrong on windows. I have been using the set command and still nothing. Any clue why?

Thanks for the help!

asuleyman commented 3 years ago

I have the same problem! did you managed to figure it out ?

ChrisPal323 commented 3 years ago

Yes, you should change the path in environmental settings on windows. The same as in the GitHub instructions, but in the windows envriomnetal settings.

On Sun, Apr 18, 2021 at 11:11 PM asuleyman @.***> wrote:

I have the same problem! did you managed to figure it out ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/foolwood/SiamMask/issues/188#issuecomment-822136182, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOTIJ5P57BWXEDXRBDUU5WLTJONMLANCNFSM4Z5CTJQQ .

asuleyman commented 3 years ago

Thank you. It took me a while to set up the environment.

Soyad-yao commented 3 years ago

i got the same error. I have added environment variables but keep getting this error. Can you illsutrate how to solve it? Thanks!