matiasdelellis / facerecognition-external-model

Nextcloud Facerecognition External Model
11 stars 10 forks source link

Support parallel processing for Model 4 #5

Open JoelLinn opened 2 years ago

JoelLinn commented 2 years ago

Model 4 should be easy to run on two cores, even with practically non-existent python parallelism.

36grad commented 3 months ago

I have created a pull request that enables the facerecognition app to use multiple external model instances. So, while each external model will still be running on only one core, you can benefit from all cores you have.

See: https://github.com/matiasdelellis/facerecognition/pull/743