Wykres commitów

2884 Commity (cd720006f6d14b5d9780e4e847decc5fc8b224ff)

Autor SHA1 Wiadomość Data
Piero Toffanin cd720006f6 Add AI background removal 2022-09-19 15:33:59 -04:00
Piero Toffanin deb53279e3
Merge pull request #1530 from pierotofy/m1native
Apple Native
2022-09-15 17:32:07 -04:00
Piero Toffanin 44914f867c Remove scripts 2022-09-15 17:31:45 -04:00
Piero Toffanin 3486641224 Update README 2022-09-15 15:14:16 -04:00
Piero Toffanin b645b2077c Final touches 2022-09-15 15:13:33 -04:00
Piero Toffanin cbf33f9f7c Use latest boost 2022-09-15 14:25:15 -04:00
Piero Toffanin 9af52a26c9 Update readme 2022-09-15 14:20:42 -04:00
Piero Toffanin 481ea86f7b Merge branch 'm1native' of https://github.com/pierotofy/ODM into m1native 2022-09-15 13:40:27 -04:00
Piero Toffanin eb5cc0e1dd Script fixes 2022-09-15 13:40:18 -04:00
Piero Toffanin f0bdea4aed Prepare for release 2022-09-15 12:51:29 -04:00
Piero Toffanin 0faa7a593b Update macos script, readme 2022-09-15 12:19:33 -04:00
Piero Toffanin 21895ca71a Add macos build script 2022-09-15 12:00:47 -04:00
Piero Toffanin 333eec7644 Propagate DYLD_LIBRARY_PATH 2022-09-10 16:45:16 -04:00
Piero Toffanin 643ea4eee6 Do not build openexr 2022-09-10 16:19:41 -04:00
Piero Toffanin 03e224691b Use DYLD instead of fixing rpath 2022-09-10 15:25:37 -04:00
Piero Toffanin 278e85db6a Change entwine branch 2022-09-07 13:03:58 -04:00
Piero Toffanin 8884c9c2ea Fix entwine, obj2tiles 2022-09-07 13:03:10 -04:00
Piero Toffanin 8abd163823 odm_orthophoto rpath fix 2022-09-07 12:28:20 -04:00
Piero Toffanin 2b2115c298 Fix rpath for openmvs 2022-09-07 11:24:53 -04:00
Piero Toffanin 808f9e40a2 Update vmem 2022-09-06 18:18:54 -04:00
Piero Toffanin db913403bc
Merge pull request #1529 from pierotofy/onnxrm
Remove dependency to onnx
2022-09-06 18:07:45 -04:00
Piero Toffanin 9549a7de26 Merge onnxrm 2022-09-06 16:55:46 -04:00
Piero Toffanin 3fd7b3c086 Remove dependency to onnx 2022-09-06 16:53:11 -04:00
Piero Toffanin a6b4958caf update pyproj 2022-09-06 16:14:10 -04:00
Piero Toffanin 4cb5d75cfc Snap: do not add snap/local 2022-09-06 11:20:01 -04:00
Piero Toffanin 78dfe26cf3 Fix rpath 2022-09-01 17:29:43 +02:00
Piero Toffanin 434042e644 Build opensfm with native tools 2022-09-01 14:00:12 +02:00
Piero Toffanin 3453eda4dd OpenSfM builds 2022-09-01 10:29:19 +02:00
Piero Toffanin 847c7ebf01 Builds dem2points 2022-09-01 09:45:41 +02:00
Piero Toffanin 3637cadbf3 Builds mvstexturing 2022-09-01 09:39:16 +02:00
Piero Toffanin 2a526f1120 Fix OpenCV cmake 2022-08-31 17:40:08 +02:00
Piero Toffanin 6031131a65 OpenCV builds 2022-08-31 12:33:39 +02:00
Piero Toffanin f696c33b11 PoC builds opencv on mac 2022-08-31 01:00:31 +02:00
Piero Toffanin d8ad954702
Merge pull request #1527 from diddledani/fix-python-modules
Fix python modules and library search paths
2022-08-29 22:41:43 +02:00
Dani Llewellyn c6508b3f8b
Update LD_LIBRARY_PATH in snapcraft.yaml
This fixes CVE-2020-27348 where snapcraft/snapd don't set an LD_LIBRARY_PATH upon invoking a snap so including `:$LD_LIBRARY_PATH` at the end of our custom setting we were causing an empty entry to be appended. This causes the ability for someone to potentially load an arbitrary library into our runtime because the empty entry in the search path means the dynamic linker will search the "current working directory" of where the app was launched from outside of confinement.

We also include the SuperBuild `lib` directory in the search path.
2022-08-29 20:51:49 +01:00
Dani Llewellyn 07fcf73a88
Drop snapcraft-preload from snap package
The multiprocessing python module should function correctly with the newer method of using a private shared memory for the snap (see the plug `shared-memory` with `private` set to `true`).
2022-08-29 20:48:12 +01:00
Dani Llewellyn 5ab34603a6
Add PYTHONPATH environment variable to snapcraft.yaml
This fixes #1438: `encodings` module not found

The variable replaces the `sitecustomize.py` file from `snap/local` because it is no-longer functional due to changes in snapcraft.
2022-08-29 20:46:33 +01:00
Piero Toffanin 775820c957 Re-enable snap 2022-08-27 12:18:13 +02:00
Piero Toffanin d85805cc00 OpenCV misc 2022-08-27 12:17:20 +02:00
Piero Toffanin 5f80a930d5
Merge pull request #1526 from coumbsek/bugfix/single_quote_in_ODM_path
fix:  Using triple quotes for multiline string in order to escape sim…
2022-08-24 09:48:07 +02:00
Esteban 4c6173758a fix: Using triple quotes for multiline string in order to escape simple quote inside PYTHON_EXTENSIONS_PATHS due to single quote in the ODMBASE path 2022-08-24 09:22:02 +02:00
Piero Toffanin 181652e3dd Builds PDAL 2022-08-16 20:03:29 -04:00
Piero Toffanin d880e6ecfc
Merge pull request #1524 from DE-CaTeR/patch-1
Adding DJI Mavic 2 Pro
2022-08-11 17:10:58 -04:00
Carsten 750938732e
Adding DJI Mavic 2 Pro
Adding rolling Shuttder readout for DJI Mavic 2 Pro (16:10 and 4:3)
2022-08-11 22:59:00 +02:00
Piero Toffanin 281fb52269 Builds on M1 2022-08-10 14:56:47 -04:00
Piero Toffanin e0210afda6 Compiles OpenMVS 2022-08-10 14:38:34 -04:00
Piero Toffanin 0bd0434225 Superbuild updates 2022-08-09 16:14:47 -04:00
Piero Toffanin 30a0ed2a44 Merge master 2022-08-09 15:16:00 -04:00
Piero Toffanin 0bbd16d24f Remove var 2022-08-05 11:18:22 -04:00
Piero Toffanin 02679f3894 More efficient logic 2022-08-05 11:16:41 -04:00