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

Why upsampling just after pooling? #122

Open mrgloom opened 6 years ago

mrgloom commented 6 years ago

Why upsampling right after pooling? Why not to add one more convolution between?

https://github.com/alexgkendall/SegNet-Tutorial/blob/master/Models/segnet_basic_train.prototxt#L260

mrgloom commented 6 years ago

Also why Relu activations not used in upsampling blocks?