Kai-46 / ARF-svox2

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

why you still use the MSE loss before the NNFM loss in the style transfer stage #15

Open StellarCheng opened 1 year ago

StellarCheng commented 1 year ago

Hi Kai, Thanks for your great work! I m quite confused that why you still use the MSE loss before the NNFM loss in the style transfer stage in opt_style.py.

Kai-46 commented 1 year ago

This is for finetuning the appearance after we discard the view-dependent component.

christina284 commented 1 year ago

Where is the discardment of the view-dependent component is happening in opt_style.py? And if you could explain why is it necessary I would be grateful!