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 / v1.2.0
Name Modified Size InfoDownloads / Week
Parent folder
CompreFace_1.2.0.zip 2023-08-22 22.7 kB
CompreFace 1.2.0.tar.gz 2023-08-17 100.8 kB
CompreFace 1.2.0.zip 2023-08-17 100.8 kB
README.md 2023-08-17 1.4 kB
Totals: 4 Items   225.6 kB 7

Features

  • Updated CUDA to version 11.8 and added support for the new generation of Nvidia GPUs, including the Ada Lovelace and Hopper microarchitectures.
  • Added support for the Pose Plugin in the user interface.
  • Implemented the ability to skip the detection step in the recognize faces endpoint.
  • Introduced the option to send embeddings instead of the entire image for recognition.
  • Included a "max_detect_size" option in the .env file.
  • Implemented user password recovery functionality.
  • Added the status page on CompreFace to start
  • Updated result face sorting
  • Implemented model loading during container startup.

Fixes

  • Performance optimization and memory leak fixes
  • Other fixes

Migration from 1.1.0 version

  • No special migration is needed

How to install:

  1. Download CompreFace_1.2.0.zip archive or run: wget -q -O tmp.zip 'https://github.com/exadel-inc/CompreFace/releases/download/v1.2.0/CompreFace_1.2.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 detailed install guide(and Windows instructions) is on our readme page.

Source: README.md, updated 2023-08-17