Git Product home page Git Product logo

reconstructionchallenge's Introduction

DroneDeploy

Reconstruction Challenge

Libraries

  • Numpy
  • PyProj
  • PyOpenGL
  • PyOpenGL-accelerate
  • Python Imaging Library (PIL)

How To Run

In my development environment I have been using Conda package manager. It is included in Anaconda Python distribution which already comes with Numpy.

To install PIL, PyOpenGL and PyOpenGL-accelerate:

$ conda install pil
$ conda install pyproj
$ conda install pyopengl
$ conda install pyopengl-accelerate

To run the Reconstruction Challenge script:

$ python main.py example.csv example/

example.csv is the file with the cameras information and example/ is the directory where the images specified in the .csv are.

Application

After successfully running the Reconstruction Challenge script a new window will popup showing the mosaic that was created.

Keyboard Shortcuts

F: Enable or disable the frustum of the cameras. The selected camera's frustum is displayed in yellow.

N: Selects the next camera

P: Selects the previous camera

S: Take an screenshot of the area being viewed in the window. The image file is saved as out.png. All screenshots for this document were taken with this feature.

reconstructionchallenge's People

Contributors

leocamello avatar

Watchers

James Cloos avatar Andrew 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.