Tensor4D icon indicating copy to clipboard operation
Tensor4D copied to clipboard

Extension to scenes without masks like DyNeRF dataset

Open JasonLSC opened this issue 1 year ago • 3 comments

Hi! Thank you for your great work.

Could tensor4d be extended to handle scenes without masks? The multi-view captures in these scenes may contain foreground moving objects/human and static backgrounds.

JasonLSC avatar Jun 14 '23 14:06 JasonLSC

Hi!

I have tested several scenarios using only sparse views (<12 cameras), but Tensor4D can not achieve satisfactory results in reconstructing foreground and background simultaneously. Currently, it may still require dense viewpoints to achieve background reconstruction.

In addition, you can use RobostVideoMatting or BackgroundMatting to segment moving objects/human, which are very fast and easy to run.

DSaurus avatar Jun 14 '23 16:06 DSaurus

Hi! I tried to use RobostVideoMatting to segment moving objects in my multi-view videos, but I could not obtain high-quality reconstruction even with the mask in my scenario. My results are shown below: image

Any idea about this situation? Should I try to move the mask object into the center of aabb? Any idea on how to determine the location of masked object in 3D space only with multi-view silhouettes?

JasonLSC avatar Jun 30 '23 03:06 JasonLSC

In other words, do you have any suggestions on how to get the correct scale_mat from multi-view silhouettes and estimated poses?

JasonLSC avatar Jun 30 '23 12:06 JasonLSC