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
851 stars 518 forks source link

Display of output images #43

Open Timo-hab opened 8 years ago

Timo-hab commented 8 years ago

Hi

Is it possible to get a specific output images of the 233 test images? For example, if I want to display the image 100th. And is it possible to click on the output images by a button click? The current situation is that you have to close all 3 output images, so that the loop cycle continues. Thank you in advance!

raphaellu commented 8 years ago

I am not very good at using SegNet either, but if you take a closer look at Scripts/test_segmentation_camvid.py, you will be able to display a specific image by changing the code just a little bit. (eg. an if condition can simply do this)