SharpAI / DeepCamera

Open-Source AI Camera. Empower any camera/CCTV with state-of-the-art AI, including facial recognition, person recognition(RE-ID) car detection, fall detection and more
https://sharpai.github.io/DeepCamera/
MIT License
1.82k stars 311 forks source link

To run DeepCamera on devices without Arm Mali OpenCL support #18

Closed solderzzc closed 5 years ago

solderzzc commented 5 years ago

Is your feature request related to a problem? Please describe. If the device has no OpenCL support, the embedding part will not work, so the DeepCamera can't run.

Describe the solution you'd like If we add function to fall back to cpu only inference of embedding extract, we will support almost all devices.

Describe alternatives you've considered Have no idea for now.

solderzzc commented 5 years ago

https://github.com/SharpAI/DeepCamera/blob/master/src/embedding/FaceProcessing.py#L129

@cici-tan

solderzzc commented 5 years ago

leave it, not for now.