CFNet icon indicating copy to clipboard operation
CFNet copied to clipboard

CFNet: Cascade and Fused Cost Volume for Robust Stereo Matching(CVPR2021)

Results 19 CFNet issues
Sort by recently updated
recently updated
newest added

Can this model be trained in unsupervised or supervised manner? Thank you

during training or robust, there is problem like this: RuntimeError: Legacy autograd function with non-static forward method is deprecated. Please use new-style autograd function with static forward method. (Example: https://pytorch.org/docs/stable/autograd.html#torch.autograd.Function)...

Hi, Thank you for your work, I find it really useful and I am trying to embed it for a test in a real-time environment. In order to do that,...

Why the value of gamma_s3, gamma_s2, beta_s3, beta_s2 are all zeros in your provided model weights? If they are all zeros, meaning that they are not functional, right?

请问文章中数据集的视差分布情况是通过代码统计的吗?

Hi, I am getting weird output images on warping the right image with disparity map obtained from pre-trained model. I learnt from the code that disparity map is with respect...

Hi, it looks like your model has a mutiple level of output, may I ask which one should I use to make inference? Thanks!

Can you provide the model trained by kitti2015? I could not achieve the results in the paper by reproduction

Hi. I am thinking of applying your method to my own custom dataset. So, I added the following code to `save_disp.py`'s `main` with reference to `datasets/sceneflow_dataset.py`. ```:python # test one...

I tried to train the cf-net model using the code from the github and just replace the Mish activation function to Relu for the first 20 epoches and then back...