TQTQliu / ET-MVSNet

[ICCV 2023] When Epipolar Constraint Meets Non-local Operators in Multi-View Stereo
MIT License
62 stars 1 forks source link

Question about the visualization of epipolar pairs. #5

Closed Zhu980805 closed 9 months ago

Zhu980805 commented 9 months ago

Great job! I am interested in how to visualize the epipolar pairs in the diagrams (Fig 1. (a), Fig. 3, and the center of Fig. 4) of your paper. Would you mind sharing the visualization code? I would appreciate it very much.

TQTQliu commented 9 months ago

Hello, thanks for your interest in our work. The procedure for visualizing epipolar pairs involves first utilizing the epipolar pair search algorithm to extract the pixel coordinates located on the epipolar lines of two images, and then visualizing these coordinates. You may also adjust the hyperparameters within the algorithm to achieve different visualization results, such as the search threshold δ (Table Algorithm 1 in the paper). I will arrange and organize the visualization code when time permits.