Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension to scenes without masks like DyNeRF dataset #7

Open
JasonLSC opened this issue Jun 14, 2023 · 3 comments
Open

Extension to scenes without masks like DyNeRF dataset #7

JasonLSC opened this issue Jun 14, 2023 · 3 comments

Comments

@JasonLSC
Copy link

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.

@DSaurus
Copy link
Owner

DSaurus commented Jun 14, 2023

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.

@JasonLSC
Copy link
Author

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants