rockkingjy / OpenTracker

Real-time C++ ECO tracker etc. speed-up by SSE/NEON, support Linux, Mac, Jetson TX1/2, raspberry pi
GNU General Public License v3.0
751 stars 197 forks source link

y #34

Closed tiaozi123 closed 5 years ago

tiaozi123 commented 5 years ago

Hello, thank you very much, but I want to know how to train the model. Is the picture with label used during the training?Looking forward to your reply.

rockkingjy commented 5 years ago

do you mean the CNN model? it's from this paper: Return of the Devil in the Details: Delving Deep into Convolutional Nets K. Chatfield, K. Simonyan, A. Vedaldi, A. Zisserman British Machine Vision Conference, 2014 (arXiv ref. cs1405.3531) and the model could be found in caffe model-zoo: https://github.com/BVLC/caffe/wiki/Model-Zoo

tiaozi123 commented 5 years ago

Ok, thank you for your work.