NVFi icon indicating copy to clipboard operation
NVFi copied to clipboard

NVFi in PyTorch (NeurIPS 2023)

Results 1 NVFi issues
Sort by recently updated
recently updated
newest added

The `render_test_evaluation()` function in `train_nvfi()` writes generated images to disk with files names `r_some_number.png` where the `some_number` indicates the position of the corresponding target in `all_targets`. However, the `read_images_in_dir()` function...