Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.9 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.9 KB

Skeletons Heatmap Service

Docker image tag Docker image size Docker pulls

This service creates an occupation map using skeletons localizations.

Streams

Name Input (Topic/Message) Output (Topic/Message) Description
SkeletonsHeatmap.Render SkeletonsGrouper.(GROUP_ID).Localization ObjectAnnotations SkeletonsHeatmap.Rendered Image Uses localizations published by SkeletonsGrouper service to create an image with an occupation map. This map consists in an two-dimensional histogram of joints localizations.

Configuration

The behavior of the service can be customized by passing a JSON configuration file as the first argument, e.g: is-skeletons-heatmap etc/conf/options.json. The schema for this file can be found in is_skeletons_heatmap/conf/options.proto. An example configuration file can be found in etc/conf/options.json.