3 releases
new 0.1.2 | Jan 15, 2025 |
---|---|
0.1.1 | Jan 13, 2025 |
0.1.0 | Jan 13, 2025 |
#515 in Development tools
272 downloads per month
15KB
218 lines
Label_studio_yolo_datasets_converter
🚧 Label_studio_yolo_datasets_converter 🚀 Under construction... 🚧
About | Features | Technologies | Requirements | Starting | License | Author
🎯 About
- A tool to convert the YOLO formatted annotation dataset exported from Label Studio into a YOLO trainable annotation dataset format.
✨ Features
✔️ Written purely in Rust;
✔️ Supports YOLO format exported from Label Studio;
✔️ Supports direct ZIP conversion or specifying a folder;
🚀 Technologies
The following tools were used in this project:
✅ Requirements
Before starting 🏁, you need to have Rust installed.
🏁 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
📝 License
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Pang
Dependencies
~7–15MB
~171K SLoC