eric-zqwang / puzzlefusion-plusplus

Code for paper "PuzzleFusion++: Auto-agglomerative 3D Fracture Assembly by Denoise and Verify"
https://puzzlefusion-plusplus.github.io/
Other
32 stars 4 forks source link

Why is the input of Verify a histogram vector, which is puzzling and does not work on other data #2

Closed fank996 closed 3 weeks ago

eric-zqwang commented 1 month ago

Can you explain more about your questions? What do you mean it does not work on other data? The histogram is derived from Jigsaw point matching results, and we simply use their results to construct this histogram, which represents the alignment features between two different fractures. We then input this histogram into a transformer to get the likelihood of alignment.