home.social

#odm — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #odm, aggregated by home.social.

fetched live
  1. OpenDroneMap/ODM
    v3.6.2

    ---

    - Fix --build-overviews: add missing space in gdaladdo arguments
    - Restore DEPENDS opensfm for PyPopsift GPU module install order
    - Revert YCBCR photometric overviews for orthophoto
    - Fix SRT telemetry parsing for DJI videos
    - Keep reflectance in float32 when estimating irradiance
    ...

    ---

    #OpenDroneMap #ODM #ODMUpdatesBot

    github.com/OpenDroneMap/ODM/re

  2. OpenDroneMap/ODM
    v3.6.1

    ---

    - signtool / Azure Sign
    - Fix pycache path
    - Fix GDAL build
    - Fix ENVVAR
    - Fix Python deps
    - Fix contents r/w/x
    - DJI Mini 3 RSCal
    - Windows-deps: 2.7.0
    - Fix Linux clean build
    - Keep pyvenv.cfg
    - Fix OpenMVS superbuild
    - Fix Sentera 6x T
    - Fix contrib
    - Fix boundary
    - obj2tiles: 1.4.0
    - Shapely 2: Polygon cutline
    - Harden Windows pub
    - Docker label
    - Docker build retry
    - Alignment: no scale solve
    ...

    ---

    #OpenDroneMap #ODM #ODMUpdatesBot

    github.com/OpenDroneMap/ODM/re

  3. KPP Emerges as Growing Political Force in Nairobi, New Poll Shows.

    By Kizito NAIROBI, Saturday, July 25. The Kenya Patriots Party (KPP) has emerged as one of Nairobi's fastest-growing political parties, according to a new opinion poll that places the party among the city's top political formations ahead of the 2027 General Election. The survey by the Centre for African Progress ranked KPP fourth with 12 per cent support, behind the Democracy for the Citizens Party (DCP), which led with 28 per cent, ODM at 15 per cent, and UDA at 14 per cent. Despite […]

    oumakizito-dqeut.wordpress.com

  4. Babu Owino’s Poll Lead Signals Early Shake-up in Nairobi’s 2027 Governor Race.

    By Kizito NAIROBI, Saturday, July 25. A new opinion poll has redrawn the political map of Nairobi nearly a year before the expected 2027 General Election, placing Embakasi East MP Babu Owino ahead of a crowded gubernatorial field while exposing growing public dissatisfaction with Governor Johnson Sakaja's administration. The survey by the Centre for African Progress suggests Babu Owino has opened an early lead with 36 per cent support, four percentage points ahead of businesswoman Agnes […]

    oumakizito-dqeut.wordpress.com

  5. Kidero urges media to shun ‘merchant headlines,’ backs government’s security role.

    Nairobi, Friday 3rd, July. Former Nairobi Governor Evans Kidero has urged media houses to uphold truth and professionalism in their reporting, accusing some outlets of publishing what he termed "merchant headlines" that risk misleading the public and heightening national tensions. Speaking in Nairobi on Friday, Kidero said journalists have a responsibility not only to inform the public but also to educate and promote national cohesion, warning against reporting that could destabilise the […]

    oumakizito-dqeut.wordpress.com

  6. Der #ODM Report 2025 ist veröffentlicht: 📊
    Fortschritte bei Strategien, Portalen und Datenqualität sind sichtbar & zeigen eine stabile Entwicklung im #OpenData Bereich.
    Deutschland zählt zu den Fast Trackern in Europa. 📈
    Das freut uns.
    Mehr Infos hier:👇
    data.europa.eu/en/open-data-ma

  7. OpenDroneMap/ODM
    V3.6.0

    ---
    - Building on Ubuntu 24.04 and windows-2022 runner
    - Update Python to 3.12
    - Update dependencies
    - Update CUDA (12.8.1 Windows, 13.0.0 Ubuntu)
    - Run tests as part of docker build
    - Use exact commits to specify dependencies built from source
    - Use upstream PDAL, PDAL-Python, untwine, ExifRead, draco
    - Build windows with -j2
    - Use Micasense's latest dls.py
    - Update failing unit tests

    ---

    #OpenDroneMap #ODM #ODMUpdatesBot

    github.com/OpenDroneMap/ODM/re

  8. OpenDroneMap/ODM
    V3.5.6

    ---
    - Fix invalid variable
    - Declare gdal_proximity to handle nullcheck
    - Fallback gdal_proximity command to native path
    - doc improvement for split_overlap
    - Path space issue fixed
    - Add DJI Mini 4 Pro (FC8482) rolling shutter readout times
    - Compress PNGs generated with mvs-texturing
    - Allow the usage of a different output directory in winpostinstall.bat
    - Add gps-z-offset
    - Time-SIFT script
    - Fix COGs

    ---

    #OpenDroneMap #ODM #ODMUpdatesBot

    github.com/OpenDroneMap/ODM/re

  9. Working on an mini-oxm (orm and odm in one) in rust and tinkering on the way how entity data should be tunneled back to the caller. Normally this would be done by a simple generic but I want the Driver/Backends to be dyn-compatible so the decision which backend to use can be done at runtime.

    Currently I have two prototyped designs:

    • Either a trait Row { fn try_get(&self, idx: &str) -> Result<&Box<dyn Any>, Error>; }, where each driver must encode the data into an custom row type and is thus memory bound, or
    • By an provider-consumer approach that uses two concurrent async tasks (tokio::spawn) and communicates by one shared Arc<Mutex<Option<Box<dyn Any>>>> slot that is blocked until the consumer has consumed it. This is light on memory but has the burden of requiring async (which is already required so no problem) but also a lot more of syncronsation code (Mutex, CondVar etc.)

    So at the end it's the old problems of memory vs CPU time; choose one or the other, not both.... I could now microbenchmark it but both approaches will perform VERY differently based on context / environment / application, so benchmarking it dosnt give that much insight I think. Sure I could implement both based on an create feature (or directly let people choose via a low-level API) but would that benefit that users?

    What's your opinion?

    #rust #databases #orm #odm #programming #development #floss #foss #oss #opensource #design

  10. Ваш Xiaomi — это не Xiaomi. Кто делает китайские телефоны на самом деле?

    И почему они стоят так дёшево? Многие в курсе, что Xiaomi, Honor, Tecno или Realme не делают телефоны сами. Но что если я скажу, что они их даже не разрабатывают? Многие бюджетные модели лишь продаются под этими шильдиками, а всю разработку и производство “от и до” делают совсем другие компании. Эти компании не на слуху, но без них не было бы никакого “топа за свои деньги”. Давайте разбираться, что всё это значит, и как так вышло.

    habr.com/ru/articles/906630/

    #смартфоны #гаджеты #производство_электроники #электроника #xiaomi #odm #контрактное_производство #китай #oem #промышленный_дизайн

  11. OpenDroneMap/ODM
    V3.5.5

    ---
    - Fix ODM_WARNING
    - euclidean merge in contrib
    - clean up unused imports
    - remove unused imports
    - Fix RST parsing for DJI air 2
    - Aligned the arm64 release name
    - Cannot initialize CUDA even if nvidia-smi detected
    - Fix typo; add docker pull
    - DNG/RAW/NEF support
    - generate vector polygon in DXF
    - Update generate_png
    - Add missing log import
    - added wld and tfw export
    - Pass --min-resolution to OpenMVS

    ---

    #OpenDroneMap #ODM #ODMUpdatesBot

    github.com/OpenDroneMap/ODM/re

  12. @henkmet He leuk, nog een Nederlander die de Duitse hashtag volgt… tijd voor een #OdM of #OogDesMeesters? 😇

    (Ah, je gebruikt de tweede al zie ik…)

  13. As we celebrate the 10th anniversary, different countries joined the ODM study at different times. 🤝

    Check out the development of the participating countries over the years to see when your country joined.

    To the 2024 results 👉 europa.eu/!Hv3pqd

    #EUOpenData #ODM
    ---
    nitter.privacydev.net/EU_opend

  14. Open data maturity in Europe has developed significantly over the years. Countries have progressed from beginners to followers and even fast-trackers.

    Can you spot your country's ODM score? 👀

    Discover the 2024 score 👉 europa.eu/!fkjY8h

    #EUOpenData #ODM
    ---
    nitter.privacydev.net/EU_opend

  15. OpenDroneMap/ODM
    V3.5.4

    ---
    - LAS resolution tied to GSD
    - Add a WARNING when a geo file is specified but the file does not exist
    - Adding TIFFTAG_* to .tif outputs
    - Merge cameras.json in split-merge
    ...

    ---

    #OpenDroneMap #ODM #ODMUpdatesBot

    github.com/OpenDroneMap/ODM/re

  16. Fedizens!
    Please help us figure out if folks would appreciate automatic failover from other feature types to ORB when there is an Out-Of-Memory (OOM) situation to help ensure you get a processed dataset and can continue to troubleshoot after.

    Fediverse Poll included for folks not part of our Discourse Community yet, and link to our Community below:
    community.opendronemap.org/t/r

  17. OpenDroneMap/ODM
    V3.5.3

    ---
    - Speed-up undistortion by 2x
    - Mavic 3M Support
    - Add black level support for certain DJI drones
    - Fixed GPU docker build
    - Update OpenStreetMap provider in gdal2tiles.py
    - Add libtbb2 to gpu.Dockerfile
    - Detect more DSP SIFT features
    ...

    ---

    #OpenDroneMap #ODM #ODMUpdatesBot

    github.com/OpenDroneMap/ODM/re

  18. OpenDroneMap/ODM
    V3.5.1

    ---

    - Fix PoissonRecon failed with n threads log message
    - Support for DJI Mavic 2 Zoom srt files
    - Skip feathered raster generation when possible

    ---

    #OpenDroneMap #ODM #ODMUpdatesBot

    github.com/OpenDroneMap/ODM/re

  19. OpenDroneMap/ODM
    V3.5.0

    ---

    - Ignore malformed multispectral bands
    - Fix build
    - Classify point cloud before generating products
    - Update comment on mvs_tmp_dir
    - GLTF - obj2glb - be consistent with the GLTF standard
    - Add Mavic 3 rolling shutter
    - default GPS-Accuracy to 3m
    - replace fisheye with fisheye_opencv but keep API the same until 4.0
    - Fix BOM encoding bug with geo files
    - Use min views filter = 1

    ---

    #OpenDroneMap #ODM #ODMUpdatesBot

    github.com/OpenDroneMap/ODM/re