From fae746531b8cb7e55818c820b8ba8b597669a0ec Mon Sep 17 00:00:00 2001 From: Michal Szabados Date: Mon, 23 Mar 2026 16:03:22 +0100 Subject: [PATCH 1/3] Link LightlyStudio in labelformat docs --- README.md | 2 +- docs/index.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1460848..d5596f0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ An open-source tool to seamlessly convert between popular computer vision label formats. > [!TIP] -> Also check out [LightlyStudio](https://github.com/lightly-ai/lightly-studio) open source project to visualise your annotation labels. +> Check out our [LightlyStudio](https://github.com/lightly-ai/lightly-studio) open source project to visualize your annotation labels. #### Why Labelformat diff --git a/docs/index.md b/docs/index.md index d870a31..ef6630a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,6 +5,8 @@ **Labelformat** is an open-source Python framework for converting between popular computer vision annotation formats like YOLO, COCO, PascalVOC, and KITTI. Save hours on tedious format conversions and ensure consistency in your workflows. +!!! tip + Check out our [LightlyStudio](https://github.com/lightly-ai/lightly-studio) open source project to visualize your annotation labels. ## Key Features - **Wide Format Support**: COCO, YOLO (v5-v12, v26), PascalVOC, KITTI, Labelbox, RT-DETR, RT-DETRv2, and more. From 68a56a71d0b466d765cbcfb46447da2c3b2f7d01 Mon Sep 17 00:00:00 2001 From: michal-lightly <105644579+michal-lightly@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:42:05 +0100 Subject: [PATCH 2/3] Clarify LightlyStudio project description Updated the description of LightlyStudio to clarify its functionality. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index ef6630a..ee63107 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ **Labelformat** is an open-source Python framework for converting between popular computer vision annotation formats like YOLO, COCO, PascalVOC, and KITTI. Save hours on tedious format conversions and ensure consistency in your workflows. !!! tip - Check out our [LightlyStudio](https://github.com/lightly-ai/lightly-studio) open source project to visualize your annotation labels. + Check out our [LightlyStudio](https://github.com/lightly-ai/lightly-studio) open source project that builds on top of Labelformat to visualize and edit your annotation labels. ## Key Features - **Wide Format Support**: COCO, YOLO (v5-v12, v26), PascalVOC, KITTI, Labelbox, RT-DETR, RT-DETRv2, and more. From b4a0cce3a8c880f73faa315d2e2159ba544520b7 Mon Sep 17 00:00:00 2001 From: michal-lightly <105644579+michal-lightly@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:42:32 +0100 Subject: [PATCH 3/3] Clarify LightlyStudio project description Updated the description of the LightlyStudio project to clarify its functionality. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5596f0..cc39bd6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ An open-source tool to seamlessly convert between popular computer vision label formats. > [!TIP] -> Check out our [LightlyStudio](https://github.com/lightly-ai/lightly-studio) open source project to visualize your annotation labels. +> Check out our [LightlyStudio](https://github.com/lightly-ai/lightly-studio) open source project that builds on top of Labelformat to visualize and edit your annotation labels. #### Why Labelformat