Wykres commitów

2163 Commity (a8a9ee00631e9c48c860e197fdd979fca01ca334)

Autor SHA1 Wiadomość Data
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
Piero Toffanin dc82bf8f27 Merged changes 2020-10-28 14:48:18 -04:00
Piero Toffanin eb2d85ea44 Remove patch file 2020-10-28 14:17:50 -04:00
Piero Toffanin 76cd655eec merge master 2020-10-28 14:15:43 -04:00
Piero Toffanin f31355e3ce Remove MVE, handle image masks 2020-10-28 14:13:34 -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
Piero Toffanin e38cc753d2 Pin OpenMVS at v1.1.1, misc fixes 2020-10-27 19:30:11 -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 756092149e Add External-OpenMVS.cmake 2020-10-27 17:21:28 -04:00
Piero Toffanin e3cc8f1f9b Started adding OpenMVS 2020-10-27 17:10:10 -04:00
Piero Toffanin c100f03576 Set vim config in dev script 2020-10-26 16:46:46 -04:00
Piero Toffanin 5e8fae8ff4 Merge branch 'master' of https://github.com/OpenDroneMap/ODM into 210 2020-10-26 16:18:26 +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
Piero Toffanin 3a1bb4fcec Merge branch '210' of https://github.com/pierotofy/ODM into 210 2020-10-26 16:08:18 +00:00
Piero Toffanin 2f3398d873 Update scikit-learn 2020-10-26 16:08:00 +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 62e62efa37 Additional include dirs 2020-10-26 15:37:23 +00:00
Piero Toffanin 2ff66d76a9 Change OpenCV allocator stats counter 2020-10-26 15:01:19 +00:00
Piero Toffanin 3584367e20 Start dev env without display 2020-10-26 10:40:32 -04:00
Piero Toffanin e97ace27b4 Merge remote-tracking branch 'diddledan/bump-opencv-to-4-5-0' into 210 2020-10-26 10:32:48 -04:00
Piero Toffanin bcea38f4d4 Pull latest MVE 2020-10-23 19:57:16 +00:00
Piero Toffanin bbea450b81 Update joblib, ignore upgrade updates on pip 2020-10-22 19:34:43 +00:00
Piero Toffanin 18656d54be Re-add local bundle radius option 2020-10-21 19:19:12 +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 1132158578 Set GPS accuracy to 10, perform local bundle adjustments 2020-10-20 20:21:29 +00: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 5615f35aeb OpenSfM update fixes, remove odm_report on rerun-all 2020-10-19 20:02:13 +00:00
Piero Toffanin 471031b3cd Bump version, up OpenSfM branch, cleanup 2020-10-19 15:06:13 -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 69ee0f30ef
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-15 16:22:13 +01:00