Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
```json
|
| 7 |
+
"bbox": [x, y, w, h]
|
| 8 |
+
```
|
| 9 |
+
|
| 10 |
+
| Field | Description |
|
| 11 |
+
|-------|-------------|
|
| 12 |
+
| `x` | Left edge of the bounding box (normalized 0–1) |
|
| 13 |
+
| `y` | Top edge of the bounding box (normalized 0–1) |
|
| 14 |
+
| `w` | Width of the bounding box (normalized 0–1) |
|
| 15 |
+
| `h` | Height of the bounding box (normalized 0–1) |
|
| 16 |
+
|
| 17 |
+
- **Origin:** upper-left corner of the image is (0, 0).
|
| 18 |
+
- **Reference frame:** 512x512 center-cropped image (resize shortest side to 512, then center crop).
|
| 19 |
+
|
| 20 |
+
|