You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have not been able to find an example that demonstrates drawing thicker/thinner keypoint skeletons using the AnnotationContext class. Currently, it seems like the only solution is to instead draw the skeleton using LineStrips.
Describe the solution you'd like
Would it be possible to expose another variable like radii to the AnnotationContext class, which would enable adjusting the thickness of the drawn keypoint skeleton.
Describe alternatives you've considered
Alternatively, including a code example using LineStrips to draw a custom skeleton for a set of keypoints.
Is your feature request related to a problem? Please describe.
I have not been able to find an example that demonstrates drawing thicker/thinner keypoint skeletons using the
AnnotationContext
class. Currently, it seems like the only solution is to instead draw the skeleton usingLineStrips
.Describe the solution you'd like
Would it be possible to expose another variable like
radii
to theAnnotationContext
class, which would enable adjusting the thickness of the drawn keypoint skeleton.Describe alternatives you've considered
Alternatively, including a code example using
LineStrips
to draw a custom skeleton for a set of keypoints.Additional context
Example change
The text was updated successfully, but these errors were encountered: