exadel-inc / CompreFace

Leading free and open-source face recognition system
https://exadel.com/accelerator-showcase/compreface/
Apache License 2.0
5.7k stars 775 forks source link

Make a CompreFace FaceNet custom build with MKL. #607

Open pospielov opened 3 years ago

pospielov commented 3 years ago

This is the only option we have right now to support CPU without AVX. We need two versions: with and without GPU support. Steps:

  1. Add new embedding calculator build with INTEL_OPTIMIZATION=true to: https://github.com/exadel-inc/CompreFace/blob/c44c92eaea31798f8e68c91acc36144d3b8ab411/embedding-calculator/Makefile
  2. Create new docker-compose files in the custom builds folder. Here is documentation on how to create a custom build: https://github.com/exadel-inc/CompreFace/blob/master/docs/Custom-builds.md#how-to-build-your-own-custom-build
balogun14 commented 1 year ago

@pospielov can you explain this issue a bit more