github exadel-inc/CompreFace v0.5.0
CompreFace 0.5.0

latest releases: v1.2.0, v1.1.0, v1.0.1...
pre-release3 years ago

Features

  • New services. We added face detection and face verification services to cover more business cases.
  • Face plugins. Enjoy age and gender recognition features and receive face landmarks and calculated features.
  • Added scalability. Scale your face recognition system on a dozen servers to increase your system throughput.
  • Clone face recognition service. Duplicate your face recognition collection and test new data on it. Your application won’t be affected!
  • Update user info and password. We provided a better user experience by adding the ability to update user’s profiles.
  • Support of Insightface face recognition models. Insightface is a state-of-the-art library with a variety of models for different devices and cases.
  • 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.

How to install:

  1. Download CompreFace_0.5.0.zip archive or run:
    wget -q -O tmp.zip 'https://github.com/exadel-inc/CompreFace/releases/download/v0.5.0/CompreFace_0.5.0.zip' && unzip tmp.zip && rm tmp.zip
  2. To start CompreFace run:
    docker-compose up -d
  3. Open in your browser: http://localhost:8000/login
  4. To stop properly run:
    docker-compose stop
  5. To start again run:
    docker-compose start

More detail install guide(and Windows instructions) is on our readme page.

Don't miss a new CompreFace release

NewReleases is sending notifications on new releases.