ayaanzhaque / instruct-nerf2nerf

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

Why the results so bad? I have try my best to change the parameters. #79

Closed meng-f21 closed 9 months ago

meng-f21 commented 10 months ago
image

The prompt is "Turn the bear into a panda." And --pipeline.guidance-scale 7.6 --pipeline.image-guidance-scale 1.2.

        "args": [
            "in2n",
            "--data", 
            "/data15/DISCOVER_summer2023/mengf2309/MARS/mars/in2n-data/bear", 
            "--load-dir", 
            "/data15/DISCOVER_summer2023/mengf2309/mars1/outputs/Bear_panda/nerfacto/2023-11-05_205717/nerfstudio_models",
            "--pipeline.prompt", 
            "Turn the bear into a panda.",
            "--vis", 
            "viewer+wandb",
            "--pipeline.guidance-scale", 
            "7.6",
            "--pipeline.image-guidance-scale",
            "1.2",
            "--pipeline.model.near-plane", 
            "0.5", 
            "--max_num_iterations",
            "10000",
            "--viewer.websocket_port",
            "4000",
            "nerfstudio-data",
            "--downscale-factor", 
            "2",
            "--scene-scale",
            "2.0"

        ]
lsongx commented 10 months ago

looks like you are using the old version. maybe you can try git install again