Coder Social home page Coder Social logo

myautopano's Introduction

MyAutoPano

This project aimed at stitching two or more images in order to create one seamless panorama image. This task requires homography estimation between two images. We calculate the homography between two images using the classical vision approach and deep learning approach (both supervised and unsupervised).

Phase 1

In phase 1, we implement the creation of a seamless panorama using tradiitonal geometric vision approach.

To run the code, run the following command from Phase1 folder:

python Wrapper.py

Phase 2

In this phase, we estimate homography using deep learning approach. We implemented supervised and unsupervised models.

Training the network

To train the supervised model, change the 'ModelType' argument to 'Sup' in the code and run the following command:

python Train.py

For training theunsupervised model, 'ModelType' should be 'Unsup'.

Testing a network

To test the supervised model, run the command:

python test_sup.py

To test the unsupervised model, run the command:

python test_unsup.py

Estimation of homography

To compare the estimated homographies with ground truth, run the following command:

pyhton Wrapper.py

Results

Author

  1. Akanksha Patel
  2. Sri Manika Makam

myautopano's People

Contributors

p-akanksha avatar manikamakam avatar

Watchers

James Cloos avatar  avatar

Forkers

manikamakam

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.