torrvision / siamfc-tf

SiamFC tracking in TensorFlow.
567 stars 189 forks source link

Fix reading validation dataset #29

Open aravindbattaje opened 6 years ago

aravindbattaje commented 6 years ago

Reading the data set assumed that there were no files in the ./data/validation folder. It doesn't behave well when a file is present. For example, README.txt in the ZIP provided as the validation sequences would be read as a video sequence (directory). This update fixes this problem.