Features
- Redesign. Nicer look and support of small resolutions
- Plugins on UI. Now you can test how age, gender, and landmarks plugins work from UI.
- Mask recognition plugin. We added a new plugin that returns if the person wears a mask and if yes - if it's worn correctly
- Subject endpoints. This functionality adds more options to manage your face collections
- Download endpoints. Now you can download saved images
Fixes
- API node synchronization
Migration from 0.5.1 version
- If you start CompreFace 0.6.0 after using the 0.5.1 version, it will run migration scripts. Migration can take quite a long time, so please be patient.
- "Delete All Examples of the Subject by Name" endpoint now returns the number of deleted examples instead of the list of them.
- The age and gender plugin response format was changed and now contains a probability field.
How to install:
- Download CompreFace_0.6.0.zip archive or run:
wget -q -O tmp.zip 'https://github.com/exadel-inc/CompreFace/releases/download/v0.6.0/CompreFace_0.6.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.