Releases: jakowenko/double-take
Releases · jakowenko/double-take
v0.6.0
v0.5.1
- Live reload option on UI
- Publish unknown result to MQTT topic
- API configuration is now handled through
config.yml
- fixes #39 - Frigate camera / zone support - fixes #31
- Ability to set minimum area for face match
- Add
/api/config
route - Add
/api/recognize/test
route - Support for Home Assistant entity creation
v0.3.2
- API routes are now prefixed with
/api
- Support for CompreFace v0.5
- Add zone support for Frigate #31
- Improved web UI for training unknown / matched faces #9
- Removal of
train/:camera/:name
endpoint - Removal of wait period before reprocessing for specific camera #32
- UI refactoring
- Updates to how images are passed to detectors #33
- Checks to make sure image changed before reprocessing in event loop
- Better README and docs #7