Giter VIP home page Giter VIP logo

pmvs-gpu's Introduction

PMVS-GPU

This project modifies PMVS to use the GPU. So far it has only been tested on Ubuntu 14.04 with NVIDIA graphics cards.

Requirements

OpenCL 1.2

Verify OpenCL is configured correctly by running the clinfo utility. It should find a GPU device and return lots of info. On Ubuntu, OpenCL appears to be broken when using NVIDIA Ubuntu packages. If OpenCL isn't working, try removing all NVIDIA Ubuntu packages and reinstall drivers using the NVIDIA binary installer downloaded from http://www.geforce.com/drivers.

Ubuntu packages

sudo apt-get install libgsl0-dev libblas-dev libatlas-dev liblapack-dev opencl-headers libjpeg-dev

Other

  • Graclus

    When compiling Graclus be sure to set DNUMBITS to 64 in Makefile.in if you're using a 64 bit system.

Build Instructions

Update program/main/Makefile to point to your graclus dir (YOUR_INCLUDE_METIS_PATH and YOUR_LDLIB_PATH)

cd program/main
make depend
make
sudo make install

Using with OpenDroneMap

There is a more up-to-date branch of OpenDroneMap called python-port. When the input images have GPS metadata, the point matching step is much faster for large datasets. To use python-port, first clone the OpenDroneMap repository, then check out the branch using git.

git clone https://github.com/OpenDroneMap/OpenDroneMap.git
cd OpenDroneMap
git fetch
git checkout python-port
./install.sh

OpenDroneMap comes with the original version of pmvs2. To use pmvs-gpu instead, copy the binary to the OpenDroneMap bin directory. cp <PMVS-GPU dir>/program/main/pmvs2 <OpenDroneMap dir>/bin

After installing, run OpenDroneMap by launching the run.py script from the directory that contains the input images. Note that if you're using the default branch (gh-pages), use run.pl instead.

pmvs-gpu's People

Contributors

jkevin avatar willywutang avatar

Watchers

 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.