Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  dvc git
6790b2dadd
Pushing COLO and YOLO resources for transfer annotation
11 months ago
46653f50de
Updating COCO notebook
11 months ago
a72e9ebd92
merging conflicts
11 months ago
6790b2dadd
Pushing COLO and YOLO resources for transfer annotation
11 months ago
0fd00a0dce
Update 'README.md'
2 weeks ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

Convert Annotations to DagsHub Format

Warning: This repo is using the old git-based flow and is outdated. To learn how to use annotation with datasets click here and check out the annotation converter

YOLO and COCO are two of the most commonly used Dataset formats. DagsHub in collaboration with LabelStudio provide a platfrom to visualize images along with their annotations. But labelstudio does not support YOLO or COCO formats.

To solve this issue, DagsHub provides a functionality to convert YOLO and COCO annotation formats to DagsHub Annotation format that is suppoted by labelstudio and the DagsHub Visualizer.

This Repository provides a methods to achieve the goal of converting COCO and YOLO annotations to the inhouse annotation format.

The Repository has the following tree structure:

├───COCO
│   └───data
│       ├───annotations
│       └───images
└───YOLO
    └───data
        ├───images
        └───labels

Implementation

The Repository has two folders - YOLO and COCO. Each folder contains all the necessary resources to try out the DagsHub annotation conversion functionality.

To try it out:

  • Clone the repo
  • Zip the data folder under the corresponding annotation folder
  • Create a new repo to test the annotations
  • Each folder had a custom transfer-annotation colab notebook. Follow the colab notebook
  • Click on any image in your repository and you should see the results under the annotation tab.

More deatils are available in the notebooks.

Tip!

Press p or to see the previous file or, n or to see the next file

About

No description

Collaborators 5

Comments

Loading...