summitbri

Results 8 issues of summitbri

https://www.dji.com/zenmuse-p1/specs

First wanted to let you know that I've been using Viseron for awhile and love it! Thank you for the time and effort. Using latest stable release (1.7.2) I did...

Is it possible to have this PR also work for the DJI P1 sensor (M300 drone)? _Originally posted by @summitbri in https://github.com/mapillary/OpenSfM/issues/838#issuecomment-1212630210_

### How did you install ODM? (Docker, installer, natively, ...)? Docker 3.0.5 ### What is the problem? Camera orientation isn't being parsed correctly, as evidenced with attached dataset (21 images)....

software fault

### How did you install ODM? (Docker, installer, natively, ...)? Ubuntu 20.04 docker run -ti --detach --rm --tty --name odm_container -v /odm/datasets/project:/datasets/code opendronemap/odm --project-path /datasets \ --auto-boundary \ --orthophoto-resolution 1.5...

possible software fault

Create a project name variable that can be passed via an option parameter in the docker run opendronemap/odm command, which is then presented in the quality report in place of...

### What is the problem? Potree point cloud measured units always match that of the point cloud, however the label always states 'm' for meters. When measuring a State Plane...

enhancement
help wanted

```r ofile = paste0(final_dir, "/LiDAR_Point_Cloud.las") merge = reader_las() + write_las(ofile) ans = exec(merge, on = merged_dir, chunk_size = 10000) ans ``` I've discovered that on some larger projects, the code...