jzbontar / mc-cnn

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

How to compile the MiddEval3-SDK #23

Open BroadDong opened 7 years ago

BroadDong commented 7 years ago

Hi,could you give me detailed descriptions about this part,that is compiling the MiddEval3-SDK. middeval3 _ problem

jzbontar commented 7 years ago
$ wget http://vision.middlebury.edu/stereo/submit3/zip/MiddEval3-SDK-1.6.zip
$ unzip MiddEval3-SDK-1.6.zip
$ cd MiddEval3/code/imageLib/
$ make
$ cd ..
$ make
$ sudo cp computemask /usr/bin/
BroadDong commented 7 years ago

Thanks!