Nimalan_Sri
Nimalan_Sri

Reputation: 11

Autodesk Forge Reality Capture: Not reconstructing complete meshes

I have lately been working on Forge Reality Capture API and using simple curl commands to reconstruct some scenes from images. The process goes through smoothly but I never obtain a complete mesh. 1.I have tried increasing the number of images about 5 times ( from 20 to 100) 2.Tried both the obj and rcm formats ( my scenetype=object) 3.I investigated the camera positions after exporting the rcm mesh to Recap photo and only about 15 positions are shown. While I used about 100 frames in several positions. Only the images from these camera positions are stiched and get an incomplete mesh.

Is this a algorithm issue in the reconstruction? Do I have to capture more pictures? The area is relatively small, a corridor of 50m*20m. Can I re-process the same scene by adding additional photos? Is there a necessity for some amount of texture?

I am grateful for the answers. Cheers!

Upvotes: 0

Views: 155

Answers (1)

denis-grigor
denis-grigor

Reputation: 515

I suggest having a look at my blog post on Reality Capture API https://forge.autodesk.com/blog/hitchhikers-guide-reality-capture-api that might help you to debug and identify the source of the problems.

The source of the problem could range from object having transparent or reflective surfaces, to your images (or some of them) not being properly uploaded.

In general, if you don't get complete mesh, the best solution is to take more pictures of the missing spots, instead of more pictures of the entire object. If there are missing spots, it means that the engine could not figure out of your images how to stitch them - more images of those areas should help.

Upvotes: 0

Related Questions