OlafenwaMoses / ImageAI

A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
https://www.genxr.co/#products
MIT License
8.49k stars 2.18k forks source link

ImageAI and Intel OpenCL(neo) #405

Open guruvishnuvardan opened 4 years ago

guruvishnuvardan commented 4 years ago

Hi,

Can you please enlighten me about using Intel's OpenCL in ImageAI, I have once tried OpenCL in Pytorch with the following line of code

net.setPreferableTarget(cv.dnn.DNN_TARGET_OPENCL_FP16).

I have tested the above line of code in Intel i3(8th Gen) using realtime CCTV camera, its working fine.

Can you please suggest me a method to use the same.

Thanks Guru

OlafenwaMoses commented 4 years ago

ImageAI doesn't support Intel's OpenCL for inference acceleration yet and we do not have plans for it yet. Only NVIDIA GPU acceleration is supported.