Detects people in images
474
This image exposes a REST interface that can find people in images that are sent to it.
To run this image:
docker run -p5001:5001 cityofedmonton/detect-human
If you'd like an example of a docker compose that makes use of both the Human Detector image and the Blur image, try this:
version: '3'
services:
blur:
image: cityofedmonton/blur
ports:
- "5000:5000"
detect:
image: cityofedmonton/detect-human
ports:
- "5001:5001"
Content type
Image
Digest
Size
674 MB
Last updated
about 7 years ago
docker pull cityofedmonton/detect-human