license-plates-coco
收藏资源简介:
# Bbox Format Conversion: tfod -> coco_xywh Bounding boxes converted from `tfod` to `coco_xywh` format. ## Processing Details - **Source Dataset**: [merve/license-plates-tfod](https://huggingface.co/datasets/merve/license-plates-tfod) - **Conversion**: `tfod` -> `coco_xywh` - **Number of Samples**: 6,176 - **Processing Time**: 17.3s - **Processing Date**: 2026-03-06 17:44 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-tfod merve/license-plates-coco --from tfod --to coco_xywh ``` Generated with panlabel-hf (convert-hf-dataset.py)



