Kai-46 / ARF-svox2

Artistic Radiance Fields
BSD 2-Clause "Simplified" License
498 stars 42 forks source link

Where do you measure MSE between GT patch and output patch? #25

Open frankkim1108 opened 9 months ago

frankkim1108 commented 9 months ago

Hi! I was very intrigued by your work and started looking at your code. (I'm not very good at cuda language) I saw that you were measuring patch wise loss. However, I'm having a hard time finding where exactly in your code, it calculates MSE loss between GT patch and output patch.

Thank you for your time.