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

Testing on nerf_synthetic. (blender.py‘s code of the data_loader) #27

Closed HeChengy closed 7 months ago

HeChengy commented 7 months ago

Hello, when I try to conduct testing experiments on the nerf_synthetic dataset, I encountered an error saying 'BlenderDataset' object has no attribute 'render_path'. It seems that there is a missing part in the blender.py code of the data_loader. Could you please share the code for testing on nerf_synthetic? Thank you

Kunhao-Liu commented 7 months ago

Hi, you can set render_test=1 and render_path=0 in test_style.sh. render_path is only valid for LLFF dataset.