nischi / MMM-Face-Reco-DNN

Face recognition with opencv and deep neural network
MIT License
91 stars 46 forks source link

Possibility to have face recognition run on another Server #40

Open njoerd114 opened 4 years ago

njoerd114 commented 4 years ago

Facerecognition is quite expensive in terms of CPU and Memory...

I'm thinking of running the whole thing on an external Pi/Spare Laptop and publish messages via MQTT... The module could just consume them and load would not be an issue anymore.

I'm going to look if I can modify the module to make this an option.

nischi commented 4 years ago

That sound really nice. Whould be awesome if you find a solution

DrSoops commented 4 years ago

@njoerd114 I'm thinking of working on something similar, were you thinking of connecting to MQTT from this module directly or hooking into the standard MM notifications and using MMM-MQTTbind to convert the MQTT messaging into MM notifications?

This might be more of a question to @nischi and the other main contributors as to what they would prefer to take a dependency on