Jason-YJ
Jason-YJ
I've download NVIDIA-OptiX 6.5.0, and edited config.py for the path to library. However, when running optim.py, an error occurred like:  And here is my file lists:  I wonder...
I'm confused why the normalized pixel coordinates need do the following operation: `src_coords[src_coords > 10.0] = 10.0 src_coords[src_coords < -10.0] = -10.0` The "F.grid_sample" function requires the coordinates in the...