facebookresearch / NSVF

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

There is no `--valid-pixel-per-view` option #41

Open ghasemikasra39 opened 3 years ago

ghasemikasra39 commented 3 years ago

The system easily runs out of memory during the validation phase as it's using all the pixels. Is there a way to limit the number of sampled pixels during the validation phase? (same as training using --pixel-per-view)