Skip to content

CompreFace 0.6.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@pospielov pospielov released this 03 Nov 20:49
· 2 commits to 0.6.x since this release
be2f907

Fixes

  • fix for #621 issue - "Connection Error: sorry, too many clients already"
  • fix for #621 issue - "Your Layer or Model is in an invalid state"

Migration from 0.6.0 version

No special migration needed

How to install:

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