ZENGYIMING-EAMON / CorrNet3D

CorrNet3D: Unsupervised End-to-end Learning of Dense Correspondence for 3D Point Clouds
GNU General Public License v3.0
137 stars 21 forks source link

How to see the result #4

Closed caijinana closed 2 years ago

caijinana commented 3 years ago

how to see the result visiable,and i don't understand the meaning of the result now

ZENGYIMING-EAMON commented 2 years ago

Given the output flexible P_out matrix, first turn it into the hard 0-1 matrix using row max. Then you can get the corresponding pairs of points from the indices of the matrix. You may visually assign the same color for the corresponding points. And see the pattern of the color or draw the corresponding lines between the corresponding points.