label_studio_yolo_datasets_converter

Crates.iolabel_studio_yolo_datasets_converter
lib.rslabel_studio_yolo_datasets_converter
version0.1.2
created_at2025-01-13 07:55:02.260014+00
updated_at2025-01-15 06:05:10.673588+00
descriptionA tool for converting datasets from Label Studio to YOLO format.
homepagehttps://github.com/xsxz01/label_studio_yolo_datasets_converter
repositoryhttps://github.com/xsxz01/label_studio_yolo_datasets_converter
max_upload_size
id1514354
size40,555
Pang (xsxz01)

documentation

https://docs.rs/label_studio_yolo_datasets_converter

README

Label_studio_yolo_datasets_converter

 

Label_studio_yolo_datasets_converter

Github top language Github language count Repository size License Github issues Github forks Github stars

🚧 Label_studio_yolo_datasets_converter 🚀 Under construction... 🚧


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


:dart: About

  • A tool to convert the YOLO formatted annotation dataset exported from Label Studio into a YOLO trainable annotation dataset format.

:sparkles: Features

:heavy_check_mark: Written purely in Rust;
:heavy_check_mark: Supports YOLO format exported from Label Studio;
:heavy_check_mark: Supports direct ZIP conversion or specifying a folder;

:rocket: Technologies

The following tools were used in this project:

:white_check_mark: Requirements

Before starting :checkered_flag:, you need to have Rust installed.

:checkered_flag: Starting

# Clone this project
$ git clone https://github.com/xsxz01/label_studio_yolo_datasets_converter

# Access
$ cd label_studio_yolo_datasets_converter

# Install by source
$ cargo install --path .

# Run the cli
$ lsdc -o output_folder <method> <input_path>

# Get help
$ lsdc --help

# Get version
$ lsdc --version

:memo: License

This project is under license from MIT. For more details, see the LICENSE file.

Made with :heart: by Pang

 

Back to top

Commit count: 10

cargo fmt