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 there a way to fix the skeleton's bounding box and move only the points inside ?
I have been looking through various tutorials on data labeling for the key point detection task.
I also read about deep learning models that solve this task: Keypoint RCNN(link) and YOLOv8(link).
As I understand, the task of detecting keypoints consist from several stages. First, we detect the object we need by bounding box, for example, a person, and then in this bounding box we look for masks with an active single pixel that corresponds to one key point.
We need a bounding box that highlights the entire object so that the detector can find it.
The tutorial from roboflow(link) shows the process of marking up skeleton in roboflow.
First, we set a bounding box and then move the key points inside it. When moving the key points, the bounding box itself does not move. We can independently move the boundaries of the bounding box under the object and separately each key point. They don't affect each other.
When we place the skeleton in the CVAT, changing the bounding box scales and shifts all the key points inside it. Conversely, moving a key point changes the bounding box.
Is there any option in the CVAT to edit them separately in the same way as in roboflow? Or so that the bounding box is not recalculated every time a key point is moved?
As a markup tool, I like CVAT more than rotoflow ) But now I need to label up the data to search for key points in fish and in robolow I can do this, but not in CVAT.
I use self-hosted CVAT v2.10.2.
The text was updated successfully, but these errors were encountered:
medphisiker
changed the title
Is there a way to fix the skeleton's bounding box and move only the points inside ?
Is there a way to fix the skeleton's bounding box and move only keypoints inside ?
Jan 30, 2024
You do not have bounding box in your example, you have only skeleton.
If you need a bounding box, annotate a bounding box. Group it together with skeleton using grouping feature.
Hello,
Is there a way to fix the skeleton's bounding box and move only the points inside ?
I have been looking through various tutorials on data labeling for the key point detection task.
I also read about deep learning models that solve this task: Keypoint RCNN(link) and YOLOv8(link).
As I understand, the task of detecting keypoints consist from several stages. First, we detect the object we need by bounding box, for example, a person, and then in this bounding box we look for masks with an active single pixel that corresponds to one key point.
We need a bounding box that highlights the entire object so that the detector can find it.
The tutorial from roboflow(link) shows the process of marking up skeleton in roboflow.
First, we set a bounding box and then move the key points inside it. When moving the key points, the bounding box itself does not move. We can independently move the boundaries of the bounding box under the object and separately each key point. They don't affect each other.
When we place the skeleton in the CVAT, changing the bounding box scales and shifts all the key points inside it. Conversely, moving a key point changes the bounding box.
Is there any option in the CVAT to edit them separately in the same way as in roboflow? Or so that the bounding box is not recalculated every time a key point is moved?
As a markup tool, I like CVAT more than rotoflow ) But now I need to label up the data to search for key points in fish and in robolow I can do this, but not in CVAT.
I use self-hosted CVAT v2.10.2.
The text was updated successfully, but these errors were encountered: