huanglianghua/siamfc-pytorch

The path error.

Closed this issue · 1 comments

I follow the instruction to set up the environment.
When I run the command python tools/train.py
I got some error:
from siamfc import TrackerSiamFC
ImportError: No module named 'siamfc'

It seems the absolute path is set inappropriate.

Solved by running this command:
python -m tools.train