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.91k stars 1.11k forks source link

Fix fast_floor in FPC Filter, Invalid PLY file (expected 'property uint8 views') #1716

Closed pierotofy closed 1 year ago

pierotofy commented 1 year ago

Fixes a fault in FPC Filter which was causing the program to stall forever in certain reconstructions when using --pc-sample , caused by a bad floor implementation.

pierotofy commented 1 year ago

Also fixes the Invalid PLY file (expected 'property uint8 views') error which several people have encountered, due to a fault in ODM's calls to OpenMVS's subscene handling.

Saijin-Naib commented 1 year ago

Do you think this is worthy of a new release of Windows? I think this is a nice fix up.

pierotofy commented 1 year ago

Probably yes.