deepinsight / insightface

State-of-the-art 2D and 3D Face Analysis Project
https://insightface.ai
22.88k stars 5.35k forks source link

Edge Computing ie: Raspberry 3B+ or Hikey970 #461

Closed MyraBaba closed 1 year ago

MyraBaba commented 5 years ago

Hi,

Is there anybody can run the facerecognition (ie: deploy/test.py) on any Edge devices like Raspberry 3 B+ pr Hikey970 ? Any experience or benchmark ?

What would be the suggestion for Egde Device for det & recognition ?

Best

Evan-D commented 5 years ago

I think face_recognition can help you

Hi,

Is there anybody can run the facerecognition (ie: deploy/test.py) on any Edge devices like Raspberry 3 B+ pr Hikey970 ? Any experience or benchmark ?

What would be the suggestion for Egde Device for det & recognition ?

Best

MyraBaba commented 5 years ago

what did you mean for face_recognition ? is it a script in thsi repo ?

kaisark commented 5 years ago

@MyraBaba https://github.com/ageitgey/face_recognition

MyraBaba commented 5 years ago

It is python based (mainly dlib) . right?

Evan-D commented 5 years ago

It is python based (mainly dlib) . right?

Yes,u can use them on pi3 according to resize the pic

shree970 commented 5 years ago

You can implement on any edge device using this OS: http://shunyaos.org/.

arad2022 commented 7 months ago

It is python based (mainly dlib) . right?

Did you use insightface on the raspberry pi?