lawy623 / SVS

Code Repo for "Single View Stereo Matching" (CVPR'18 Spotlight)
281 stars 61 forks source link

matlab version #2

Closed zhangguanghui1 closed 6 years ago

zhangguanghui1 commented 6 years ago

Hello! I used Matlab 2017a. When I run "make mattest ", I faced the problem:

Invalid MEX-file '/home/zgh/caffe/matlab/+caffe/private/caffe_.mexa64': ...... Error in caffe.set_modecpu (line 5) caffe('set_mode_cpu'); Error in caffe.run_tests (line 6) caffe.set_mode_cpu(); ...... I want to ask how to solve it ? Or which Matlab version you used ? Thanks very very much!