Skip to content

feat: LEAP-1840: Add KeyPoints to COCO export #7467

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

Merged
merged 10 commits into from
May 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions label_studio/tests/export.tavern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,15 @@ stages:
tags:
- image segmentation
- object detection
- keypoints
name: COCO
- title: COCO with Images
description: COCO format with images downloaded.
link: https://labelstud.io/guide/export.html#COCO
tags:
- image segmentation
- object detection
- keypoints
name: COCO_WITH_IMAGES
- title: YOLO
description: Popular TXT format is created for each image file. Each txt file contains
Expand All @@ -155,13 +157,15 @@ stages:
tags:
- image segmentation
- object detection
- keypoints
name: YOLO
- title: YOLO with Images
description: YOLO format with images downloaded.
link: https://labelstud.io/guide/export.html#YOLO
tags:
- image segmentation
- object detection
- keypoints
name: YOLO_WITH_IMAGES
- title: YOLOv8 OBB
description: Popular TXT format is created for each image file. Each txt file contains
Expand Down
46 changes: 36 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies = [
"djangorestframework-simplejwt[crypto] (>=5.4.0,<6.0.0)",
"tldextract (>=5.1.3)",
## HumanSignal repo dependencies :start
"label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/1ef88e2f8afe50a738fc1b03385cb1f3d6b2dd9f.zip",
"label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/c4ed0b0240c4a5e9f372393f84fdea01abe33141.zip",
## HumanSignal repo dependencies :end
]

Expand Down
Loading