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:
- 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
- To start CompreFace run:
docker-compose up -d
- Open in your browser: http://localhost:8000/login
- To stop properly run:
docker-compose stop
- To start again run:
docker-compose start
More detail install guide(and Windows instructions) is on our readme page.