threestudio-project / threestudio

A unified framework for 3D content generation.
Apache License 2.0
6.17k stars 475 forks source link

How to do Editing with Magic3D #496

Open theycallmefm opened 1 month ago

theycallmefm commented 1 month ago

Hi, I want to try the editing capabilities of Magic3D, but I don't want to use a mesh created by Magic3D. Instead, I want to use a simple NeRF generated by instant-ngp. I've created a NeRF with instant-ngp using Nerfstudio. Here is my output. How can I parse this output to do editing using Magic3D? Or is there a way to train a simple nerf and edit using Magic3D in threestudio?

Kirito-Ausna commented 2 weeks ago

Hi, I think you can try the intructNeRF2NeRF code implemented with threestudio (mentioned in the readme). But I think the NeRF Representation in threestudio's implementation is too simple to represent something complex like a scene