Jason-YJ

Results 2 issues of 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: ![image](https://user-images.githubusercontent.com/71368398/102703454-e42d1c80-42a9-11eb-92cb-f2c97af74633.png) And here is my file lists: ![image](https://user-images.githubusercontent.com/71368398/102703463-0757cc00-42aa-11eb-92c9-ee7216c02ff8.png) 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...