facebookresearch / NSVF

Open source code for the paper of Neural Sparse Voxel Fields.
MIT License
797 stars 94 forks source link

How to use patch sampling? #43

Open NIRVANALAN opened 3 years ago

NIRVANALAN commented 3 years ago

Describe the bug Hi! I noticed you have implement VGG loss and patch-sampling for nerf, could you elaborate on how to use it? Besides, did you adopt this loss in your paper?

To Reproduce add

    --vgg-weight 1e-4 \
    --sampling-patch-size 48 

in jade training config.

Expected behavior This doesn't work now, all_results is None after setting this.