Kunhao-Liu / StyleRF

[CVPR 2023] StyleRF: Zero-shot 3D Style Transfer of Neural Radiance Fields
https://kunhao-liu.github.io/StyleRF/
144 stars 11 forks source link

Question about sampling method. #18

Closed ShiyeLi closed 1 year ago

ShiyeLi commented 1 year ago

Hi! thanks for sharing such amazing work! After reading your code, I found that when training the feature encoder part, you used random sampling of the light, and when training the decoder, you sampled the whole image. What is the consideration for difference between them? Does the sampling method have a significant impact on the training of the feature encoder? Looking forward reply!