Skip to content

Commit

Permalink
Added reference to MVS paper. Added MVS license link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hagiopol committed Jul 18, 2016
1 parent b87fac7 commit d50cf13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ In a word, OpenDroneMap is a toolchain for processing raw civilian UAS imagery t
6. Digital Elevation Models
7. etc.

So far, it does Point Clouds, Digital Surface Models, Textured Digital Surface Models, and Orthorectified Imagery.
So far, it does Point Clouds, Digital Surface Models, Textured Digital Surface Models, and Orthorectified Imagery. Open Drone Map now includes state-of-the-art 3D reconstruction work by Michael Waechter, Nils Moehrle, and Michael Goesele. See their publication at http://www.gcc.tu-darmstadt.de/media/gcc/papers/Waechter-2014-LTB.pdf.

Users' mailing list: http://lists.osgeo.org/cgi-bin/mailman/listinfo/opendronemap-users

Developer's mailing list: http://lists.osgeo.org/cgi-bin/mailman/listinfo/opendronemap-dev
Developers' mailing list: http://lists.osgeo.org/cgi-bin/mailman/listinfo/opendronemap-dev

Overview video: https://www.youtube.com/watch?v=0UctfoeNB_Y

Expand All @@ -42,7 +42,7 @@ Steps to get OpenDroneMap running:

(Requires Ubuntu 14.04 or later, see https://github.com/OpenDroneMap/odm_vagrant for running on Windows in a VM)

Support for Ubuntu 12.04 is currently BROKEN with the addition of OpenSfM and Ceres-Solver. We are working hard to get it working again in the future.
Support for Ubuntu 12.04 is currently BROKEN with the addition of OpenSfM and Ceres-Solver. We are working hard to get it working again in the future.

#### Building OpenDroneMap using git

Expand Down
1 change: 1 addition & 0 deletions licenses/license.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ Licensing for portions of OpenDroneMap are as follows:
* vtk5 - BSD - http://www.vtk.org/VTK/project/license.html
* libext - https://github.com/OpenDroneMap/OpenDroneMap/blob/gh-pages/licenses/libext_copyright.txt
* libx11 - https://github.com/OpenDroneMap/OpenDroneMap/blob/gh-pages/licenses/libx11_copyright.txt
* MVS Texturing - BSD - https://github.com/nmoehrle/mvs-texturing/blob/master/LICENSE.txt
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def usage():
if args.project_path is None:
usage()

#If user asks to rerun everything, delete all of the progress directories.
#If user asks to rerun everything, delete all of the existing progress directories.
if args.rerun_all:
os.system("rm -rf "
+ args.project_path + "images_resize/ "
Expand Down

0 comments on commit d50cf13

Please sign in to comment.