-
Hi, I successfully generated objects and background on road dataset, but the objects can not be rendered on the background. I seperately generated "objects_rgb" and "background" as below, can you give…
-
**Describe the bug**
I can only run the `ns-train nerfacto --data data/nerfstudio/poster` without any error. When I tried to run any other method, the command prompt outputs error.
**To Reproduce…
-
thank you for your work,
I am learning to reproduce kitti results, and I notice that you use car_object_latents named `latent_codes_car_van_truck.pt`, could you share this car_latents? I try to u…
-
Hi, Great work.
I am doing a project where I need to take pictures of a certain object while my hand is covering some of the object in different areas in different images, and I need a model to remo…
-
I trained on kitti 0006 dataset with high PSNR but tested with low PSNR, what is the cause of this
thanks in advance for your reply!
-
Thank you for your great contribution and for sharing this wonderful code.
I am trying to run the semantic nerf on my custom dataset where I have a bunch of images on which I wish to train this net…
-
Hi, thanks for sharing your great work.
There is only one file under the directory of car-nerf-state-dict.
mars/latents/KITTI-MOT/car-nerf-state-dict/epoch_670.ckpt
Are 0002 and 0001 used differen…
-
Hi, @xBeho1der
Great work.
Following your rendering script,
```
python scripts/cicai_render.py --load-config outputs/nvs75fullseq/nsg-vkitti-car-depth-nvs/2023-06-21_135412/config.yml --outpu…
-
Hello, thanks for the great work,
I am processing Replica dataset with nerfstudio and I am trying to correlate your traj_w_c.txt with nerfstudio's transform.json but it doesn't make sense. I tried e…
-
Hi, thanks for your great work and make it open source for others.
I was trying to implement the Nerf network from c++ and using this library by watching your great paper "Instant Neural Graphics…