Open 45clouds opened 3 years ago
I receive the same error when selecting face: In my compose I have:
deepstack:
container_name: deepstack
restart: always
image: deepquestai/deepstack
ports:
- '5005:5000'
environment:
- VISION-DETECTION=True
volumes:
- /home/naeblis/deepstack:/datastore
- /home/naeblis/deepstack/models:/modelstore/detection
deepstack-ui:
container_name: deepstack-ui
restart: always
image: robmarkcole/deepstack-ui
ports:
- '8501:8501'
environment:
- PUID=1000
- PGID=1000
- TZ=America/New_York
- DEEPSTACK_IP=172.17.0.1
- DEEPSTACK_PORT=5005
- DEEPSTACK_TIMEOUT=20
- DEEPSTACK_UI_DEBUG_MODE=True
I just realized my issue. On deepstack I had - VISION-DETECTION=True
. I changed that to - VISION-FACE=True
and now I don't get the 403
When I switch to face recognition mode I get the following error:
I can not teach system by uploading some faces with names. The error is displayed just below upload picture box.