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

Problem about the results compared with Middlebury displayed results #58

Open wujunjie15 opened 5 years ago

wujunjie15 commented 5 years ago

Hi, Thanks for your code, and after I ran the slow network to predict the trainingH datasets, I got much worser results than the results displayed on the Middlebury website, I wonder where I did something wrong, can you help me out ? The command is as follows: ./main.lua mb slow -a predict -net_fname net/net_mbslow-a_train_all.t7 -left im0.png -right im1.png -disp_max 380 And one of the results can be compared as follows: The error rate(nocc) for Vintage by running the code is 31% while the result of Vintage image on Middlebury (MC-CNN-acrt ) is 24.8%. Do I miss something important? Thanks a lot !