Skip to content

Creates an occupation map using skeletons localizations.

Notifications You must be signed in to change notification settings

labvisio/is-skeletons-heatmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.