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 code #1

Closed njnj0314 closed 2 years ago

njnj0314 commented 2 years ago

Hello, when I run this code, I find that there is no such file as if there is no such file: sym_dataset

nicolasdonati commented 2 years ago

Hi, thanks for the interest, Sorry you're right you can simply solve this error by eliminating the import of sym_dataset and all its appearances in the train/test code. I can't change the code now I will take care of it in a few days.

nicolasdonati commented 2 years ago

The code should now be rid of this sym_dataset error :) I'm closing the issue but feel free to open a new one if a similar problem arises