Wykres commitów

3321 Commity (master)

Autor SHA1 Wiadomość Data
Piero Toffanin f5604a05a8
Merge pull request #1689 from pierotofy/mvsup
Tower mode (OpenMVS update), fixes
2023-08-22 11:23:21 -04:00
Piero Toffanin 3fc46a1e04 Fix pc-filter 0 2023-08-21 19:59:38 +00:00
Piero Toffanin 4b8cf9af3d Upgrade OpenMVS 2023-08-21 19:42:21 +00:00
Piero Toffanin e9e18050a2
Merge pull request #1674 from Adrien-LUDWIG/median_smoothing_memory_optimization
Use windowed read/write in median_smoothing
2023-08-12 22:38:32 +02:00
Piero Toffanin 9d15982850
Merge pull request #1684 from mdchia/master
Adding README and reformatting of DJI image binner script
2023-08-07 09:42:46 +02:00
mdchia 820ea4a4e3 minor refactor for readability, add credits + README 2023-08-07 17:27:58 +10:00
Saijin-Naib e84c77dd56
Update config.py
Syntax fix for unterminated single quote
2023-07-29 01:12:54 -04:00
Stephen Mather d929d7b8fa
Update docs to reflect dem resolution defaults (#1683)
* Update docs to reflect dem resolution defaults
* Also ignore ignore-gsd, but also don't advertise it in orthophoto resolution. Replaces https://github.com/OpenDroneMap/docs/pull/176#issuecomment-1656550757
* Helpful note on GSD limit for elevation models too!
* Change ignore-gsd language to have greater clarity
2023-07-29 01:05:18 -04:00
Piero Toffanin b948109e8f
Merge pull request #1681 from sbonaime/gflags_2.2.2
Update CMakeLists.txt
2023-07-21 19:02:38 +02:00
Sebastien c3593c0f69
Update CMakeLists.txt
Fix https://github.com/OpenDroneMap/ODM/issues/1679

Update from gflags 2.1.2  Mar 24, 2015to gflags 2.2.2 from Nov 11, 2018
2023-07-21 15:43:20 +02:00
Sebastien 5a20a22a1a
Update Dev instructions (#1678)
* Update utils.py

* Update README.md

* Update README.md

Update Dev instructions

* Update README.md

* Update README.md

Update Dev instructions

* Update utils.py
2023-07-19 12:50:45 +02:00
Adrien-ANTON-LUDWIG b4aa3a9be0 Avoid using rasterio "r+" open mode (ugly patch)
When using rasterio "r+" open mode, the file is well updated while
opened but completely wrond once saved.
2023-07-17 16:36:56 +00:00
Adrien-ANTON-LUDWIG 65c20796be Use temporary files to avoid reading altered data 2023-07-17 16:15:49 +00:00
Piero Toffanin 8bc251aea2 Semantic int_values fix 2023-07-15 18:39:41 +02:00
Piero Toffanin c32a8a5c59
Merge pull request #1677 from pierotofy/rflyfix
Fix RFLY EXIF parsing
2023-07-15 12:40:57 +02:00
Piero Toffanin f75a87977e Handle malformed GPS GPSAltitudeRef tags 2023-07-15 12:37:52 +02:00
Piero Toffanin e329c9a77b
Merge pull request #1676 from rexliuser/master
update cuda ver
2023-07-15 11:12:26 +02:00
rexliuser be1fec2bd7 update cuda ver 2023-07-15 14:03:57 +08:00
Adrien-ANTON-LUDWIG 87f82a1582 Add locks to fix racing conditions 2023-07-13 11:51:13 +00:00
Adrien-ANTON-LUDWIG 9b9ba724c6 Remove forgotten exit call
Uh oh. Sorry for this.
2023-07-13 10:25:14 +00:00
Adrien-ANTON-LUDWIG ee5ff3258f Use windowed read/write in median_smoothing
See the issue description in this forum comment:
https://community.opendronemap.org/t/post-processing-after-odm/16314/16?u=adrien-anton-ludwig

TL;DR:
Median smoothing used windowing to go through the array but read it
entirely in RAM. Now the full potential of windowing is exploited to
read/write by chunks.
2023-07-12 16:55:14 +00:00
Piero Toffanin 80fd9dffdc
Merge pull request #1673 from fr-damo/master
Update rollingshutter.py
2023-07-12 16:40:33 +02:00
fr-damo df0ea97321
Update rollingshutter.py
added line 45, Autel EVO II pro
2023-07-12 18:55:59 +10:00
Piero Toffanin 967fec0974
Merge pull request #1672 from fr-damo/patch-1
Update rollingshutter.py
2023-07-07 12:01:55 +02:00
fr-damo e1b5a5ef65
Update rollingshutter.py
added line 43 'parrot anafi': 39, # Parrot Anafi
2023-07-07 08:39:10 +10:00
Piero Toffanin 8121fca607 Increase auto-boundary distance factor 2023-07-05 16:19:15 +02:00
Piero Toffanin 80c4ce517c
Merge pull request #1671 from udaf-mcq/patch-1
Update rollingshutter.py
2023-07-01 10:24:31 +02:00
udaf-mcq afd38f631d
Update rollingshutter.py 2023-06-30 13:41:31 -06:00
Piero Toffanin eb95137a4c
Merge pull request #1669 from sbonaime/master
no_ansiesc env
2023-06-23 12:58:11 +02:00
Sebastien eb4f30651e
no_ansiesc env
Environment variable no_ansiesc  disable ansiesc codes in logs
2023-06-23 10:59:36 +02:00
Piero Toffanin cefcfde07d
Merge pull request #1667 from vinsonliux/rtk-srt-parser
Added DJI Phantom4 rtk srt parsing
2023-06-18 16:59:45 +02:00
Piero Toffanin b620e4e6cc Parse RTK prefix 2023-06-18 11:27:28 +02:00
Liuxuyang 8a4a309ceb Added DJI Phantom4 rtk srt parsing 2023-06-18 08:50:34 +08:00
Piero Toffanin cfa689b5da
Merge pull request #1664 from pierotofy/flags
Keep only best SIFT features and other fixes
2023-06-12 23:51:58 +02:00
Piero Toffanin 0b8c75ca10 Fix message 2023-06-12 21:24:17 +02:00
Piero Toffanin 3a4b98a7eb Keep only best SIFT features and other fixes 2023-06-12 21:12:13 +02:00
Piero Toffanin c2ab760dd9
Merge pull request #1662 from pierotofy/exiftoolfix
Fix Exiftool Installation
2023-06-01 22:40:54 -04:00
Piero Toffanin dee9feed17 Bump version 2023-06-01 22:39:29 -04:00
Piero Toffanin 542dd6d053 Fix Exiftool 2023-06-01 22:38:23 -04:00
Piero Toffanin 5deab15e5f no need for swap space setup on self hosted runner 2023-05-31 14:47:15 -04:00
Piero Toffanin 6d37355d6b Yet tighter max tiles check 2023-05-30 19:50:31 -04:00
Piero Toffanin ba1cc39adb Tighter max_tiles check 2023-05-27 01:48:46 -04:00
Piero Toffanin 54b0ac9bb0
Merge pull request #1661 from pierotofy/imgfixes
Fix uint16 3-channel image inputs
2023-05-26 18:27:09 -04:00
Piero Toffanin 12b8f43912 Update OpenMVS 2023-05-26 14:03:09 -04:00
Piero Toffanin ad091fd9af Fix uint16 3-channel orthophoto generation 2023-05-26 13:29:17 -04:00
Piero Toffanin a2e63508c2 Check for den attribute while extracting float values from EXIFs 2023-05-26 01:26:25 -04:00
Piero Toffanin bebea18697
Merge pull request #1660 from pierotofy/checks-meta
max_tile safety check in DEM creation
2023-05-24 16:17:51 -04:00
Piero Toffanin 58c9fd2231
Merge pull request #1659 from hobu/odm_georeferencing-pdal-calls
PDAL translate call updates
2023-05-24 13:13:14 -04:00
Piero Toffanin 567cc3c872 File check fix 2023-05-24 13:09:35 -04:00
Piero Toffanin 59019dac66 Update untwine, embed GeoJSON GCPs in point cloud 2023-05-24 13:01:20 -04:00