Skip to content

Commit

Permalink
Merge pull request #433 from OpenDroneMap/raw-resize-data
Browse files Browse the repository at this point in the history
Keeps original images pristine in georef

Former-commit-id: ebaaf80
  • Loading branch information
Dakota Benjamin authored Dec 6, 2016
2 parents 1fb39b8 + 32a0b97 commit 9332a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/odm_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def connections(self, _p):
# create odm georeference
connections += [self.tree[:] >> self.georeferencing['tree'],
self.args[:] >> self.georeferencing['args'],
self.dataset['photos'] >> self.georeferencing['photos'],
self.resize['photos'] >> self.georeferencing['photos'],
self.texturing['reconstruction'] >> self.georeferencing['reconstruction']]

# create odm orthophoto
Expand Down

0 comments on commit 9332a02

Please sign in to comment.