alicevision / Meshroom

3D Reconstruction Software
http://alicevision.org
Other
11.23k stars 1.09k forks source link

Prepare Dense Scene Error #1015

Closed miquelrosell99 closed 4 years ago

miquelrosell99 commented 4 years ago

Hello, I'm getting an error when trying to compute the Prepare Dense Scene node. It's strange, because it usually works without any problems: image

These are the logs i get: { "status": "ERROR", "execMode": "LOCAL", "nodeName": "PrepareDenseScene_1", "nodeType": "PrepareDenseScene", "packageName": "aliceVision", "packageVersion": null, "graph": "", "commandLine": "aliceVision_prepareDenseScene --input \"F:/Documentos/Universitat/GEM/Quart/TFG/Projectes Meshroom/Excursi\u00f3 Pirineus/MeshroomCache/StructureFromMotion/0096df343e4b80c2fa3e9eadcbb056167847f231/sfm.abc\" --outputFileType exr --saveMetadata True --saveMatricesTxtFiles False --evCorrection False --verboseLevel info --output \"F:/Documentos/Universitat/GEM/Quart/TFG/Projectes Meshroom/Excursi\u00f3 Pirineus/MeshroomCache/PrepareDenseScene/52532b163b1736f5eab5d7ee5826748d6fd6bc1f\" --rangeStart 0 --rangeSize 40", "env": null, "startDateTime": "2020-08-02 07:52:57.937947", "endDateTime": "", "elapsedTime": 0, "hostname": "Baymax", "sessionUid": "32b5829c-d483-11ea-b305-d0c0bfb5a3ae", "returnCode": 3221226505, "elapsedTimeStr": "0:00:00" }

Any help will be appreciated. Thanks!

natowi commented 4 years ago

Looks like you have a special character in your path: Ó // u00f3 Pirineus. Avoid special characters/non-ASCII characters in Meshroom and images file paths

miquelrosell99 commented 4 years ago

Thanks!

fabiencastan commented 3 years ago

The error comes from https://github.com/OpenImageIO/oiio/issues/2779