A web service that blurs the location of provided bounding boxes.
376
This image exposes a REST interface that can blur boxes in images that are sent to it.
To run this image:
docker run -p5000:5000 cityofedmonton/blur
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
380.7 MB
Last updated
about 7 years ago
docker pull cityofedmonton/blur