OpenDroneMap / NodeMICMAC

A Lightweight REST API to Access MICMAC Photogrammetry and SFM Engine.
https://opendronemap.org/nodemicmac/
GNU General Public License v3.0
79 stars 21 forks source link

Entwine crash #65

Closed kikislater closed 2 years ago

kikislater commented 2 years ago

What is the problem?

Entwine crash during .ply conversion

What should be the expected behavior?

.ply generation without error

How can we reproduce this? (What steps did you do to trigger the problem? Be detailed)

Launch a process with NodeMicMac, this will give following error :

terminate called after throwing an instance of 'nlohmann::detail::out_of_range'
  what():  
[json.exception.out_of_range.403] key 'bounds' not found

/var/www/scripts/postprocess.sh: line 126: 11063 Aborted                 (core dumped) entwine build --threads $(nproc) --tmp "entwine_pointcloud-tmp" -i "$pointcloud_input_path" -o entwine_pointcloud

Postprocessing: done (•̀ᴗ•́)و!

Compressing all.zip

Done!
kikislater commented 2 years ago

@rumenmitrev Any idea ?

rumenmitrev commented 2 years ago

Is it happening with different dataset?