Download Latest Version CompreFace_1.2.0.zip (22.7 kB)
Email in envelope

Get an email when there's a new version of Exadel CompreFace

Home / v0.4.0
Name Modified Size InfoDownloads / Week
Parent folder
CompreFace_0.4.0.zip 2020-11-29 972 Bytes
README.md 2020-11-29 1.3 kB
Totals: 2 Items   2.3 kB 1

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.

Source: README.md, updated 2020-11-29