ayaanzhaque / instruct-nerf2nerf

Instruct-NeRF2NeRF: Editing 3D Scenes with Instructions (ICCV 2023)
https://instruct-nerf2nerf.github.io/
MIT License
769 stars 64 forks source link

bear dataset not updated #30

Closed PatrickDDj closed 1 year ago

PatrickDDj commented 1 year ago

After training in2in on bear dataset, I still get the same scene which is not changed. training command: ns-train in2n --data data/bear/ --load-dir outputs/bear/nerfacto/2023-05-15_070819/nerfstudio_models --pipeline.prompt "Turn the bear into a grizzly bear" --pipeline.guidance-scale 7.5 --pipeline.image-guidance-scale 1.5 rendering command: ns-render --load-config outputs/bear/in2n/2023-05-15_085305/config.yml --traj filename --camera-path-filename data/bear/camera_paths/final-path.json --output-path b.mp4

ayaanzhaque commented 1 year ago

That's interesting. Can you re-train in2n using a downscaled version of the images? So add this to the end of your train command:

nerfstudio-data --downscale-factor 2