ZYangChen / MoCha-Stereo

[CVPR2024] The official implementation of "MoCha-Stereo: Motif Channel Attention Network for Stereo Matching”.
MIT License
110 stars 2 forks source link

Correction #3

Open ZYangChen opened 5 months ago

ZYangChen commented 5 months ago

There is a writing error in the paper published on cvpr. Please refer to the Arxiv version. wrong1 right1

ZYangChen commented 4 months ago

G stands for Gaussian low-pass filter. We attenuate the low frequency components to achieve a high pass filter effect. This is consistent with our code and we will open source the code for the algorithm.

ZYangChen commented 2 months ago

G stands for Gaussian low-pass filter. We attenuate the low frequency components to achieve a high pass filter effect. This is consistent with our code and we will open source the code for the algorithm.

Code is now available.