NVlabs / PWC-Net

PWC-Net: CNNs for Optical Flow Using Pyramid, Warping, and Cost Volume, CVPR 2018 (Oral)
Other
1.64k stars 355 forks source link

how can i use corr1d with single direction for disparity estimation? #41

Closed CHZhu940222 closed 5 years ago

CHZhu940222 commented 6 years ago

how can i use corr1d with single direction for disparity estimation? int corr1d_cuda_forward(THCudaTensor input1, THCudaTensor input2, THCudaTensor rbot1, THCudaTensor rbot2, THCudaTensor *output, int pad_size, int kernel_size, int max_displacement, int stride1, int stride2, int corr_type_multiply //single_direction=0 ) best and thanks!

deqings commented 5 years ago

Sorry for the very late reply. You may check the dispnet that uses this layer (https://lmb.informatik.uni-freiburg.de/resources/binaries/dispflownet/dispflownet-release-1.2.tar.gz)