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

custom data results suffer from floaters #67

Open
emjay73 opened this issue Jul 25, 2023 · 2 comments
Open

custom data results suffer from floaters #67

emjay73 opened this issue Jul 25, 2023 · 2 comments

Comments

@emjay73
Copy link

emjay73 commented Jul 25, 2023

Thank you for sharing your code!

I tried to run TensoRF using the dataset from the 'NeRF Object Removal' repository (https://github.com/nianticlabs/nerf-object-removal) and noticed there are lots of unpleasant floaters in the generated test set video.

video.mp4
video.2.mp4

I ran the code after changing the following settings.

self.near_far = [0.1,6.0]
self.scene_bbox = torch.tensor([[-1., -1., -1.], [1., 1., 1.]])

Any further suggestions?

@liuyubian
Copy link

Maybe you can change the config of fea2denseAct from softplus to relu, it works for me.

@emjay73
Copy link
Author

emjay73 commented Jul 30, 2023

@liuyubian Thank you for the suggestion, but relu actually worsens the situation in my case.

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