The following parameters are used in the Group Keypoint Detection node.
Name: Input the node name used in a specific flow.
- default: group keypoint detection
- type: string
Device: Select the target detection mode to be used. Currently available are CPU, GPU, VPU/MYRIAD, and TPU.
- default: CPU
- type: string
In case you select VPU as your target device, you will be displayed with
an additional field where you can indicate how many VPU target devices
you would like to run your models on, or run the edge inference on both
CPU and VPU. To do that, simply enter MYRIAD,MYRIAD,CPU as an example. This means that the inference will be performed on 2x VPUs and 1x CPU.
Category: Defines the type of keypoint category to be used (e.g. Human Pose, Facial Landmark, etc.).
- default: Human Pose (we currently support Human Pose)
- type: string
Model: Select one of the most popular public models for group keypoint detection:
- Available models: See here
- default: Resnet 50
- type: string
Custom Model: You can link your own custom model by adding the model URL.
Detection Threshold: Refers to the threshold value for confidence score filtering.
- default: 0.3
- range: (0.0~1.0)
Show Result: Defines whether or not to draw the detected keypoints on the output frame.
- default: true
- type: boolean