-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Problem
When I try to texture this mesh it can't load. I can however load it in other software like blender and meshlab.
Log (trace)
Program called with the following parameters:
- angleHardThreshold = 90
- bestScoreThreshold = 0
- downscale = Unknown Type "j"
- fillHoles = 0
- flipNormals = 0
- forceVisibleByAllVertices = 0
- imagesFolder = "/tmp/MeshroomCache/PrepareDenseScene/d1c1fe1b54322a807850919b7bf3a29b3c66b95c"
- input = "/tmp/MeshroomCache/StructureFromMotion/c0788146b61713731eb2f3b782ee0c490b22f0c2/sfm.abc"
- inputDenseReconstruction = "/tmp/MeshroomCache/Meshing/395b709c1ad39108a3a4dcdcb5858f11cb6fb495/denseReconstruction.bin"
- inputMesh = "/home/joran/Documents/H8/mesh2.obj"
- maxNbImagesForFusion = 3
- output = "/tmp/MeshroomCache/Texturing/77c32d7ef8de187c990b992b8ddb129d0be5c1c5"
- outputTextureFileType = "png"
- padding = Unknown Type "j"
- textureSide = Unknown Type "j"
- unwrapMethod = "Basic"
- verboseLevel = "trace"
- visibilityRemappingMethod = "PullPush"
[21:14:03.365934][info] Found 1 image dimension(s):
[21:14:03.366040][info] - [4032x3024]
[21:14:03.366063][debug] [IO] Read Image Metadata: /tmp/MeshroomCache/PrepareDenseScene/d1c1fe1b54322a807850919b7bf3a29b3c66b95c/878640175.exr
[21:14:03.367530][debug] Reading view 878640175 projection matrix from image metadata.
[21:14:03.367554][debug] [IO] Read Image Metadata: /tmp/MeshroomCache/PrepareDenseScene/d1c1fe1b54322a807850919b7bf3a29b3c66b95c/1264618477.exr
[21:14:03.367809][debug] Reading view 1264618477 projection matrix from image metadata.
[21:14:03.367822][debug] [IO] Read Image Metadata: /tmp/MeshroomCache/PrepareDenseScene/d1c1fe1b54322a807850919b7bf3a29b3c66b95c/1686740214.exr
[21:14:03.368072][debug] Reading view 1686740214 projection matrix from image metadata.
[21:14:03.368085][info] Overall maximum dimension: [4032x3024]
[21:14:03.368146][debug] [IO] loadArrayOfArraysFromFile: /tmp/MeshroomCache/Meshing/395b709c1ad39108a3a4dcdcb5858f11cb6fb495/meshPtsCamsFromDGC.bin
[21:14:03.368455][info] Loading mesh from obj file: /home/joran/Documents/H8/mesh2.obj
[21:14:03.658534][info] - # vertices: 627421
- # normals: 627421
- # uv coordinates: 0
- # triangles: 0
[21:14:05.334787][info] Mesh loaded:
- #points: 627421
- # triangles: 0
terminate called after throwing an instance of 'std::runtime_error'
what(): Unable to load: /home/joran/Documents/H8/mesh2.obj
Aborted (core dumped)
Steps to Reproduce
- Download this mesh
- Try to texture it
Versions
- AliceVision branch/version: Both the binary 2019.1 and latest version of the source develop branch
- OS: Ubuntu 18.04