Min
Min
Hi Niklaus, Thanks for providing a clean implementaion of pwc-net on pytorch. I am working with your code on KITTI dataset. However, its performance did not match PWC-Net and PWC-Net+....
Hi, I have noticed that your work mainly uses 'cv2.imread' as image IO, which reads an image as BGR format. But in Sintel.py, I found a mixed use of 'skimage.io.imread'...
Hi, met some problem when using tinycudnn-1.6+pytorch1.12.0+cuda11.3 Works well with pytorch1.11.0, so I guess it was a compatibility problem with pytorch1.12.0. It happens with tcnn.Encoding using dense grid. ``` File...