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

Testing issue with bayesian_segnet_camvid.caffemodel #70

Open LemonAniLabs opened 7 years ago

LemonAniLabs commented 7 years ago

I'm trying to testing bayesian segnet. I use command in the tutorial for testing : python ./SegNet/Scripts/test_bayesian_segnet.py --model SegNet/Models/bayesian_segnet_inference.prototxt --weights SegNet/Models/Inference/bayesian_segnet_camvid.caffemodel --colours SegNet/Scripts/camvid11.png --data SegNet/CamVid/test.txt

But I got a error

F1105 12:44:04.004602 10702 blob.cpp:455] Check failed: ShapeEquals(proto) shape mismatch (reshape not set) *** Check failure stack trace: *** Aborted (core dumped) Is anyone have any clue how this happens? Thanks a lot.

NickShargan commented 7 years ago

The same problem. For me, only Pascal VOC model works.

ghost commented 7 years ago

I can confirm this problem as well. The weight file is incorrect and should be uploaded again.