alexgkendall / SegNet-Tutorial

Files for a tutorial to train SegNet for road scenes using the CamVid dataset
http://mi.eng.cam.ac.uk/projects/segnet/tutorial.html
847 stars 517 forks source link

Problem in reading test data "--iter" #129

Open ranjithrajasimha opened 6 years ago

ranjithrajasimha commented 6 years ago

Hi, Let's say I have 500 test images.

  1. If I give iter as 500, it is selecting images in the order 0,2,4,6...,500 which is equal to 250 and repeating the very same images again. Any Idea why it is skipping alternative frames?