Kunhao-Liu / StyleRF

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

About results on consistency #6

Closed xingy038 closed 1 year ago

xingy038 commented 1 year ago

Hi, thanks for your valuable work. Can you tell me how you achieved these results in the paper? I don't seem to find it in the code.

Kunhao-Liu commented 1 year ago

Hi, for the multi-view consistency evaluation, we use RAFT to compute the optical flow. Then, we use softmax-splatting to warp the image and get the mask. Finally, we compute the RMSE score and the LPIPS score between the warped image and the target image.