sunset1995 / DirectVoxGO

Direct voxel grid optimization for fast radiance field reconstruction.
https://sunset1995.github.io/dvgo
Other
1.05k stars 110 forks source link

several reconstructed objects in the scene but cannot combine together to a single object #3

Closed neilgogogo closed 2 years ago

neilgogogo commented 2 years ago

image

I tried to reconstruct a human in the middle using the cmu panoptic data, but there seems to be several reconstruced human in the scene, how can I adjust the camera system?

neilgogogo commented 2 years ago

It is weird that the reconstructed model seems to be closer to the camera, and the reconstructed human cannot be aligned to one model together.

neilgogogo commented 2 years ago

I know the reason is that I put the background as white 255, it will make the network "crazy" with many 255 as input. I change the black to white and now the model align together.