StrangerZhang / SiamFC-PyTorch

SiamFC PyTorch
MIT License
232 stars 63 forks source link

There is no fire when i execute python bin/demo_siamfc? #14

Closed bigmoking closed 5 years ago

bigmoking commented 5 years ago

File "bin/demo_siamfc.py", line 11, in from fire import Fire ImportError: No module named fire

StrangerZhang commented 5 years ago

pip install fire should solve your problem

bigmoking commented 5 years ago

I have a error that "AttributeError: 'Variable' object has no attribute 'shape' " What's your version of the pytorch?

StrangerZhang commented 5 years ago

pytorch 0.4.1 & python 3.6