You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GPU support. Use all power of your GPU accelerator to enjoy the increased speed of the system.
Fixes
Lots of small fixes
Migration from 0.4.1 version
You need to place new docker-compose.yml and .env files into the current CompreFace config directory.
We updated REST API for more clear service distinction. Face collections now have a "/recognition" context. This means you'll need to update your application logic to use new REST endpoints.
All Face Collections were migrated to Face Recognition Services automatically, so no actions from users are required.
We updated the formula for calculating the similarity between faces. So if before the recommended threshold was 0.7, now it's 0.5 for every model. You will need to adjust the threshold in your application logic.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Features
Fixes
Migration from 0.4.1 version
docker-compose.yml
and.env
files into the current CompreFace config directory.How to install:
wget -q -O tmp.zip 'https://github.com/exadel-inc/CompreFace/releases/download/0.5.0/CompreFace_0.5.0.zip' && unzip tmp.zip && rm tmp.zip
docker-compose up -d
docker-compose stop
docker-compose start
More detail install guide(and Windows instructions) is on our readme page.
This discussion was created from the release CompreFace 0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions