We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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?
The text was updated successfully, but these errors were encountered:
Maybe you can change the config of fea2denseAct from softplus to relu, it works for me.
Sorry, something went wrong.
@liuyubian Thank you for the suggestion, but relu actually worsens the situation in my case.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: