AICamera icon indicating copy to clipboard operation
AICamera copied to clipboard

OpenGL implementation

Open weiyichang opened this issue 6 years ago • 3 comments

Hi, Thank for sharing this useful code so that we could run caffe2 on Android. Recently, I notice that the OpenGL backend has been released, and I also discover that the main difference is using GLPredictor. But the input and output of GLPredictor are different from the CPU version (Predictor), and the usage of GLImage/GLImageVector is lack of introduction. So I wanna know that would you plan to share this example with OpenGL backend, or could you give example of the transformation between TensorCPU and GLImage? Thanks!!!

weiyichang avatar Sep 06 '17 13:09 weiyichang

Yes, have the same question here. Do you have any plan for supporting latest Caffe2 which has new GL-backend implemented?

rlegithub avatar Sep 21 '17 22:09 rlegithub

OpenGL implementation is not stabilized yet, we may give a tutorial later.

jerryzh168 avatar Oct 10 '17 17:10 jerryzh168

@jerryzh168 Got it. Thanks a lot !!! Since the acceleration by GPU is great, we are looking forward to this implementation.

weiyichang avatar Oct 11 '17 06:10 weiyichang