zju3dv / object_nerf

Code for "Learning Object-Compositional Neural Radiance Field for Editable Scene Rendering", ICCV 2021
https://zju3dv.github.io/object_nerf/
MIT License
313 stars 23 forks source link

How to edit single object? #28

Open RuihanLu opened 1 year ago

RuihanLu commented 1 year ago

Hi,

I have successfully completed the training and made a successful demo, your work is awesome. Thank you for your contribution.

However, I noticed in your paper that this algorithm should enable control of individual objects, such as rotating them, adding or removing them from the scene. I would like to experiment with this part, but it is not quite clear which parameters should be modified. Kindly could you please give me some suggestion?

All your help is very much appreciated.