buaacyw / GaussianEditor

[CVPR 2024] GaussianEditor: Swift and Controllable 3D Editing with Gaussian Splatting
https://buaacyw.github.io/gaussian-editor/
Other
1.07k stars 54 forks source link

Issue with Training and Deleting Operations on "figurines" Database #63

Open irisfreesiri opened 1 month ago

irisfreesiri commented 1 month ago

I'm encountering an issue while using the "figurines" database for training and performing delete operations. Whenever I attempt to train the model or delete data, I receive an error. RuntimeError: Function _RasterizeGaussiansBackward returned an invalid gradient at index 2 - got [0, 0, 3] but expected shape compatible with [0, 16, 3] However, when I switch to using the "bicycle" database, everything works perfectly fine, with no errors during training or deletion.

image

Has anyone faced a similar issue or could offer insights into what might be going wrong?