Point
Label for Singular Key Point Detection
Create a Point Label
Type label name in the "Name*" form
Choose Point from "Type*" dropdown
Select label color from "Color*" menu
Click "Create" button .
When to use
Points enable key point detection for singular collections.
Architectures such as PoseNet and OpenPose support key points as input. Common use cases include facial recognition, body pose detection, and coordinate regression.
Adding Sub-Labels
This is useful for having classes associated with higher level instances. Example: drawing rectangles around birds for object detection, but having a class for types of bird within the rectangle (Duck, Geese, etc...).
Click "+ Add Sublables"
Type a sub-label name
Choose sub-label type
Fill out label options
Click "Save"
Data Format
A Point schema element creates an array of points. Each point is a XY coordinate relative (0.0 to 1.0) to width and height respectively.
Last updated