jzbontar / mc-cnn

Stereo Matching by Training a Convolutional Neural Network to Compare Image Patches
BSD 2-Clause "Simplified" License
707 stars 232 forks source link

Question about training on combined datasets #39

Open MHoef opened 7 years ago

MHoef commented 7 years ago

Hi everyone, i want to train on several datasets, lets say Kitti2012&Kitti2015 or Kitti2012&Middlebury.

The first idea was to combine the datasets in data.kitti/unzip/training/... and data.kitti2015/unzip/training/.... But i´m not quite sure if this is right due to different binary files like metadata.bin or dispnoc.bin.

Then i saw the option "-at" in the main.lua with an if-case opt.at == 1 then..., where the tensors of kitti2012&2015 will be concatenated.

So the questions are:

Regards, Marc