princeton-vl / RAFT-Stereo

MIT License
721 stars 139 forks source link

name 'corr_sampler' is not defined #80

Open rishabhpahuja opened 1 year ago

rishabhpahuja commented 1 year ago

To implement the faster version of RAFT, if I change the default value of --corr_implementation to reg_cuda, I get the error of "name 'corr_sampler' is not defined".

lahavlipson commented 1 year ago

Were you able to successfully run python setup.py install under sampler/?

HaiLiExp commented 1 year ago

I met a compatability issue The detected CUDA version (11.0) mismatches the version that was used to compile PyTorch (11.7). Please make sure to use the same CUDA versions. Is it possible to get the a python version of this file please, so that it would be more version compatible?

impact-x commented 3 days ago

["reg", "alt", "reg_cuda", "alt_cuda"] Can you tell me what these options mean and their differences? Thank you!