Git Product home page Git Product logo

neurora's Introduction

NeuRoRA: Neural Robust Rotation Averaging

The current repository is based on pyTourch Geometric Toolbox (Python3 Notebook) https://pytorch-geometric.readthedocs.io/en/latest/

For any query email to [email protected]

If you find the code to be useful, please cite the following paper
NeuRoRA: Neural Robust Rotation Averaging, P. Purkait, T.J. Chin and I. Reid, European Conference on Computer Vision 2020
https://arxiv.org/pdf/1912.04485.pdf

GitHub Logo

Requirements

The current

  • pip install --verbose --no-cache-dir torch-scatter
  • pip install --verbose --no-cache-dir torch-sparse
  • pip install --verbose --no-cache-dir torch-cluster
  • pip install --verbose --no-cache-dir torch-spline-conv (optional)
  • pip install torch-geometric

Creating datasets

The scripts to generate the synthetic datasets is adapted from the rotation averaging package of CV Lab of IISC Bangalore http://www.ee.iisc.ac.in/labs/cvl/research/rotaveraging/

To generate synthetic data for NeuRoRA, run the following scripts in order

  • Example_generate_data_pytourch.m
    ** This will generate the view-graphs and can directly fed to CleanNet for Training and Evaluatuion.
    ** Note that you need to execute the code twice to generate separate training and testing datasets.
  • Outlier_detect_initialization.m
    ** It requires output of CleanNet to generate data for FineNet.
    ** It does so by generating an initial solution of absolute pose from the cleaned graph.

Training

CleanNet

To train the CleanNet model, call:

  • Run jupyter notebook on terminal
  • Open CleanNet.ipynb and run all
    ** the CleanNet model

FineNet

To train the FineNet model, call:

  • Open FineNet.ipynb and run all
    ** the FineNet model

Testing

Networks

The analogous files CleanNet.ipynb and FineNet.ipynb can be incorporated

  • The above scripts have separate cells for training and evaluation

View-Graphs

  • test_synthetic.m
    ** This reports the prediction accuracy

For any query email to [email protected]

neurora's People

Contributors

pulak09 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.