cvachha / instruct-gs2gs

Gaussian splatting implementation of Instruct-NeRF2NeRF: Editing 3D Scenes with Instructions
https://instruct-gs2gs.github.io/
MIT License
62 stars 1 forks source link

Regarding using LPIPS loss #5

Closed yt2639 closed 6 months ago

yt2639 commented 7 months ago

Hi authors, thanks for sharing the code. In the paper, you mentioned that you used LPIPS and L1 loss for training igs2gs. However, here in the code,

https://github.com/cvachha/instruct-gs2gs/blob/a5d43294b9b8e4db5395e3df13cac78625abfee8/igs2gs/igs2gs.py#L51C5-L51C8

it seems like the model does not overwrite the original get_loss_dict function and therefore it still uses SSIM loss and L1 loss. Is this intended?

Thanks!

ayaanzhaque commented 6 months ago

This was a mistake on our part in the paper, whatever is in the code is correct. So we do not use LPIPS loss.