tangyuhao / GOTURN-Tensorflow

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

How to use alov to train #10

Open tzw-1998 opened 6 years ago

tzw-1998 commented 6 years ago

it no every imgae ground-truth bounding box

sajalkaushik17 commented 6 years ago

pls tell how tointegrate the dataset with the model

anjali1601 commented 6 years ago

Please tell how to make train_file.txt for ALOV dataset and IMAGENET dataset where to get the bounding box numbers? or is it already available as there will be number of entries in this text file

tangyuhao commented 6 years ago

I did not write code to directly train the model using the dataset. What I did is to use the ground truth bounding box information in dataset lake ALOV and generate a new dataset which contains the input images my model needs and the ground truth labels. If you want to integrate the training process with the original dataset, you can write your own code to read the ALOV dataset and create trimmed input images on the fly.