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

Files for a tutorial to train SegNet for road scenes using the CamVid dataset

Results 100 SegNet-Tutorial issues
Sort by recently updated
recently updated
newest added

Hi What must the caffe-root =' ' in the file test_segmentation_camvid.py? Is it the caffe installation path or the caffe folder of downloaded segnet code? I am asking this because...

I am playing with an idea of having more training data, but only partly labeled, such each training image would have a unknown class label for those pixels that has...

Hi, the bayesian_segnet_sun.caffemodel is wrong, it is the same as segnet_sun.caffemodel,would you upload it again? Thank you!

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...

Hello, I'm using the DEMO, and I'm trying to change my input size to 480x640. I have tryed it in two different ways, and I obtaind some errors that I...

Could you please describe how use the "convert_mat_to_lmdb.py" code?

I use this commnad for webcam_demo.py (model and weights from SegNet Model Zoo): `> python Scripts/webcam_demo.py --model Example_Models/segnet_model_driving_webdemo.prototxt --weights /Example_Models/segnet_weights_driving_webdemo.caffemodel --colours /Scripts/camvid12.png` but I see something like this all the...

Hi @alexgkendall I want to Unsupervised Train SegNet with unlabeled data then fine-tune it with labeled data. I want to remove the soft_max layer at the end of the network,...