HelloRicky123 / Siamese-RPN

Full reimplementation of siamese rpn, has 0.24 eao on vot2017.
MIT License
223 stars 44 forks source link

Error: ModuleNotFoundError: No module named 'siamfc' #42

Closed fzh0917 closed 5 years ago

fzh0917 commented 5 years ago

In your bin/demo_siamrpn.py file, there is one line code which likes:

from siamfc import SiamRPNTracker

Can you provide the siamfc module so that we can run your code more easily?

fzh0917 commented 5 years ago

In your bin/demo_siamrpn.py file, there is one line code which likes:

from siamfc import SiamRPNTracker

Can you provide the siamfc module so that we can run your code more easily?

I can't understand the reason why the SiamRPNTracker module was put in the siamfc folder or file.

HelloRicky123 commented 5 years ago

This code is modified from an implementation of SiamFC. And the demo code is not maintained.