SkillAgentSearch skills...

Transmatching

No description available

Install / Use

/learn @GiovanniTRA/Transmatching
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Shape Registration in the Time of Transformers [Paper]

Shape Registration in the Time of Transformers <br>Giovanni Trappolini, Luca Cosmo, Luca Moschella, Riccardo Marin, Simone Melzi, Emanuele Rodolà <br> In Neurips, 2021

image-20190912160913089

Code Usage & Reproducible Results

Download the dataset folder here and put it under transmatching/test/ .

Install environment and dependencies:


conda create -n transformer_matching
conda activate transformer_matching

conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch
conda install -c conda-forge igl
pip install ./transmatching


cd transmatching/test

To train the model just run

python train.py

To test the model please look into evaluation

Related Skills

View on GitHub
GitHub Stars23
CategoryDevelopment
Updated11mo ago
Forks6

Languages

Python

Security Score

77/100

Audited on Apr 24, 2025

No findings