SegNet-Tutorial icon indicating copy to clipboard operation
SegNet-Tutorial copied to clipboard

Display of output images

Open Timo-hab opened this issue 8 years ago • 1 comments

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!

Timo-hab avatar Jun 23 '16 14:06 Timo-hab

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)

raphaellu avatar Jul 13 '16 03:07 raphaellu