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

Continues Editing with Sequential Text Prompts #87

Closed JianXimple closed 6 months ago

JianXimple commented 6 months ago

Summary:

I've introduced a new feature to the instruct-nerf2nerf project that enables continuesly editing 3D NeRF scenes using text prompts. This function allows for the loading of previously edited NeRF scenes, re-rendering them from specific locations and poses to match the original dataset. And then use the next prompt to edit the new scene. The key here is the ability to perform continuous and sequential text prompt editing.

Detailed Explanation:

Feature Overview:

Use Cases:

Implementation:

Results of Continues Editing:

faces

I believe this feature will be a valuable addition to the instruct-nerf2nerf project, offering users more control and creative freedom in their 3D scene generation and editing endeavors.

ayaanzhaque commented 6 months ago

Thanks for these contributions! I recommend that for any additional changes to Instruct-NeRF2NeRF, you create a new repo with your changes. Here's an example: https://github.com/cvachha/instruct-gs2gs. I'll go ahead and close this PR for now.