Pytorch-SiamFC
Pytorch-SiamFC copied to clipboard
can't find "baseline-conv5-original" network
Here "Download the state dictionary of the Network and put it inside of Root_Dir/models and set the value of net in Root_Dir/tracking/experiments/<your_experiments>/design.json as the name of the network (e.g. baseline-conv5-original)" I don't understand how to take " baseline-conv5-original" network. I did it: "net": "baseline_pretrained.pth.tar" Then I have a mistake: xgbj@Name:/Tracker/Pytorch-SiamFC$ chmod -x run_tracker_evaluation.py xgbj@Name:/Tracker/Pytorch-SiamFC$ ./run_tracker_evaluation.py Model set to GPU
Traceback (most recent call last):
File "./run_tracker_evaluation.py", line 235, in
You're right, there's a conflict between the Training and Tracking code. Somewhere along the development the definitions diverged. I'll be working to correct it and get back to you ASAP.
Thank you! I will be waiting for your answer.