Error when extracting many setups from a single E57
Posted: Wed Mar 01, 2023 12:42 pm
.
Hi Daniel!
I have a large E57 file (32GB) which has around 500 setups. Each setup is light (ca 5Mpoints) as they come from a Matterport scanner. What I'm trying to do is use CC to extract all the setups to individual files. My PC has 48GB of RAM but I know 32GB can be heavy so I use CC in command line mode.
I run this command to do so:
but it seems that CC is not able to read everything and eventually it throws an error. It manages to read all the pointclouds but it has more problems with the panoramas inside each scan. At some point the cmd shows many errors like:
And eventually...
After that it moves to show how many points each cloud has and then to save them but it doesnt saves them all. I can see in Windows' Task Manager that all the RAM memory is used and then starts swapping memory so things go slower but keeps for a while until eventually it shows the errors. So it seems it has problems with using virtual memory? Currently is managed by the system and it says that it reserved 117GB for it.
Anything I can do so CC is able to fully read the file and save all clouds?
Thanks!
Hi Daniel!
I have a large E57 file (32GB) which has around 500 setups. Each setup is light (ca 5Mpoints) as they come from a Matterport scanner. What I'm trying to do is use CC to extract all the setups to individual files. My PC has 48GB of RAM but I know 32GB can be heavy so I use CC in command line mode.
I run this command to do so:
Code: Select all
cloudcompare.exe -SILENT -O {inputfile} -NO_TIMESTAMP -C_EXPORT_FMT E57 -SAVE_CLOUDS
Code: Select all
[E57] Reading new image node (2048) - Skybox 2
[E57] Failed to load image from blob data!
Code: Select all
[E57] Unknown error
An error occurred while loading 'cloud_0': the third-party library in charge of saving/loading the file has thrown an exception
Anything I can do so CC is able to fully read the file and save all clouds?
Thanks!