tangyuhao / GOTURN-Tensorflow

A tensorflow implementation for GOTURN tracker
MIT License
130 stars 61 forks source link

How to fix the bbox of the first frames/target pictures? #13

Open Liu-Yin opened 6 years ago

Liu-Yin commented 6 years ago

Hi, Tang Yuhao~You once said that you suppose all the first frames' bounding box are<0.25,0.25,0.75,0.75> . Since it's a huge work to crop the pics and make the bbox like that. Could it be possible to change the bbox of target pic??

tangyuhao commented 6 years ago

This is what the original paper did. You can if you want. But in that case, you may retrain the whole network since current parameters think all target in target images has a bbox of <0.25,0.25,0.75,0.75>.