You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.mp4video.2.mp4
I ran the code after changing the following settings.
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: