OpenDroneMap / ODM

A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷
https://opendronemap.org
GNU Affero General Public License v3.0
4.68k stars 1.07k forks source link

ODM Obj2Tiles version not up to date #1767

Closed Yologuy101 closed 1 week ago

Yologuy101 commented 1 week ago

I have the windows native install of ODM version 3.5.1 I was trying to use the --error flag with Obj2Tiles by modifying ocgtiles.py. When ran, ODM reports that --error is not valid. I went a bit deeper and found that "Obj2Tiles --version" reported v1.0.0. In this version, --error was never added as an option. It was not until v1.0.4 that error calculation was added.

I went into the source code for ODM v3.5.1 and found that the Cmake file for Obj2Tiles list the version as v1.0.12 (most recent update), but when I use the ODM_Setup_3.5.1.exe downloaded from GitHub and run Obj2Tiles --version, the version is still 1.0.0.

image (ODM v3.5.1 Obj2Tiles displaying v1.0.0)

image (source code showing download for v1.0.12)

Is there a bug with ODM_Setup_3.5.1.exe? and how that is compiled? How can I compile the source code myself?