github exadel-inc/CompreFace v0.4.0
CompreFace 0.4.0

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

Features

  • Replaced logistics regression with euclidean distance (much better recognition results for face collections with more then 100 faces)
  • Added 1:1 recognition (verification)
  • Test page for Face collections (ex models)
  • Added quick demo to start page
  • Added ability to not save photos to database (Probably will help with GDRP compliance)

Fixes

  • Fixed security issue with storing token in local storage
  • Lots of small fixes

Braking changes

We apologize for braking changes, we'll make our best to avoid them in future.

  • Updated "Recognize faces from given image" rest endpoint. You need to add "/faces" in URL to make it work again.
  • Unfortunately you need to drop DB from 0.3 version to make it work.

How to install:

  1. Download CompreFace_0.4.0.zip archive or run:
    wget -q -O tmp.zip 'https://github.com/exadel-inc/CompreFace/releases/download/v0.4.0/CompreFace_0.4.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.