princeton-vl/RAFT-Stereo

Help on visualizing Correlation pyramid

Mythili-kannan opened this issue · 1 comments

Hi can you help me on how can i obtain correlation pyramid features and visualize them, so that i can see the common region between two images

In the forward pass, fmap1, fmap2 contain the correlation features for the left and right images, respectively. You can visualization the magnitude of their outer-product in matplotlib to see the similar regions.