Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A minimalist pytorch implementation of: "Deep Geometric Functional Maps: Robust Feature Learning for Shape Correspondence"

License

NotificationsYou must be signed in to change notification settings

pvnieo/GeomFmaps_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

report

⚠️ 🚨 this code base is no longer maintained 😕

GeomFmaps-pytorch

A minimalist pytorch implementation of: "Deep Geometric Functional Maps: Robust Feature Learning for Shape Correspondence"[1], appeared inCVPR 2020.

Installation

This implementation runs on python >= 3.7, use pip to install dependencies:

pip3 install -r requirements.txt

Download data & preprocessing

The preprocessing code will be added later.For the moment, we refer the reader to theoriginal implementation of GeomFmaps to download the data and the preprocessing code.

It should be noted that for each dataset (faust, scape, etc), this module expect that the dataset folder contains 3 folders:

  • off folder: this folder contains the meshes
  • spectral folder: this folder contains the laplace beltrami related data. It's composed from files having the same name as theoff folder. Each fileis a.mat contaning adict containing three keys:evals,evecs andevecs_trans. This files are created by the preprocessing code.
  • corres folder: this folder contains the ".vts" files necessary for the calculation of the ground truth maps.

Usage

Use theconfig.yaml file to specify the hyperparameters as well as the dataset to be used.

Use thetrain.py script to train the GeomFmaps model.

python3 train.py

References

[1]Deep Geometric Functional Maps: Robust Feature Learning for Shape Correspondence

About

A minimalist pytorch implementation of: "Deep Geometric Functional Maps: Robust Feature Learning for Shape Correspondence"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp