orlitany / DeepFunctionalMaps

91 stars 23 forks source link

How to get "distance_maps/" #6

Closed curehabit closed 4 years ago

curehabit commented 4 years ago

Hi, after converted .ply files to .mat files, I run train_FMnet.py and got an error:

FileNotFoundError: [Errno 2] No such file or directory: './Data/distance_maps/tr_reg_000.mat'

How to get the distance_maps/*.mat files?

curehabit commented 4 years ago

I calculate the distance between each vertix in the mesh and wish it is right.

curehabit commented 4 years ago

https://github.com/OshriHalimi/unsupervised_learning_of_dense_shape_correspondence This repository contains geodesic distance calculation.