alexgkendall / caffe-segnet

Implementation of SegNet: A Deep Convolutional Encoder-Decoder Architecture for Semantic Pixel-Wise Labelling
http://mi.eng.cam.ac.uk/projects/segnet/
Other
1.08k stars 452 forks source link

Results in a text file for an image #132

Open shuchitagupta opened 6 years ago

shuchitagupta commented 6 years ago

Hi,

I wanted to run trained model on my images which I want to use further for another step. Where can I find such a trained model?

Also, after testing can I get the results in a text file labelled pixel wise?

Thanks.