license-plates-tfod
收藏资源简介:
# Bbox Format Conversion: coco_xywh -> tfod Bounding boxes converted from `coco_xywh` to `tfod` format. ## Processing Details - **Source Dataset**: [merve/license-plates](https://huggingface.co/datasets/merve/license-plates) - **Conversion**: `coco_xywh` -> `tfod` - **Number of Samples**: 6,176 - **Processing Time**: 2.3s - **Processing Date**: 2026-03-06 17:38 UTC - **Split**: `train` ## Bbox Formats | Format | Description | |--------|-------------| | `coco_xywh` | `[x, y, width, height]` in pixels | | `xyxy` | `[xmin, ymin, xmax, ymax]` in pixels | | `voc` | `[xmin, ymin, xmax, ymax]` in pixels (alias for xyxy) | | `yolo` | `[center_x, center_y, width, height]` normalized 0-1 | | `tfod` | `[xmin, ymin, xmax, ymax]` normalized 0-1 | | `label_studio` | `[x, y, width, height]` percentage 0-100 | ## Reproduction ```bash uv run convert-hf-dataset.py merve/license-plates merve/license-plates-tfod --from coco_xywh --to tfod ``` Generated with panlabel-hf (convert-hf-dataset.py)



