mpottinger

Results 4 issues of mpottinger

Hello, I am just curious, I have adapted test.py to do realtime inference on webcam, as well as the *exact* same modifications to https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix, and set it to do inference...

I see commented out cuda includes in the Makefiles. Does that mean CUDA support is possible? Is the CUDA support functional?

Hello, I am trying to adapt the register_convert(depth_frame color_frame) code to my own program to register depth to color, not with ROS. However I am running into the following error...

Hello, first I would like to thank you for this wonderful library. It is nearly perfect, I was looking for a Python alternative to the C++ vuh library [https://github.com/Glavnokoman/vuh](url) and...