[OpenDroneMap-dev] Remote Code Sprint Feb 23-26

Dakota Benjamin dmb2 at clevelandmetroparks.com
Tue Feb 9 13:05:38 PST 2016


Hello all,


In two weeks we will be hosting a remote code sprint (in parallel with the OSGeo Code Sprint in Paris) to get a big update pushed to the master branch. This update is an upheaval of the installation script and the processing framework. You can see it here: https://github.com/edgarriba/OpenDroneMap/tree/cmake


The installation process is as follows:


mkdir path/to/odm/dir && cd path/to/odm/dir
git clone https://github.com/edgarriba/OpenDroneMap.git .
git checkout cmake
export PYTHONPATH=$PYTHONPATH:`pwd`/SuperBuild/install/lib/python2.7/dist-packages
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`/SuperBuild/install/lib
bash configure.sh
mkdir build && cd build && cmake .. && make

In order to run ODM, you do not need to be in the images directory, but you must append --project-path /path/to/project to the run.py args. Additionally, the project structure changed a bit as well. The images must be places in an images/ subdirectory within the project path This is what the directory tree should look like:

/path/to/project
    /images
        img_1.jpg
        . . .
        img_n.jpg


If you are interested in the code sprint, please join us on Gitter: https://gitter.im/OpenDroneMap/OpenDroneMap, and check out the roadmap: https://github.com/OpenDroneMap/OpenDroneMap/wiki/Roadmap


Thanks,

Dakota



[http://sig.cmparks.net/cmp-ms-90x122.png]Dakota Benjamin
Geospatial Developer
clevelandmetroparks.com<http://www.clemetparks.com/>


<http://www.clemetparks.com/>

<http://www.clemetparks.com/>"It is not down in any map; true places never are."

      Herman Melville

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/opendronemap-dev/attachments/20160209/49fed1e3/attachment.html>


More information about the OpenDroneMap-dev mailing list