silent-chen / DGE

[ECCV 2024] DGE: Direct Gaussian 3D Editing by Consistent Multi-view Editing
72 stars 3 forks source link

Question about the code in "dge_guidance.py" #4

Closed cyf066 closed 2 months ago

cyf066 commented 2 months ago

Hi,

I have a question regarding the code in dge_guidance.py at line 122. Should this function be placed outside the loop? https://github.com/silent-chen/DGE/blob/1149c3a72102e3db33d626cb3ea7d228b836e68d/threestudio/models/guidance/dge_guidance.py#L122 Thank you!

silent-chen commented 2 months ago

Thanks! Yes, you can do it outside the loop and it will not cause differences in results.