I have just started using Deepstack, and is running the latest version of docker image deepquestai/deepstack:latest (CPU version).
I noticed that there is a constant CPU utilization. The idle CPU usage is about 3-8%. That is pretty much for a system handling 2-3 request per day. On my server running 10 containers Deepstack alone is using 80% of all CPU time.
The threads using constant CPU is:
- /app/intelligence.py
- redis-server
I am using Deepstack with Home Assistant component to detect persons.
Docker configuration:
deepstack:
container_name: deepstack
image: deepquestai/deepstack
environment:
PGID: 1000
PUID: 1000
TZ: Europe/Stockholm
VERSION: latest
VISION-DETECTION: "True"
ports:
- "5000:5000"
restart: unless-stopped
volumes:
- /data/docker/deepstack:/datastore