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

Training Segnet for SUN-RGBD dataset with fixed dimension #119

Open nrupatunga opened 6 years ago

nrupatunga commented 6 years ago

@alexgkendall

How is Segnet trained for lower resolution of 224x224 on SUN-RGBD, while the annotations are of arbitrary size. How did you prepare annotation of size 224x224, as I see that resizing the annotation image would disturb the labels?

Is it done considering nearest pixel values?

hanchaoleng commented 5 years ago

@nrupatunga Hi, i have the same question about image arbitrary size. Have you solved this problem?