Wykres commitów

  • 1334f650fa use the python venv to run unit tests Nathan 2025-08-20 08:27:06 -0700
  • ebcddfb933 try installing cuda 13 on windows Nathan 2025-08-20 07:59:09 -0700
  • 1b35d77b1f Merge branch '24.04' into 24.04_windows Nathan 2025-08-20 07:36:56 -0700
  • 7730b86d98 run tests in all Dockerfiles (including the one that runs in github actions) Nathan 2025-08-20 07:36:36 -0700
  • 8ce1e5a382 Merge branch '24.04' into 24.04_windows Nathan 2025-08-20 06:55:10 -0700
  • 1ba71c90f6 use newer GDAL in configure_macos.sh (UNTESTED change) Nathan 2025-08-20 06:54:55 -0700
  • 9b6f4b1c22 Update Entwine and OpenSfM to pull from OpenDroneMap repo. Run tests in Docker build. Add warning of non-maintenance to configure_macos.sh. Nathan 2025-08-20 06:53:11 -0700
  • 5d4862e515
    Ensure mvs-texturing respects max_concurrency flag (#1913) Stephen Mather 2025-08-19 14:11:29 -0400
  • ce604019e2 change search path for GDAL lib Nathan 2025-08-19 08:23:56 -0700
  • 38b916e78f try to fix GDAL library linking Nathan 2025-08-18 22:42:47 -0700
  • 8efaa90f45 debug Nathan 2025-08-18 22:31:38 -0700
  • 65eedd6e05 just build Ceres (to troubleshoot CUDA install) Nathan 2025-08-18 22:20:05 -0700
  • 933122d62c Add missing GDAL include (ogr_geomcoordinateprecision.h) Nathan 2025-08-18 21:51:31 -0700
  • 979cbf1d27 Add missing GDAL include (cpl_config.h) Nathan 2025-08-18 21:34:20 -0700
  • 65d298b18f Add missing GDAL include (gdal_version.h) Nathan 2025-08-18 19:33:01 -0700
  • 1db21fd175 Add missing GDAL include (gdal_fwd.h) Nathan 2025-08-18 18:32:35 -0700
  • 6d93961aab fix Windows GDAL wheel Nathan 2025-08-18 17:38:24 -0700
  • 596fe0ad3d back to original cuda version Nathan 2025-08-18 16:53:09 -0700
  • 81ae4e889e use older Jimver/cuda-toolkit Nathan 2025-08-18 14:46:49 -0700
  • 9ad8a54cc9 Revert "use older version of CUDA". Also change python version string from 3.12.10 to 3.12. Nathan 2025-08-18 13:46:51 -0700
  • 1de284e69d use older version of CUDA Nathan 2025-08-18 13:44:23 -0700
  • 8c320a4d4b add num_threads tied to max_concurrency Stephen Mather 2025-08-18 16:30:09 -0400
  • e96eafdf77 drop invalid build number from wheel name Nathan 2025-08-18 13:29:32 -0700
  • 37fe277750 use newly-built GDAL wheel that includes header files, and newer version of CUDA Nathan 2025-08-18 13:16:16 -0700
  • c98bad1cba windows: attempt to fix numpy path and missing gdal_priv.h Nathan 2025-08-18 10:40:35 -0700
  • ab0c6f9bfc changes to build on Windows and Mac. Nathan 2025-08-18 09:30:39 -0700
  • 42a42714c2 use ODM repo for draco and MvsTexturing Nathan 2025-08-18 08:32:16 -0700
  • 59578832a0 update to latest version of draco Nathan Olson 2025-08-15 13:03:47 -0700
  • 8209bd0a8f update OpenSfM to latest Nathan 2025-08-15 07:40:44 -0700
  • 7aa38aeff5 update OpenSfM to fix linking problem that caused unit tests to fail Nathan 2025-08-14 12:40:35 -0700
  • 5f56e3074b Remove failing test that expected an exception when loading a set of multi-camera images that was missing a file from a single band. The behavior was changed in f793627 to print a warning and continue processing. Nathan 2025-08-14 10:24:53 -0700
  • 877fb00e6c change unit test to match current behavior, which sets the "--skip-report" option Nathan 2025-08-14 10:14:52 -0700
  • 2ee47a1c1b change unit test to match current behavior, which sets the "--skip-report" option Nathan 2025-08-14 10:11:40 -0700
  • 1342e3a1cf update OpenSfM so fix linking probmel that caused unit tests to fail Nathan 2025-08-14 10:07:02 -0700
  • 5ff05c86d1 Remove JPEG-XL packages.. This is not directly related to upgrading the build system to 24.04, and more changes are required to add JPEG-XL support. I will add JPEG-XL support in a separate PR. Nathan 2025-08-14 08:39:59 -0700
  • dda05ce196 Merge branch '24.04' of github.com:NathanMOlson/ODM into 24.04 Nathan 2025-08-13 19:02:23 -0700
  • 4a483ab6e1 update external libraries Nathan 2025-08-13 19:00:19 -0700
  • 9ac60ae416 update entwine Nathan Olson 2025-08-11 16:57:47 -0700
  • ad18ea45ee fix opencv and pdal-python builds, which were getting built with numpy v1.26. Now they are built using the venv. fix missing packages. Now making an orthophoto Nathan Olson 2025-08-11 12:31:27 -0700
  • 15d0b4d23e use a virtual environment for python packages Nathan Olson 2025-08-10 18:51:31 -0700
  • 3fdbcc2079 use upstream pdal-python Nathan Olson 2025-08-10 12:45:09 -0700
  • 9806d9184b change PDAL to use upstream + patch Nathan Olson 2025-08-09 17:24:38 -0700
  • 7f8fce8cd4 Merge branch '24.04' of github.com:NathanMOlson/ODM into 24.04 Nathan Olson 2025-08-09 13:40:44 -0700
  • a445f05e4a update portable Dockerfile Nathan Olson 2025-08-09 13:40:41 -0700
  • e7052c6ef1 Merge branch 'master' into 24.04 Nathan 2025-08-08 18:00:03 -0700
  • 947dc272c0 correct logic for gltf/single texture combo Stephen Mather 2025-08-07 07:57:25 -0400
  • b8e9ee77a4
    Remove unused requirements (#1902) 24.04 Stephen Mather 2025-08-04 15:34:48 -0400
  • 82de95e72b
    Merge pull request #1 from smathermather/requirements_cleanup Stephen Mather 2025-08-02 00:05:30 -0400
  • e4d851f377 re-add matplotlib Stephen Mather 2025-08-01 23:22:41 -0400
  • dcc6dd817a
    fpdf2 Stephen Mather 2025-08-01 23:19:40 -0400
  • 3cc981841c
    re-add reqs Stephen Mather 2025-08-01 23:18:15 -0400
  • 4f912c0a14
    Remove unused requirements Stephen Mather 2025-08-01 19:24:58 -0400
  • d21def1c42 attempt req cleanup Stephen Mather 2025-08-01 19:13:07 -0400
  • 3cceddb4c6 successfully creates an orthophoto Nathan Olson 2025-08-01 15:50:09 -0700
  • 6140170d73 update runtime dependencies Nathan Olson 2025-08-01 11:50:51 -0700
  • 16d3c81b92 python3.12. Now passes smoke test Nathan Olson 2025-08-01 10:37:43 -0700
  • a7b32c36f8 fix syntax warnings Nathan Olson 2025-08-01 10:22:01 -0700
  • 5d1794bfb8 fix OpenSfM build Nathan Olson 2025-08-01 10:16:57 -0700
  • f67b566309
    Merge pull request #1900 from pierotofy/pygl Piero Toffanin 2025-08-01 12:47:42 -0400
  • 92560e9f4c Bump pygltflib version Piero Toffanin 2025-08-01 12:09:56 -0400
  • 79de956546 fix requirements syntax Nathan Olson 2025-07-31 18:20:40 -0700
  • dc7306b33d install rawpy Nathan Olson 2025-07-31 18:18:03 -0700
  • 625e759267 use newest MicaSense dls file Nathan Olson 2025-07-31 17:55:10 -0700
  • 3ee1f122af compiling! Nathan Olson 2025-07-31 17:53:22 -0700
  • 0505bd5be5 getting close... renderdem link error Nathan Olson 2025-07-31 17:16:38 -0700
  • 04bdc895c8 OpenSfM failing with pybind stuff Nathan Olson 2025-07-31 13:21:06 -0700
  • dfc969abac switch image to 2025 Stephen Mather 2025-07-30 23:53:54 -0400
  • 111a942dac
    revert to 2022 Stephen Mather 2025-07-30 22:46:47 -0400
  • 816e497201
    Update test-build-prs.yaml to 2022 Stephen Mather 2025-07-30 22:46:22 -0400
  • 4dd14b3c08
    Update publish-windows.yml to 2025 Stephen Mather 2025-07-30 21:25:12 -0400
  • 9d5e68922b
    windows-2022 set (#1891) Buğra Coşkun 2025-07-28 20:45:01 +0300
  • 58aba02411
    Minor updates for GPU (#1895) Evan Hallein 2025-07-25 08:55:14 +0930
  • 17ccd05dbc
    Merge branch 'OpenDroneMap:master' into master Evan Hallein 2025-07-25 08:11:05 +0930
  • 45c09b9d62 Remove redundant exception handling for module imports in GPU processing Evan Edward Hallein 2025-07-25 08:08:24 +0930
  • 13386018c9
    add ppa to upgrade gdal (#1892) Stephen Mather 2025-07-23 21:50:53 -0400
  • 7776bbf748 Update GPU Dockerfile to use CUDA 11.8.0 for 5 series GPU compatablity and remove environment variable settings warning. removed RUN dpkg --remove cuda-compat-11-2 as not for this version. Tested on 5070Ti Windows 11 host Driver Version: 576.88,CUDA Version: 12.9 docker v4.43.2 Evan Edward Hallein 2025-07-24 11:07:20 +0930
  • 3bc6b07ca3 Merge branch 'master' of https://github.com/ehallein/ODM Evan Edward Hallein 2025-07-24 10:21:48 +0930
  • 7ddb12c055 refactored GPU checks to improve logging Evan Edward Hallein 2025-07-24 10:20:05 +0930
  • 7be695f0d0
    Change apt for newer GDAL Stephen Mather 2025-07-23 20:25:57 -0400
  • 806a9ff242
    Update gpu.Dockerfile Stephen Mather 2025-07-23 20:20:59 -0400
  • 39e2650a9b
    Update gpu.Dockerfile Stephen Mather 2025-07-23 20:13:13 -0400
  • 56ace8c6b5
    Update README.md for GPU Evan Hallein 2025-07-24 08:02:49 +0930
  • debc1dab8e
    add ppa to upgrade gdal Stephen Mather 2025-07-23 13:25:13 -0400
  • ec4231bbd1 windows-2022 set bugra.coskun 2025-07-23 08:58:45 +0300
  • 8546695edd Update .gitignore Evan Edward Hallein 2025-07-22 18:18:04 +0930
  • 531da754dd
    move else to appropriate level Stephen Mather 2025-07-20 17:43:22 -0400
  • 1c99b6cf34
    Merge branch 'OpenDroneMap:master' into split_recursion Stephen Mather 2025-07-20 17:39:03 -0400
  • 708fb482d2
    Merge pull request #1888 from pierotofy/kdgsd Piero Toffanin 2025-07-20 13:18:13 -0400
  • b5a08c2829 Save a copy Piero Toffanin 2025-07-20 11:04:37 -0400
  • 2732f9209c Use kdTree for GSD estimation Piero Toffanin 2025-07-20 10:54:57 -0400
  • 69489ab0d8
    Set args.split = 999999 if image_groups_file Stephen Mather 2025-07-17 18:55:37 -0400
  • 7672c6e42a
    Revert feathered Stephen Mather 2025-07-16 14:15:39 -0400
  • c6d94d6a64
    Fix ply (#1829) Stephen Mather 2025-07-15 21:42:56 -0400
  • 4aa9cae393
    make copying command easier (#1884) Stephen Mather 2025-07-15 21:35:32 -0400
  • f941fd2981
    make copying command easier Stephen Mather 2025-07-15 17:28:55 -0400
  • 3b4bd28b1a
    generate feathered Stephen Mather 2025-07-15 17:02:39 -0400
  • 235e5c5d2d
    mask raster if cutline created Stephen Mather 2025-07-15 17:00:27 -0400
  • 064120f219
    Merge pull request #1883 from pierotofy/cogfix v3.5.6 Piero Toffanin 2025-07-07 23:05:44 -0400
  • 995537cf1c Fix file check Piero Toffanin 2025-07-07 22:33:19 -0400
  • 4e78f7432c Fix COGs Piero Toffanin 2025-07-07 22:27:35 -0400