feihuzhang / GANet

GA-Net: Guided Aggregation Net for End-to-end Stereo Matching
MIT License
554 stars 135 forks source link

generalization ability on test datasets #13

Closed buqing2009 closed 5 years ago

buqing2009 commented 5 years ago

I trained the new model finetuning from kitti2015 on my own datasets, but when i testing, the result disp images are totally wrong because of generalization ability. Imgs in my own datasets are all only one channel(not RGB channel). And when training or testing, i will convert 8bit imgs into 32bit(R/G/B three channels use the same information). How did this happen?

buqing2009 commented 5 years ago

I saw the random sort in the original training list file, is that necessary?

feihuzhang commented 5 years ago

You should retrain on sceneflow dataset using 8-bit gray image, then fine tune on your own dataset. Currently, no deep neural network models can generalize well from color input to 8-bit gray images.