Sign inSign up

cityofedmonton/detect-human

By cityofedmonton

Updated about 7 years ago

Detects people in images

Image
0

474

cityofedmonton/detect-human repository overview

Human Detector

This image exposes a REST interface that can find people in images that are sent to it.

Running

Run in Postman

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"

Tag summary

Content type

Image

Digest

Size

674 MB

Last updated

about 7 years ago

docker pull cityofedmonton/detect-human