nicolasdonati / DUO-FM

Implementation of CVPR2022 paper: "Deep orientation-aware functional maps: Tackling symmetry issues in Shape Matching".
23 stars 5 forks source link

about dataset #3

Closed njnj0314 closed 2 years ago

njnj0314 commented 2 years ago

Hello, may I ask if there is a training dataset with the top 79 of faust_a and the top 51 of scape_a? thanks

nicolasdonati commented 2 years ago

Hi, There is no such dataset at the moment, it is only a test set since the goal was to test with different triangulation If you want to try training on those shapes you can pick the test shapes as a train set :) , but be aware that sometimes exhibit non-manifoldness, which prevents the computation of complex functional maps. So you would only be able to train without the complex block (n_cfmap = 0 in the config).