Git Product home page Git Product logo

shape_correspondence's Introduction

The code changes based on the GCNN.

In Extract_shape_descriptors folder, there are files used to compute multiple shape descriptors
Be careful of the folder/file path
1: run run_forrest_run.m
2: In data_process.m to compute hks
3: In crop_data.m, it connects multiple shape descriptors.
If it is identical class, you only need to run the final part.(Concate desc data)
If it is multiple classes, you need to run all parts.
For the (Cut geovec) part, you need run it for several times to crop each shape descriptor, then in Concate desc data part, you need to run it to connect each shape descriptor one by one.

In the Network_training folder, there are files used to train the model
Be careful of the folder/file path
In \Experiment folder, it it main python file to run experiment

experiment1: the whole model
experiment2: improvement comparison
	experiment2_1: the model without multiple shape descriptors
	experiment2_2: the model without concatenating layer
experiment3: architecture comparison
	experiment3_1: the model with input linear layer
	experiment3_2: the model with adjusted linear layer
	experiment3_3: the model with 2 combined GC layer
	experiment3_4: the model with 1 combined GC layer 
experiment4: parameter setting comparison
	experiment4_1: test epoch = 100; train epoch = 100
	experiment4_2: test epoch = 50; train epoch = 100
	experiment4_2: test epoch = 50; train epoch = 50
experiment5: method comparison in multiple class
	change the train.txt and test.txt to evaluate the result

In the command.txt is the command to run the python file

Steps to run the code:
1. Put experiment file you want to run into the network_training folder
2. Run the command line in the command.txt

All other experiment files should be run following above steps, be careful to change the data path according to the Example.py

shape_correspondence's People

Contributors

katition avatar

Watchers

James Cloos avatar

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.