Wykres commitów

126 Commity (master)

Autor SHA1 Wiadomość Data
Piero Toffanin 260b4ef864 Manually install numpy 2024-01-15 16:21:08 -05:00
Piero Toffanin eb9a4111ab Upgrade rasterio 2022-01-12 12:37:47 -05:00
Piero Toffanin c8033cc26b Better smoke test 2022-01-12 12:17:31 -05:00
Piero Toffanin 68c7cce003 Revert numpy to 1.21.1 2022-01-12 11:53:02 -05:00
Piero Toffanin 497b5c60ae Fix configure.sh 2021-12-17 11:59:03 -05:00
Piero Toffanin 0ca7d1cefd Pypopsift support 2021-12-16 14:36:17 -05:00
Piero Toffanin 998a7cb016 Fail if pip deps fail to install 2021-11-17 11:20:34 -05:00
Piero Toffanin 1915afe380 Fix UBUNTU_VERSION variable def 2021-09-06 11:17:43 -04:00
Piero Toffanin 539871bac4 Support for Ubuntu 21.04 2021-09-02 18:12:18 -04:00
Piero Toffanin 74a35035c7 Add installreqs command in configure.sh 2021-06-20 16:54:25 -04:00
Piero Toffanin 50b258b9e8 odm_orthophoto builds, cleanup superbuild folder structure 2021-04-28 16:06:27 -04:00
Piero Toffanin 22373321b4 Moved odm_orthophoto to separate repo, removed build, modules folders 2021-04-28 14:58:19 -04:00
Piero Toffanin 0d9d65969d merged sansvtk branch, pdal compiles 2021-04-27 15:55:14 -04:00
Piero Toffanin f7dfc98832 dem2points, dem2mesh install targets 2021-04-27 11:43:51 -04:00
Piero Toffanin 5e3737a3f5 GitHub GPU workflow, use SIFT_GPU when GPUs are available 2021-03-05 10:44:08 -05:00
Piero Toffanin dac624ab79 Move cleanup code to configure.sh 2021-01-24 09:45:00 -05:00
Sylvain POULAIN e9be1a5f5f
Confusing sentence
Sentence is confusing
2020-11-25 18:55:19 +00:00
Daniel Llewellyn ff5f3ff362 Update builds for Ubuntu 20.04
* Adjust `PYTHONPATH` in Dockerfiles to newer `python3.8`
* Switch to 20.04 base images in Dockerfiles
* Switch snapcraft to use `base20`
* Update APT dependency versions in `snapcraft.yaml` to match those
  available in Ubuntu 20.04
* Bump `pyproj` from version `2.2.2` to `3.0.0`
* Bump `numpy` from version `1.19.2` to `1.19.4`
* Add missing exclusions to `snapcraft.yaml` to reduce the size of snap
  packages
* Add missing exclusions to Dockerfiles to reduce the size of container
  images
* Update `configure.sh` to account for Ubuntu 20.04 instead of 18.04
* Nit: make `configure.sh` executable directly with `./configure.sh`
  instead of `bash configure.sh`

Signed-off-by: Daniel Llewellyn <daniel@snapcraft.ninja>
2020-11-05 22:52:59 +00:00
Piero Toffanin 0e803b9233 Add openmvs deps in snapcraft 2020-11-02 21:26:48 +00:00
Piero Toffanin 314c75ae9a Merged master 2020-11-02 21:04:32 +00:00
Daniel Llewellyn 9ea1eb6e28 Update build scripts
* Use `snapcraft.yaml` as the source-of-truth for APT dependencies to reduce burden of maintianing multiple lists

Signed-off-by: Daniel Llewellyn <daniel@snapcraft.ninja>
2020-11-02 18:35:32 +00:00
Piero Toffanin e3cc8f1f9b Started adding OpenMVS 2020-10-27 17:10:10 -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 e97ace27b4 Merge remote-tracking branch 'diddledan/bump-opencv-to-4-5-0' into 210 2020-10-26 10:32:48 -04:00
Piero Toffanin bbea450b81 Update joblib, ignore upgrade updates on pip 2020-10-22 19:34:43 +00: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
Piero Toffanin 999d5ab99d Fail script if build fails
Former-commit-id: 9b57a23e4d
2020-09-16 11:26:43 -04:00
Piero Toffanin f9f0d8b904 Updated portable dockerfile, configure script
Former-commit-id: 5a9c787e20
2020-09-16 10:04:51 -04:00
Piero Toffanin 4ba6716a54 Updated start-dev-env.sh, fix photo.py (get_xmp), misc Python 2 --> 3 changes
Former-commit-id: 07fc3c3ff8
2020-09-09 12:10:24 -04:00
Piero Toffanin 443560f047 Started migration to 18.04, Python3.6
Former-commit-id: c769dd2807
2020-09-08 13:08:57 -04:00
Piero Toffanin 7bef7c45a7 Added requirements.txt, modified pip install cmd
Former-commit-id: 5b4668f4e1
2019-09-16 18:36:51 -04:00
Piero Toffanin 4275353bfc Fixed pyproj dependency, incremented VERSION
Former-commit-id: af3249368d
2019-09-16 18:28:20 -04:00
Piero Toffanin ac74df5d0c Use pip to install python deps, simplified configure.sh a bit
Former-commit-id: 0878fd9aca
2019-09-07 14:21:49 -04:00
Piero Toffanin b785069168 Upgraded opensfm code, added new deps
Former-commit-id: c241af1163
2019-08-07 22:57:48 -04:00
Piero Toffanin a98414f0a6 Add libssl-dev dependency to fix entwine build error
Former-commit-id: 70e0dfa818
2019-07-10 13:18:50 -04:00
Piero Toffanin f8e53df120 Updated pyodm
Former-commit-id: 30f35494c9
2019-06-05 15:27:59 -04:00
Piero Toffanin daca4d91b2 Updated pyodm
Former-commit-id: 7af31e8bb7
2019-06-05 14:43:07 -04:00
Piero Toffanin e2bd8aac68 Added entwine module, add Pillow, opensfm update
Former-commit-id: 4db777915f
2019-05-31 11:25:44 -04:00
Piero Toffanin 187888e298 Set scipy to 1.2.1
Former-commit-id: d6f05d9925
2019-05-23 08:50:21 -04:00
Piero Toffanin 055c7a7d1f sm-cluster address check at startup, pyodm 1.5.1 update
Former-commit-id: 0998872ba5
2019-05-20 16:29:51 -04:00
Piero Toffanin 850fd9d761 Cryptography package warn fix, tests
Former-commit-id: 14855d010c
2019-05-12 10:56:09 -04:00
Piero Toffanin a08710ed7c pyodm version fixed, skip merge point cloud on failure
Former-commit-id: b0480ae156
2019-05-06 14:17:23 -04:00
Piero Toffanin eeb9551709 Replaced gippy with rasterio
Former-commit-id: 5a06291ac3
2019-04-29 17:20:09 -04:00
Piero Toffanin d0c5b301bb Added rasterio package
Former-commit-id: c7a0ca9dea
2019-04-29 11:52:39 -04:00
Piero Toffanin 25f19dc49c image_groups.txt file support
Former-commit-id: 7210e99e3a
2019-04-24 20:01:44 -04:00
Piero Toffanin 27585e8989 Added grass engine, grass-core
Former-commit-id: d1d790024c
2019-04-24 18:33:12 -04:00
Piero Toffanin 730e81748e Started refactoring ecto out
Former-commit-id: 9e921f44ac
2019-04-22 15:14:39 -04:00
Piero Toffanin a1dd390d4e Changed location of gippy
Former-commit-id: 8e366e2357
2019-01-28 22:18:35 -05:00
Piero Toffanin 566f8497c3 Install numpy after gippy
Former-commit-id: 71a35c1a6c
2019-01-28 21:46:41 -05:00
Piero Toffanin 38bcc9c4ae Dockerfile updates, locked numpy to version 1.15.4
Former-commit-id: b5c24b33bb
2019-01-21 20:39:35 -05:00