Closed Jihyun0510 closed 1 year ago
Hi you can take a look at the discussion in #13 and try out those steps. If the ceiling looks like this after the first stage, the default parameters for completion are unable to inpaint it properly. That is, our camera sampling fills in some holes, but others remain. As a result, poisson surface reconstruction will create these smoothing artifacts to make the mesh watertight. Also see Fig9. in the paper for a discussion about this failure mode of the method.
The two solutions are:
fiddle with hparams for completion as discussed in #13 (or improve camera sampling all together to inpaint all holes).
only complete meshes who's ceilings are not degenerate like here
Thank you! I will try that
I always appreciate your kind answers and your great work
Running the codes (generate_scene.py) with the default setting, I found out that results get worse as time passes.
Here are the results for the living_room.json:
Fused frame until 200
Fused final
After poisson
*After qudratic decimation
Could you explain the reasons? What should I do to get the best results like in your paper?