nerf-object-removal
nerf-object-removal copied to clipboard
[CVPR 2023] Removing Objects From Neural Radiance Fields
Hi, I recently ran the code without modifying any model settings with the dataset you provided. However, the output results are quite blurry and most of them have quite noticeable...
May I know where I can download the GT images (those without an object) that are paired with the training images (those with an object)?
Hi, thanks for sharing this awesome work! This is not an issue, but rather a question. What is the expected training time, say for the real scene 001?
Your paper is very amazing! Could you please show the whole dataset including points3D.txt?
In eval.py and eval_train.py, it doesn't support LPIPS calculation.
ImportError: cannot import name 'masking' from 'jax.interpreters' (/home/xxx/anaconda3/envs/removal/lib/python3.8/site-packages/jax/interpreters/__init__.py) Can you provide me with a specific configuration file for the environment?
**Could you show your specific version of tensorflow-gpu?** There are some errors by using the default version of it. Apart from this, there are some conflicts between two package :...
Hello, thank you for your amazing work! I want to try it and used the docker instructions you provided here: https://github.com/nianticlabs/nerf-object-removal/blob/main/docker/README.md The image builds correctly and runs but when I...
Hi authors, Could you please kindly provide the link of supplementary materials that mentioned in the paper? Many thanks.
Hi, @weders Thank you for sharing your nice work! I have checked your proposed dataset. I find the mask does not look enough to cover the object region. I follow...