Giter VIP home page Giter VIP logo

surfmnet's Introduction

SURFMNet

Source code and data associated with the ICCV'19 oral paper "Unsupervised Deep Learning for Structured Shape Matching". A cleaner and object oriented code is available at https://github.com/Not-IITian/SURFMNet-Object_oriented

Dependency

The code is tested under TF1.6 GPU version and Python 3.6 on Ubuntu 16.04, with CUDA 9.0 and cuDNN 7. It requires Python libraries numpy, scipy.

Download Pre-processed Mesh Data

Please run bash Prepare_data.sh

Shape Matching

To train a DFMnet model to obtain matches between shapes without any ground-truth or geodesic distance matrix (using only a shape's Laplacian eigenvalues and eigenvectors and also Descriptors on shapes):

    python train_DFMnet.py

To obtain matches after training for a given set of shapes:

    python test_DFMnet.py

Visualization of functional maps at each training step is possible with tensorboard:

    tensorboard --logdir=./Training/

Download GT Correspondence and precomputed pairwise matches for some baselines

https://drive.google.com/open?id=1qvqtJz-_zvMxC0ZMuFGbtlKxc9Py3Ggg

Download Geodesic Matrices for Faust and Scape remesh from here:

https://www.dropbox.com/s/ryvc1b0c3gnz2ju/Faust_r_test.zip?dl=0 https://www.dropbox.com/s/ysrctegmqgpo72z/scape_test.zip?dl=0

For any further question, please send an email to Abhishek at [email protected].

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.