ODM icon indicating copy to clipboard operation
ODM copied to clipboard

A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷

Results 77 ODM issues
Sort by recently updated
recently updated
newest added

_This error was ignored in http://community.opendronemap.org/c/opendronemap so I open an issue here_ ``` $ sudo /snap/bin/opendronemap Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name =...

help wanted
possible bug

In the past, I've done a bit of a hacky pre-processing of images by sharpening and auto-contrasting in a tool like XNConvert. I was reminded of this today working with...

enhancement

Currently outputs from ODM have slightly uneven cell raster sizes: ``` >>> import rasterio; rasterio.open("/datasets/brighton2/odm_orthophoto/odm_orthophoto.tif").transform Affine(0.04999088883357982, 0.0, 576647.5603842067, 0.0, -0.0499903086638842, 5188220.140716478) >>> ``` This could be improved.

enhancement

### How did you install OpenDroneMap? (Docker, natively, ...)? I installed WebODM using Git. ### What's your browser and operating system? (Copy/paste the output of https://www.whatismybrowser.com/) Chrome 90 on Windows...

bug

Since Ubuntu 21.04 has reached end of life and it's starting to show some update issues during build.

I think it would be very helpful to have a concept within ODM of multiple types of control points. Currently, we have the concept of 3D Ground Control Points (XYZ)....

enhancement

I am having an issue running ODM when the install path has a ’ character in it. This is the output I get for the install path “C:\Temp\Tes’t\ODM”. I have...

help wanted
possible bug

Pull request with the intent of integrating some of the magic of DMPdtm from Josh @vonnonn's adaptation of Brad Chambers implementation of Mungus et al., 2014 https://github.com/vonnonn/poodles/blob/main/DMPdtm.py

Hello, i have used gcp points in my process. The gcp names was like; ykn1 , ykn2, ykn3 … My GCP file is like that: +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000...

bug

I have tested this [Banana Dataset](https://github.com/pierotofy/dataset_banana/tree/master) These settings are `run --project-path “D:\qwerty\Banana_ODM” --mesh-octree-depth 14 --mesh-size 300000 --pc-quality ultra --pc-geometric ` I got a banana with very sharp texture which is...

enhancement