improved image of facebox with automation for teaching new faces plus saving and auto-loading state
1.4K
See the example docker-compose file for reference below, make sure you are binding the /training folder and keep the faces in a structure like this
- training/
- name1/
- img-file1.jpg
- image2.jpg
- name2/
- image1.jpg
version: "3"
services:
facebox:
image: totti4ever/facebox-watchdog
container_name: facebox
restart: unless-stopped
hostname: facebox
environment:
- MB_KEY=[### ENTER YOUR API KEY HERE ###]
- TZ=Europe/Berlin
volumes:
- ./training:/training
Content type
Image
Digest
Size
148.8 MB
Last updated
over 6 years ago
docker pull totti4ever/facebox-watchdog