exadel-inc / CompreFace

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

Not starting on Synology DS1520+ #518

Open alekslyse opened 3 years ago

alekslyse commented 3 years ago

Using the docker compose, all docker images start except comrepface-core with error code 132

https://paste.ubuntu.com/p/d7fRpq4cV2/

pospielov commented 3 years ago

It looks like there is Intel Celeron J4125 CPU in Synology DS1520+ which doesn't support AVX. CompreFace now works only on CPU with AVX support. To make sure that your system supports AVX you can run "lscpu | grep avx" in LInux.

jddominguez1979 commented 1 year ago

Is there a solution for this? Becausing I am having the same issues on my DS1520+ So all the containers are running smoothly but the core container is generating this message !!! no internal routing support, rebuild with pcre support !!!

pospielov commented 1 year ago

https://github.com/exadel-inc/CompreFace/issues/583 There was one guy who managed to compile CompreFace without AVX requirements.