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

What is the difference between the example segnet_basic* and segnet_* #144

Open CoinCheung opened 5 years ago

CoinCheung commented 5 years ago

Hi I am trying to learn segnet from this tutorial. I see in the directory Models/ that there are two sort of segnet(segnet_basic and segnet). They have different network structures and different solver parameters. Are they designed for same task, and are there performance differences between these two implementations ?