SegNet-Tutorial
SegNet-Tutorial copied to clipboard
Problem in reading test data "--iter"
Hi, Let's say I have 500 test images.
- 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?