Annotation converter between different formats
Project description
DagsHub Annotation Converter
This package is intended to be a multi-type importer/exporter/converter between different annotation formats.
This package is currently in development and has not that many features implemented. The API is not stable and is subject to change.
The package consists of the Intermediary Representation (IR) annotation format in Python Objects, and importers/exporters for different annotation formats.
Installation
pip install dagshub-annotation-converter
Importers (Image):
- YOLO BBox, Segmentation, Poses
- Label Studio (Only task schema implemented, importing from a project is left up to user):
from dagshub_annotation_converter.formats.label_studio.task import LabelStudioTask
task_obj = LabelStudioTask.from_json("path/to/label_studio_task.json")
annotations = task_obj.to_ir_annotations()
Exporters (Image):
- YOLO BBox, Segmentation, Poses
- Label Studio (Again, only task schema, uploading the task to the project is left to the user)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dagshub_annotation_converter-0.1.2.tar.gz
.
File metadata
- Download URL: dagshub_annotation_converter-0.1.2.tar.gz
- Upload date:
- Size: 28.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68311f362b8a8b6123df1162cf684b755bd0ef78098cfdc7834cfdc9e615df72 |
|
MD5 | c481716f4dfb855f3ff9e316c5d7d7fd |
|
BLAKE2b-256 | dc704ac8db59f36389c6bd192dfb21d21fc1120aa278abe5c07ac382657ce4fe |
File details
Details for the file dagshub_annotation_converter-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: dagshub_annotation_converter-0.1.2-py3-none-any.whl
- Upload date:
- Size: 33.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6265b2c29f4d2f5e7184c7e9239409f638fd7204f9ced4f6fbbb2aff22302b0c |
|
MD5 | b616a70c8ad71427f1ff324fc66514c9 |
|
BLAKE2b-256 | f357e4e87c85711994743d97ee5a2cfb260201accd4af6eaa136f97a92fb55b0 |