SVS icon indicating copy to clipboard operation
SVS copied to clipboard

Code Repo for "Single View Stereo Matching" (CVPR'18 Spotlight)

Results 14 SVS issues
Sort by recently updated
recently updated
newest added

Thanks for your work~, What is the version of caffe used?

When evaluating performance on KITTI depth data, are you using raw sparse lidar measurements, or post-processed dense depth map as ground truth?

Hello, I did not find anything that shows the generated right image from the view synthesis network. Even the .mat file shows the input image, generated disparity and ground truth...

Hi, I'm trying to test the network but when I run the test_svs.m script the Matlab crashes in line 25 when it tries to load the file testKittiEigen.mat `testSet =...

i want to use my environment with win10+anaconda.could your project run?thanks

As the article described, the sparse ground-truth labels have been interpolated for visualization. How can I do that? ![Snipaste_2019-04-10_21-18-19](https://user-images.githubusercontent.com/38886481/55882026-5fce5f00-5bd6-11e9-8cb2-f30bfda2c7cb.png) Where can I find the codes?

Why is the algorithm in the article semi-supervised learning? is it because there is no ground truth participation in the View synthesis network? I am a little confused, I hope...

I open Matlab in both terminal and program and run test_svs.m but neither of them worked. The error lists below: Configuration: Crash Decoding : Disabled Crash Mode : continue (default)...

[test_svs_end2end.txt](https://github.com/lawy623/SVS/files/2114339/test_svs_end2end.txt) Crashes Matlab at line 30 with the error: ~/MATLAB/R2015a/bin$ ./matlab [libprotobuf ERROR google/protobuf/text_format.cc:245] Error parsing text-format caffe.NetParameter: 2975:21: Message type "caffe.LayerParameter" has no field named "correlation_param". WARNING: Logging before...

I run make matcaffe and it turns a result like above. I have installed boost 1.68 in my computer. How can I solve this problem. Thanks