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

Output for a single image #136

Open TharunMohandoss opened 6 years ago

TharunMohandoss commented 6 years ago

I want to check the output of segmentation for single input image. Is there a simple way to do this?

I have installed caffe-segnet and also setup the folders as shown in the tutorial.

vsuryamurthy commented 6 years ago

You can modify the test_segmentation_camvid.py to check the segmentation output for a single image.

AliRaza21918 commented 5 years ago

@TharunMohandoss have you done this successfully ? if Yes then plz help me

KeunwooPark commented 5 years ago

Or maybe you can modify webcam_demo.py file