| Crates.io | label_studio_yolo_datasets_converter |
| lib.rs | label_studio_yolo_datasets_converter |
| version | 0.1.2 |
| created_at | 2025-01-13 07:55:02.260014+00 |
| updated_at | 2025-01-15 06:05:10.673588+00 |
| description | A tool for converting datasets from Label Studio to YOLO format. |
| homepage | https://github.com/xsxz01/label_studio_yolo_datasets_converter |
| repository | https://github.com/xsxz01/label_studio_yolo_datasets_converter |
| max_upload_size | |
| id | 1514354 |
| size | 40,555 |
About | Features | Technologies | Requirements | Starting | License | Author
: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;
The following tools were used in this project:
Before starting :checkered_flag:, you need to have Rust installed.
# 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
This project is under license from MIT. For more details, see the LICENSE file.
Made with :heart: by Pang