-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[KeypointsDataset] - create a new dataset format to load keypoints #1438
Comments
Hi @SkalskiP 👋 I was analyzing the issue and understood that KeypointsDataset will be similar to DetectionDataset, with the difference being the type of annotations.
If this is a correct understanding then I will like to work on this issue. |
Let's only implement the new, lazy-loaded, non-deprecated API, with |
@shaddu, I also made this template, which should help with starting your colab: Colab Template. |
Hi @LinasKo 👋 I also noticed the deprecated warning in the Datasets classes, and the clarification around Thank you for sharing the Colab template 😎 . It will be helpful, and I will suggest adding some similar Colab templates to the contribution guide. |
@shaddu Did you happen to take this up? I was thinking of reviewing this to evaluate whether it is something I can take up to attempt. |
Hi @miteshashar 👋🏻 if you are up for the task I'm happy to assign it to you ;) |
Hi @SkalskiP and @miteshashar 👋🏻 @SkalskiP There is a PR pending for review for this issue: #1477 |
Description
Supervision can currently load object detection, instance segmentation, and classification datasets. Let's add the ability to handle keypoint datasets. The sv.KeypointDataset should offer the same functionalities as sv.DetectionDataset and sv.ClassificationDataset, including
merge
,split
,__getitem__
,__iter__
,from_yolo
, andas_yolo
.Additional
The text was updated successfully, but these errors were encountered: