Skip to content

Commit 9ff0129

Browse files
committed
WIP commit
1 parent 9db9d17 commit 9ff0129

File tree

4 files changed

+347
-61
lines changed

4 files changed

+347
-61
lines changed

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ clean:
2929

3030
build:
3131
poetry build
32+
33+
build-docs:
34+
mkdocs build
35+
36+
install-dev:
37+
poetry install --all-groups

docs/llms.txt

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Labelformat
2+
3+
> Labelformat is an open-source Python framework designed to streamline the conversion between various computer vision annotation formats, including COCO, YOLO, PascalVOC, and KITTI. It offers both a command-line interface and a Python API, ensuring flexibility and efficiency in managing large datasets.
4+
5+
Labelformat supports the following features:
6+
7+
- **Wide Format Support**: Handles multiple formats such as COCO, YOLO (v5-v11), PascalVOC, KITTI, Labelbox, and more.
8+
- **Cross-Platform Compatibility**: Works seamlessly with Python 3.7+ on Windows, macOS, and Linux.
9+
- **Flexible Usage**: Provides both CLI and Python API for diverse use cases.
10+
- **Efficiency**: Optimized for memory usage, suitable for large datasets.
11+
- **Offline Operation**: Functions without the need for internet connectivity.
12+
- **Accuracy**: Undergoes rigorous round-trip tests to ensure consistent results.
13+
14+
## Documentation
15+
16+
- [Quick Start Guide](https://labelformat.com/quick-start/): Step-by-step instructions to begin using Labelformat. :contentReference[oaicite:1]{index=1}
17+
- [Installation Instructions](https://labelformat.com/installation/): Detailed guide on setting up Labelformat in your environment. :contentReference[oaicite:2]{index=2}
18+
- [Supported Formats](https://labelformat.com/): Comprehensive list of annotation formats supported by Labelformat.
19+
20+
## Examples
21+
22+
- [Converting COCO to YOLOv8](https://labelformat.com/quick-start/): Practical example demonstrating the conversion process using the command-line interface. :contentReference[oaicite:3]{index=3}
23+
24+
## Optional
25+
26+
- [GitHub Repository](https://github.com/lightly-ai/labelformat): Access the source code, report issues, and contribute to the project.
27+
- [PyPI Package](https://pypi.org/project/labelformat/): Official Python Package Index page for Labelformat, including installation instructions and release history.

0 commit comments

Comments
 (0)