-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to edit the scene? #29
Comments
@Lazyangel Hello, may I ask how to change the annotation.json file to alter the appearance of objects in the scene? Among them, annotation.json is in the input data. Does it mean that after updating annotation.json, it needs to be retrained and then rendered? |
Hello, how I edit an object is as follows:
|
Thank you very much. I'll give it a try |
By the way, I saw the author provide such a script in other answers, but I didn't understand the logic. You can take a look, which may be helpful for future work. def change_object(ckpt1, ckpt2, gid1, gid2, save_path):
if name == 'main':
|
Yes, I'm also not quite sure how to use this script. |
@Lazyangel Hello, why did I change the positions of some participants in annotation.json, but the rendered video did not show any changes? I feel that directly using the rendering instructions given in the project does not involve the annotation content. Do I need to specify some configurations in the rendering instructions? This is my rendering instruction. I don't feel like annotation.py was used. Furthermore, it seems unclear how to modify other configurations of render. May I ask how you did it?Thanks! |
@m15310926778 Hello,
|
|
Hello, I'm new to NeRF&3DGS, I want to know how to edit the scene after the training has been completed.By modifying the annotation.json file, I can change the objects present in the scene, but I don't know how to add or remove objects.
For instance, I wanted to duplicate an object in the scene. Here are the steps I took:
But while rendering I got an error:
KeyError: 'gauss_params.means'
.How can i solve this problem?I would be very grateful if anyone can help me!
The text was updated successfully, but these errors were encountered: