nrupatunga / PY-GOTURN

This is the python-caffe implementation of single object tracking from GOTURN paper
MIT License
214 stars 67 forks source link

why the train loss doesn't converge? #19

Closed 3bobo closed 6 years ago

3bobo commented 6 years ago

I run the train.py without imagenet datasets and init model , all I have is alov datasets, but after 60000 iterations, I notice that the net's loss is all around 200, I try the snapshot caffemodel to track but they all go badly, is it because of the missing of the init caffemode or the imagenet datasets? thank you for your help!

nrupatunga commented 6 years ago
  1. Use Init model, along with alov dataset, but it might not generalise well because it might not be able to track objects that aren't there in the dataset.
  2. Should use imagenet, it helps to avoid overfitting.