bertinetto / siamese-fc

Arbitrary object tracking at 50-100 FPS with Fully Convolutional Siamese networks.
http://www.robots.ox.ac.uk/~luca/siamese-fc.html
MIT License
628 stars 224 forks source link

fix a bug when setting up the imdb #3

Closed zhangliliang closed 7 years ago

zhangliliang commented 8 years ago

Hi,

Recently I try to prepare the database for training. But an error occurs when running the line 106 of the vid_setup_data.m. I consider there is no field named "set" in the "imdb" structure. Thus this line might be removed.