Wykres commitów

2042 Commity (45cf58abb45ee908ac1885c33360a2fc02cce323)

Autor SHA1 Wiadomość Data
Piero Toffanin 45cf58abb4
Merge pull request #1181 from Saijin-Naib/master
Dan's magic GitHub Action
2020-11-02 10:39:02 -05:00
Saijin-Naib 1c37ad497a
Update README.md
Fixed build status badge for where it should live once merged
2020-10-30 23:34:27 -04:00
Saijin-Naib e307b43d5e
Update snapcraft.yaml
Fixed SNAP package naming
2020-10-30 23:33:19 -04:00
Saijin-Naib 1ee4c27d05
Update snapcraftbuild.yml
Fixes from Dan
2020-10-29 16:08:45 -04:00
Saijin-Naib 38ae450deb
Update snapcraftbuild.yml
Dan's rebase on snapcore's action
2020-10-29 16:00:23 -04:00
Saijin-Naib ff3c44d780
Update snapcraftbuild.yml
Fixes from Dan
2020-10-29 15:46:47 -04:00
Saijin-Naib f22b44f99d
Update README.md 2020-10-29 15:15:24 -04:00
Saijin-Naib 3b428f5dd9
Update snapcraftbuild.yml 2020-10-29 14:54:03 -04:00
Saijin-Naib 8f88b2903f
Update snapcraftbuild.yml 2020-10-29 14:50:55 -04:00
Saijin-Naib 138cb53cb7
Update snapcraftbuild.yml 2020-10-29 14:48:35 -04:00
Saijin-Naib ec81cf6a07
Update snapcraftbuild.yml 2020-10-29 14:46:21 -04:00
Saijin-Naib 63141dbae4
Update snapcraftbuild.yml 2020-10-29 14:30:16 -04:00
Saijin-Naib 1f47023947
Create snapcraftbuild.yml 2020-10-29 14:28:28 -04:00
Saijin-Naib 09100d77f4
Update snapcraft.yaml
Update package name to match snapcraft listing
2020-10-29 12:07:53 -04:00
Piero Toffanin 7407dd66b1
Merge pull request #1179 from koushikjoshi/ruinedcentipede
Replaced the calls to io.join_paths with the standard os.path.join
2020-10-28 15:00:24 -04:00
koushikjoshi 41ca70d77f Paranthesis added in run.py 2020-10-28 23:32:03 +05:30
koushikjoshi e40a405583 Replaced the calls to io.join_paths with the standard os.path.join 2020-10-28 19:35:01 +05:30
Piero Toffanin 2adf8c36a9
Merge pull request #1178 from diddledan/snap-18.04
Working Snap based on core18 (Ubuntu 18.04 base)
2020-10-28 09:08:43 -04:00
Daniel Llewellyn f14e574e59 Initial Snap Package
* Add `snap/` directory containing
  - `snapcraft.yaml` the build script
  - `local/usr/lib/python3.6/sitecustomize.py` a snap-specific override
    file to get python to recognise the snap's python paths
* Add `*.snap` to gitignore so built snap packages aren't accidentally
  committed to the repository.
2020-10-27 23:07:15 +00:00
Daniel Llewellyn 9320fe48f4 Temporary patch to OpenSfM
Signed-off-by: Daniel Llewellyn <daniel@snapcraft.ninja>
2020-10-27 23:07:15 +00:00
Piero Toffanin 842640528a
Merge pull request #1176 from diddledan/gcc-wrapper-fix
Update GCC Wrapper scripts for portable build
2020-10-26 12:17:49 -04:00
Daniel Llewellyn 89ff2598f9 Bump OpenCV to 4.5.0 to drop libjasper requirement
OpenCV 3.4.6 requires libjasper which is not supported on Ubuntu 18.04+

* Update OpenCV download URL to version 4.5.0
* Drop opencv_contrib target and external project (the Sift algorithm is
  now in OpenCV upstream so we don't need the contrib anymore)
* Update OpenSfM build definition to reference new location for OpenCV
  compiled binaries

Signed-off-by: Daniel Llewellyn <daniel@snapcraft.ninja>
2020-10-26 16:11:29 +00:00
Daniel Llewellyn 9abf1ee695 Update GCC Wrapper scripts for portable build
The wrapper scripts incorrectly unwrapped arguments with spaces making
them appear to be multiple individual arguments instead of one quoted
argument.

ref: https://github.com/OpenDroneMap/ODM/pull/1170#issuecomment-716607868

Signed-off-by: Daniel Llewellyn <daniel@snapcraft.ninja>
2020-10-26 15:56:10 +00:00
Piero Toffanin 03a7923433
Merge pull request #1174 from smathermather/updateReferenceImage
Update example image to improved Stone Town
2020-10-20 17:25:03 -04:00
Stephen Mather f1a9c18045
Update example image to improved Stone Town 2020-10-20 17:13:45 -04:00
Piero Toffanin 190f13c89c
Merge pull request #1173 from smathermather/updateReferenceImage
Update reference image
2020-10-20 12:16:14 -04:00
Stephen Mather 04037ff6fd Update reference image 2020-10-20 12:12:19 -04:00
Piero Toffanin 9b9ecead25
Merge pull request #1169 from diddledan/gflags-position-independent
Ensure GFlags is compiled with -fPIC
2020-10-15 11:40:17 -04:00
Piero Toffanin 9d59361acd
Merge pull request #1167 from diddledan/ninja-build-fix
Support CMake+Ninja in SuperBuild
2020-10-15 11:38:53 -04:00
Daniel Llewellyn 157f931cbb
Ensure GFlags is compiled with -fPIC
GFlags compiled on Ubuntu 18.04 is not linkable by other projects due to
missing `-fPIC` during compilation.

* Add `-DCMAKE_POSITION_INDEPENDENT_CODE=ON` when compiling GFlags.

Signed-off-by: Daniel Llewellyn <daniel@snapcraft.ninja>
2020-10-15 16:10:39 +01:00
Daniel Llewellyn 21a4d51504
Support CMake+Ninja in SuperBuild
* Use CMake-native call to `ProcessorCount` instead of a shell execute
  call to `nproc` that only works in Makefile-style builds.
* Use CMake's implicit default `cmake --build` commands to build CMake
  projects instead of assuming `make`.

Signed-off-by: Daniel Llewellyn <daniel@snapcraft.ninja>
2020-10-15 16:07:37 +01:00
Piero Toffanin 929f1db593
Merge pull request #1165 from pierotofy/xmpfix
Add support for XMP fraction values, fix #1163
2020-10-14 10:22:46 -04:00
Piero Toffanin 5d3ec4907b Add support for XMP fraction values, fix #1163 2020-10-14 10:20:49 -04:00
Piero Toffanin a1d4cd5ba8
Merge pull request #1161 from pierotofy/gsdest
Try to estimate GSD for flipped Z axis datasets
2020-09-28 13:04:06 -04:00
Piero Toffanin 99f0538fcc Add warning on negative GSD estimate 2020-09-28 10:51:35 -04:00
Piero Toffanin e650185f9d Try to estimate GSD for flipped Z axis datasets 2020-09-28 10:49:02 -04:00
Piero Toffanin a9c5333a53 Merge pull request #1156 from pierotofy/python3
ODM 2.0 - Migration to 18.04, Python 3.6, new features, bug fixes

Former-commit-id: ef174de8af8dbb87379fa882f20ede34c751aef1
2020-09-21 11:03:09 -04:00
Piero Toffanin 7d53c16365 Allow override of parser object in config
Former-commit-id: 8118b3c86e
2020-09-17 13:59:44 -04:00
Piero Toffanin 5d170571d2 Force grass locale
Former-commit-id: 184ffbdfc6
2020-09-17 13:30:59 -04:00
Piero Toffanin 51769fe711 Added --tiles to generate DEM/Ortho static tiles
Former-commit-id: 4133f871cb
2020-09-17 15:28:03 +00:00
Piero Toffanin ed9d703e3f Fixed locale complaints from GRASS
Former-commit-id: 3f4f05f639
2020-09-17 14:03:17 +00:00
Piero Toffanin 6bba0223b6 Adjust decimation step for cropping, catch edge case where convex hull is obliterated
Former-commit-id: 3f133309aa
2020-09-16 17:59:00 +00:00
Piero Toffanin 999d5ab99d Fail script if build fails
Former-commit-id: 9b57a23e4d
2020-09-16 11:26:43 -04:00
Piero Toffanin ebf9962d9d Use omega,phi,kappa, less threatening message for missing GPS
Former-commit-id: 54eb38ba3e
2020-09-16 10:24:32 -04:00
Piero Toffanin f9f0d8b904 Updated portable dockerfile, configure script
Former-commit-id: 5a9c787e20
2020-09-16 10:04:51 -04:00
Piero Toffanin d4f0e3ced4 Limit masks to supported extensions
Former-commit-id: 7beeafc1ea
2020-09-16 09:56:07 -04:00
Piero Toffanin 3f8eaf2dc0 PDAL alias in start-dev-env
Former-commit-id: 705ccee43a
2020-09-16 09:53:06 -04:00
Piero Toffanin bef3482dd0 Support arbitrary mask extensions
Former-commit-id: efff487706
2020-09-16 09:18:12 -04:00
Piero Toffanin 93ed98ac28 Var naming fix
Former-commit-id: 1c5846f4a9
2020-09-15 18:53:27 -04:00
Piero Toffanin ce4523d935 Update mvs-texturing
Former-commit-id: 3b18acdff9
2020-09-15 18:47:42 -04:00