Wykres commitów

3234 Commity (7277eabd0b0543b4556fafbef64e46025987cfba)

Autor SHA1 Wiadomość Data
Piero Toffanin 7277eabd0b
Merge pull request #1697 from pierotofy/321
Compress GCP data before VLR inclusion
2023-09-08 13:56:24 -04:00
Piero Toffanin d78b8ff399 GCP file size check 2023-09-08 13:54:45 -04:00
Piero Toffanin d10bef2631 Compress GCP data before inclusion in VLR 2023-09-08 13:44:50 -04:00
Piero Toffanin 2930927207
Merge pull request #1696 from pierotofy/321
More memory efficient find_features_homography
2023-09-08 13:30:43 -04:00
Piero Toffanin 83fef16cb1 Increase max_size 2023-09-08 13:22:03 -04:00
Piero Toffanin 2fea4d9f3d More memory efficient find_features_homography 2023-09-08 13:12:52 -04:00
Piero Toffanin 50162147ce Bump version 2023-09-07 21:59:39 -04:00
Piero Toffanin 07b641dc09
Merge pull request #1695 from pierotofy/matcherfix
Fix minimum number of pictures for matcher neighbors
2023-09-06 10:15:27 -04:00
Piero Toffanin d2cd5d9336 2 --> 3 2023-09-06 10:13:36 -04:00
Piero Toffanin 340e32af8f
Merge pull request #1694 from pierotofy/matcherfix
Always use matcher-neighbors if less than 2 pictures
2023-09-06 10:11:09 -04:00
Piero Toffanin 8276751d07 Always use matcher-neighbors if less than 2 pictures 2023-09-06 10:09:14 -04:00
Piero Toffanin ebba01aad5
Merge pull request #1690 from pierotofy/mvsup
Fix ReconstructMesh segfault
2023-08-23 09:28:59 -04:00
Piero Toffanin f4549846de Fix ReconstructMesh segfault 2023-08-23 09:23:32 -04:00
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