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

Data Format for convert_mat_to_lmdb.py #35

Open ghost opened 8 years ago

ghost commented 8 years ago

Hello @alexgkendall. Thank you for sharing your work to the community! I have a dataset and the input data is composed of 11 channels. I thus would like to use your convert_mat_to_lmdb.py (https://github.com/alexgkendall/SegNet-Tutorial/blob/master/Scripts/convert_mat_to_lmdb.py). But I would like to make sure with data format, e.g., for the label data, should I store them as number of data x row x column? It would be awesome if you could share us the data/NYU/NYU_train_test_rgbdn_MoosmanNormals.mat (but I assume there might be a dataset copyright problem?)! Thank you much for your time!