tangyuhao / GOTURN-Tensorflow

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

Would you please shown us how to generate training data ? #3

Open wangxiao5791509 opened 7 years ago

wangxiao5791509 commented 7 years ago

I see the test data you given, how could I generate the training data ? For example, I have the video and corresponding bounding box location, I know the target object, how could I set the searching region ? Random setting the bounding box ??? It will be cool if you could shown how to pre-processing the dataset ! Thanks !

tangyuhao commented 7 years ago

you should generate the training data using exactly same method described in the GOTURN papaer. the first searching region should be defined manually, there is no method to track an object in an video if you don't tell it what to track. preprocessing the dataset is really big pain and complicated, if you want to do that please refer to the GOTURN paper.

lidongxuan commented 6 years ago

I have the same issue. Is there any code for generating training data?