Datasets:
Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +2 -59
- LICENSE +21 -0
- README.md +153 -3
- dataset.yaml +10 -0
- test/images/00014.jpg +3 -0
- test/images/00017.jpg +3 -0
- test/images/00019.jpg +3 -0
- test/images/00039.jpg +3 -0
- test/images/00051.jpg +3 -0
- test/images/00066.jpg +3 -0
- test/images/00077.jpg +3 -0
- test/images/00082.jpg +3 -0
- test/images/00092.jpg +3 -0
- test/images/00107.jpg +3 -0
- test/images/00133.jpg +3 -0
- test/images/00139.jpg +3 -0
- test/images/00147.jpg +3 -0
- test/images/00172.jpg +3 -0
- test/images/00173.jpg +3 -0
- test/images/00181.jpg +3 -0
- test/images/00190.jpg +3 -0
- test/images/00191.jpg +3 -0
- test/images/00205.jpg +3 -0
- test/images/00206.jpg +3 -0
- test/images/00207.jpg +3 -0
- test/images/00212.jpg +3 -0
- test/labels/00014.txt +4 -0
- test/labels/00017.txt +4 -0
- test/labels/00019.txt +4 -0
- test/labels/00039.txt +4 -0
- test/labels/00051.txt +4 -0
- test/labels/00066.txt +4 -0
- test/labels/00077.txt +4 -0
- test/labels/00082.txt +4 -0
- test/labels/00092.txt +4 -0
- test/labels/00107.txt +4 -0
- test/labels/00133.txt +4 -0
- test/labels/00139.txt +4 -0
- test/labels/00147.txt +4 -0
- test/labels/00172.txt +4 -0
- test/labels/00173.txt +4 -0
- test/labels/00181.txt +4 -0
- test/labels/00190.txt +4 -0
- test/labels/00191.txt +4 -0
- test/labels/00205.txt +4 -0
- test/labels/00206.txt +4 -0
- test/labels/00207.txt +4 -0
- test/labels/00212.txt +4 -0
- train/images/00001.jpg +3 -0
- train/images/00002.jpg +3 -0
.gitattributes
CHANGED
|
@@ -1,60 +1,3 @@
|
|
| 1 |
-
*.
|
| 2 |
-
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
-
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
-
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
-
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
-
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
-
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
-
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
-
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
-
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
-
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
-
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
-
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
-
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
-
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
-
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
-
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
-
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
-
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
-
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
-
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
-
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
-
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
-
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
-
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
-
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
-
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
-
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
-
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
-
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
-
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
-
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
-
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
-
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
-
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
-
# Audio files - uncompressed
|
| 40 |
-
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
-
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
-
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
-
# Audio files - compressed
|
| 44 |
-
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
-
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
-
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
-
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
-
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
-
# Image files - uncompressed
|
| 50 |
-
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
-
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
-
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
-
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
-
# Image files - compressed
|
| 55 |
-
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
-
*.
|
| 58 |
-
# Video files - compressed
|
| 59 |
-
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
-
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 1 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MIT License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2026 MOVENSYS
|
| 4 |
+
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
+
of this dataset and associated documentation files (the "Dataset"), to deal
|
| 7 |
+
in the Dataset without restriction, including without limitation the rights
|
| 8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 9 |
+
copies of the Dataset, and to permit persons to whom the Dataset is
|
| 10 |
+
furnished to do so, subject to the following conditions:
|
| 11 |
+
|
| 12 |
+
The above copyright notice and this permission notice shall be included in
|
| 13 |
+
all copies or substantial portions of the Dataset.
|
| 14 |
+
|
| 15 |
+
THE DATASET IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
| 20 |
+
FROM, OUT OF OR IN CONNECTION WITH THE DATASET OR THE USE OR OTHER DEALINGS
|
| 21 |
+
IN THE DATASET.
|
README.md
CHANGED
|
@@ -1,3 +1,153 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- object-detection
|
| 5 |
+
tags:
|
| 6 |
+
- yolo
|
| 7 |
+
- obb
|
| 8 |
+
- oriented-bounding-box
|
| 9 |
+
- cubes
|
| 10 |
+
- robotics
|
| 11 |
+
- synthetic
|
| 12 |
+
size_categories:
|
| 13 |
+
- n<1K
|
| 14 |
+
pretty_name: Colored Cubes OBB Detection
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# Colored Cubes OBB Detection Dataset
|
| 18 |
+
|
| 19 |
+
A small object-detection dataset for **oriented bounding box (OBB)** detection of
|
| 20 |
+
four colored cubes (green, yellow, blue, red). Intended for training and
|
| 21 |
+
benchmarking YOLO-OBB style models in robotic-manipulation and pick-and-place
|
| 22 |
+
contexts.
|
| 23 |
+
|
| 24 |
+
## Dataset Summary
|
| 25 |
+
|
| 26 |
+
- **Task:** Oriented bounding box detection (4-point polygon per object)
|
| 27 |
+
- **Classes:** 4 — `green_cube`, `yellow_cube`, `blue_cube`, `red_cube`
|
| 28 |
+
- **Images:** 215 total · 1280×720 JPEG
|
| 29 |
+
- **Format:** Ultralytics YOLO-OBB
|
| 30 |
+
- **Splits:**
|
| 31 |
+
|
| 32 |
+
| Split | Images | green | yellow | blue | red |
|
| 33 |
+
|-------|-------:|------:|-------:|-----:|----:|
|
| 34 |
+
| train | 150 | 150 | 153 | 147 | 150 |
|
| 35 |
+
| val | 43 | 43 | 44 | 42 | 43 |
|
| 36 |
+
| test | 22 | 22 | 22 | 22 | 22 |
|
| 37 |
+
|
| 38 |
+
Every image contains all four cubes.
|
| 39 |
+
|
| 40 |
+
## Directory Layout
|
| 41 |
+
|
| 42 |
+
```
|
| 43 |
+
.
|
| 44 |
+
├── dataset.yaml # Ultralytics data config
|
| 45 |
+
├── train/
|
| 46 |
+
│ ├── images/ # 00001.jpg …
|
| 47 |
+
│ └── labels/ # 00001.txt …
|
| 48 |
+
├── val/
|
| 49 |
+
│ ├── images/
|
| 50 |
+
│ └── labels/
|
| 51 |
+
└── test/
|
| 52 |
+
├── images/
|
| 53 |
+
└── labels/
|
| 54 |
+
```
|
| 55 |
+
|
| 56 |
+
## Label Format
|
| 57 |
+
|
| 58 |
+
Each `labels/*.txt` has one object per line, in YOLO-OBB format:
|
| 59 |
+
|
| 60 |
+
```
|
| 61 |
+
class_id x1 y1 x2 y2 x3 y3 x4 y4
|
| 62 |
+
```
|
| 63 |
+
|
| 64 |
+
- `class_id` — integer 0–3 (see `dataset.yaml`)
|
| 65 |
+
- `x*, y*` — polygon corner coordinates, **normalized** to `[0, 1]` by image
|
| 66 |
+
width/height, traversed in order (TL → TR → BR → BL).
|
| 67 |
+
|
| 68 |
+
Example:
|
| 69 |
+
|
| 70 |
+
```
|
| 71 |
+
0 0.3460 0.5683 0.4078 0.5917 0.3890 0.7493 0.3271 0.7259
|
| 72 |
+
```
|
| 73 |
+
|
| 74 |
+
## Usage
|
| 75 |
+
|
| 76 |
+
### With Ultralytics YOLO
|
| 77 |
+
|
| 78 |
+
```bash
|
| 79 |
+
pip install ultralytics huggingface_hub
|
| 80 |
+
```
|
| 81 |
+
|
| 82 |
+
```python
|
| 83 |
+
from huggingface_hub import snapshot_download
|
| 84 |
+
from ultralytics import YOLO
|
| 85 |
+
|
| 86 |
+
local_dir = snapshot_download(
|
| 87 |
+
repo_id="<your-username>/cubes-obb",
|
| 88 |
+
repo_type="dataset",
|
| 89 |
+
)
|
| 90 |
+
|
| 91 |
+
model = YOLO("yolo11n-obb.pt")
|
| 92 |
+
model.train(data=f"{local_dir}/dataset.yaml", epochs=100, imgsz=1280)
|
| 93 |
+
```
|
| 94 |
+
|
| 95 |
+
### Loading labels manually
|
| 96 |
+
|
| 97 |
+
```python
|
| 98 |
+
from pathlib import Path
|
| 99 |
+
|
| 100 |
+
def load_obb(label_path):
|
| 101 |
+
out = []
|
| 102 |
+
for line in Path(label_path).read_text().splitlines():
|
| 103 |
+
parts = line.split()
|
| 104 |
+
cls = int(parts[0])
|
| 105 |
+
coords = list(map(float, parts[1:])) # 8 floats
|
| 106 |
+
out.append((cls, coords))
|
| 107 |
+
return out
|
| 108 |
+
```
|
| 109 |
+
|
| 110 |
+
## Class Mapping
|
| 111 |
+
|
| 112 |
+
| ID | Name |
|
| 113 |
+
|----|--------------|
|
| 114 |
+
| 0 | green_cube |
|
| 115 |
+
| 1 | yellow_cube |
|
| 116 |
+
| 2 | blue_cube |
|
| 117 |
+
| 3 | red_cube |
|
| 118 |
+
|
| 119 |
+
## Author
|
| 120 |
+
|
| 121 |
+
Mohsin Ali — [Movensys](https://movensys.com)
|
| 122 |
+
|
| 123 |
+
## Collection & Annotation
|
| 124 |
+
|
| 125 |
+
Images were captured for a cube pick-and-place / OBB-detection research
|
| 126 |
+
workflow. Labels are in Ultralytics YOLO-OBB polygon format.
|
| 127 |
+
|
| 128 |
+
## Limitations
|
| 129 |
+
|
| 130 |
+
- **Small scale (215 images).** Fine for fine-tuning a pretrained OBB model,
|
| 131 |
+
too small to train from scratch.
|
| 132 |
+
- **Every image contains all four cubes in similar scenes.** Models trained
|
| 133 |
+
here may not generalize to scenes with missing cubes, unseen backgrounds,
|
| 134 |
+
occlusion, or varying lighting.
|
| 135 |
+
- **Single resolution (1280×720).** Resize / letterbox if your pipeline
|
| 136 |
+
expects another size.
|
| 137 |
+
|
| 138 |
+
## License
|
| 139 |
+
|
| 140 |
+
Released under the MIT License. See `LICENSE`.
|
| 141 |
+
|
| 142 |
+
## Citation
|
| 143 |
+
|
| 144 |
+
If you use this dataset, please cite:
|
| 145 |
+
|
| 146 |
+
```
|
| 147 |
+
@misc{cubes_obb_dataset,
|
| 148 |
+
title = {Colored Cubes OBB Detection Dataset},
|
| 149 |
+
author = {Mohsin Ali},
|
| 150 |
+
year = {2026},
|
| 151 |
+
howpublished = {Hugging Face Datasets},
|
| 152 |
+
}
|
| 153 |
+
```
|
dataset.yaml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
path: .
|
| 2 |
+
train: train/images
|
| 3 |
+
val: val/images
|
| 4 |
+
test: test/images
|
| 5 |
+
|
| 6 |
+
names:
|
| 7 |
+
0: green_cube
|
| 8 |
+
1: yellow_cube
|
| 9 |
+
2: blue_cube
|
| 10 |
+
3: red_cube
|
test/images/00014.jpg
ADDED
|
Git LFS Details
|
test/images/00017.jpg
ADDED
|
Git LFS Details
|
test/images/00019.jpg
ADDED
|
Git LFS Details
|
test/images/00039.jpg
ADDED
|
Git LFS Details
|
test/images/00051.jpg
ADDED
|
Git LFS Details
|
test/images/00066.jpg
ADDED
|
Git LFS Details
|
test/images/00077.jpg
ADDED
|
Git LFS Details
|
test/images/00082.jpg
ADDED
|
Git LFS Details
|
test/images/00092.jpg
ADDED
|
Git LFS Details
|
test/images/00107.jpg
ADDED
|
Git LFS Details
|
test/images/00133.jpg
ADDED
|
Git LFS Details
|
test/images/00139.jpg
ADDED
|
Git LFS Details
|
test/images/00147.jpg
ADDED
|
Git LFS Details
|
test/images/00172.jpg
ADDED
|
Git LFS Details
|
test/images/00173.jpg
ADDED
|
Git LFS Details
|
test/images/00181.jpg
ADDED
|
Git LFS Details
|
test/images/00190.jpg
ADDED
|
Git LFS Details
|
test/images/00191.jpg
ADDED
|
Git LFS Details
|
test/images/00205.jpg
ADDED
|
Git LFS Details
|
test/images/00206.jpg
ADDED
|
Git LFS Details
|
test/images/00207.jpg
ADDED
|
Git LFS Details
|
test/images/00212.jpg
ADDED
|
Git LFS Details
|
test/labels/00014.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.672017886713612 0.6293612651172332 0.7296316964285714 0.7514260912698414 0.677730997214959 0.828848060279592 0.6201171874999999 0.7067832341269841
|
| 2 |
+
1 0.5007948446846922 0.3746655835532978 0.5923352955660911 0.36328579351950646 0.5969115446313988 0.4796296345693832 0.5053710937499999 0.4910094246031746
|
| 3 |
+
2 0.36699259181941773 0.6120525787602302 0.42907288941203586 0.6457945373169371 0.40248325892857134 0.8004092261904763 0.34040296133595316 0.7666672676337694
|
| 4 |
+
3 0.3811967422128674 0.2937371484367455 0.4503323555751284 0.3023316960530692 0.44365204810971315 0.47216786948440137 0.3745164347474522 0.46357332186807776
|
test/labels/00017.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.49238657884856984 0.49562813301449465 0.5578820850202428 0.4813315339631129 0.56908199218187 0.6434931764261275 0.5035864860101971 0.6577897754775095
|
| 2 |
+
1 0.3315791759444669 0.30251682394671014 0.4012139711777757 0.4063933234975989 0.35735070850202433 0.49932523616734137 0.2877159132687155 0.3954487366164526
|
| 3 |
+
2 0.3741322780351332 0.6177978420438788 0.39940768825112455 0.774501540997217 0.33584261133603244 0.8069050832208726 0.3105672011200411 0.6502013842675345
|
| 4 |
+
3 0.664789979757085 0.3340080971659919 0.7284557433548372 0.3399397972309115 0.7236870344158869 0.5017040409430885 0.6600212708181349 0.49577234087816896
|
test/labels/00019.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.3607048221432909 0.28333316172507406 0.42480858304918084 0.3181749155131998 0.398167665293895 0.4730878321331059 0.3340639043880051 0.43824607834498
|
| 2 |
+
1 0.5623678580273286 0.30534012925892884 0.5962622155368965 0.20505624700003908 0.676036432160804 0.29027079843662756 0.6421420746512362 0.3905546806955173
|
| 3 |
+
2 0.3690326633165829 0.6141122278056952 0.4321573284764121 0.6003331446167307 0.44323178391959794 0.760678391959799 0.3801071187597688 0.7744574751487633
|
| 4 |
+
3 0.5941577526675788 0.5455947986209957 0.653741316307027 0.5927562416524429 0.6167556532663316 0.7404383026242323 0.5571720896268835 0.693276859592785
|
test/labels/00039.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.6350320655270354 0.5159482547237614 0.7160648084359235 0.5925453634847491 0.6848958333333333 0.6967592592592593 0.6038630904244453 0.6201621504982715
|
| 2 |
+
1 0.44023283951292047 0.60111345659729 0.5322916666666667 0.5810185185185185 0.5404963271537462 0.6998124693286358 0.4484375 0.7199074074074074
|
| 3 |
+
2 0.5896855499422726 0.20129166962038028 0.6520833333333333 0.24166666666666667 0.6207669393737811 0.39462859602242634 0.5583691559827205 0.35425359897614006
|
| 4 |
+
3 0.36617173135277936 0.34290645842174167 0.4200520833333333 0.4125 0.36578555691756426 0.5452848281696633 0.3119052049370104 0.475691286591405
|
test/labels/00051.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.3685396634615385 0.4629629629629629 0.41722629787696197 0.5408965496845588 0.35726381264101753 0.6592878146148707 0.30857717822559416 0.581354227893275
|
| 2 |
+
1 0.6174379006410257 0.20521723646723647 0.6612455291492924 0.29480819083378695 0.591641425550689 0.4023742782219693 0.5478337970424223 0.3127833238554189
|
| 3 |
+
2 0.5533353365384615 0.559116809116809 0.6332703065434545 0.46683169536879654 0.668770032051282 0.5640135327635327 0.5888350620462889 0.6562986465115452
|
| 4 |
+
3 0.3282279904216147 0.40608315255675176 0.27114880188077184 0.2762022107874597 0.32321714743589747 0.2038817663817664 0.3802963359767404 0.3337627081510584
|
test/labels/00066.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.5884664774771812 0.4106163073148521 0.6665618688594379 0.5007776231501747 0.6298511533665836 0.601274591299529 0.5517557619843267 0.5111132754642063
|
| 2 |
+
1 0.41917379371348923 0.35580631009671676 0.4853428772675364 0.3308024471827532 0.5049680486284289 0.4949431975616514 0.4387989650743817 0.519947060475615
|
| 3 |
+
2 0.2966996571072319 0.5662926018287615 0.38604284700434566 0.6088515984192541 0.36917471945137154 0.7207675256303686 0.2798315295542577 0.6782085290398762
|
| 4 |
+
3 0.25531929382886276 0.35872428630103 0.34462671446384036 0.3983097811027986 0.32872839943797 0.5116691744914331 0.23942097880299248 0.47208367968966475
|
test/labels/00077.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.6477062807881773 0.38368910782703886 0.7099214712978223 0.3519736966221575 0.7354525862068965 0.5102627257799671 0.6732373956972514 0.5419781369848484
|
| 2 |
+
1 0.2574137591364956 0.36120249079983535 0.31460004541760733 0.41525846907069863 0.272475369458128 0.5561029009304871 0.21528908317701637 0.5020469226596239
|
| 3 |
+
2 0.4518376822252307 0.20292115205931066 0.516856527093596 0.18253968253968256 0.532614288218119 0.34141382331014747 0.46759544334975367 0.36179529282977557
|
| 4 |
+
3 0.4473855003574 0.5170782754422428 0.511249977622794 0.6346491237670505 0.4637469211822659 0.7162014230979747 0.39988244391687183 0.598630574773167
|
test/labels/00082.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.4889340248289842 0.26652856077831716 0.5792252985187997 0.31255630496469977 0.5605004176586871 0.4286477182460455 0.4702091439688716 0.38261997405966286
|
| 2 |
+
1 0.3954280155642024 0.506160394265233 0.4886592741935484 0.506160394265233 0.4886592741935484 0.6236489407695633 0.3954280155642024 0.6236489407695633
|
| 3 |
+
2 0.7052029035734889 0.3445840079802722 0.7684671274135482 0.46519302862040934 0.7191755836575876 0.546908776480761 0.6559113598175283 0.42629975584062385
|
| 4 |
+
3 0.10772742273458238 0.6446542572354838 0.1985338400332563 0.6219662400203918 0.2077130390143737 0.7380789413643623 0.11690662171569977 0.7607669585794541
|
test/labels/00092.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.24247013826914582 0.5391805708977958 0.3161297272029035 0.45414039958154884 0.3520450056004244 0.552459828683753 0.27838541666666666 0.6375
|
| 2 |
+
1 0.6205190462625325 0.2511654416534715 0.6794241387198089 0.3116256567412019 0.6336446757906098 0.45258984471736 0.5747395833333333 0.3921296296296296
|
| 3 |
+
2 0.5999021303001122 0.5572997090701767 0.6688665865564931 0.6638772863224064 0.6263020833333333 0.7509259259259259 0.5573376270769524 0.6443483486736961
|
| 4 |
+
3 0.3539490708785843 0.18774608495784356 0.4308432135423989 0.2765205562792549 0.39453125 0.37592592592592594 0.3176371073361854 0.2871514546045146
|
test/labels/00107.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.3516286625274706 0.5312237613221354 0.4101601964639291 0.5889029774223913 0.3662069838056681 0.7298695456590192 0.3076754498692096 0.6721903295587635
|
| 2 |
+
1 0.6567535873590977 0.5845781168251525 0.6832045604265577 0.47896059110948364 0.7650556680161943 0.5437471884840306 0.7386046949487339 0.6493647141996993
|
| 3 |
+
2 0.564207995951417 0.2682186234817814 0.628326874249925 0.30525593274319623 0.5996134653190551 0.4623595522324738 0.5354945870205473 0.425322242971059
|
| 4 |
+
3 0.40978579057961373 0.25171534054729994 0.4746201725423228 0.2699709090823238 0.45982426050521924 0.43604684158945467 0.39498987854251016 0.4177912730544309
|
test/labels/00133.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.6298808402985145 0.3260643251791559 0.6892807904411764 0.37530637254901955 0.6507999209669171 0.5220130230286183 0.5913999708242552 0.4727709756587546
|
| 2 |
+
1 0.46763724005554685 0.5334508622648224 0.5559298574851822 0.4700330258395733 0.5812844669117647 0.5815972222222221 0.4929918494821293 0.6450150586474711
|
| 3 |
+
2 0.4017693014705882 0.27522467320261434 0.48443143700886226 0.19708736279020672 0.5166590073529412 0.3048406862745098 0.43399687181466706 0.38297799668691745
|
| 4 |
+
3 0.26762418052460063 0.46185167375359737 0.3606287575176882 0.4560778223849696 0.36299402573529416 0.5764910130718954 0.26998944874220665 0.5822648644405232
|
test/labels/00139.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.5591812321805949 0.5022802130824825 0.6237936580882353 0.4820261437908497 0.6398651832605816 0.6440637411658833 0.5752527573529412 0.6643178104575163
|
| 2 |
+
1 0.5814152037227014 0.21196398720519719 0.673483455882353 0.25582107843137253 0.6564064874537695 0.36912261410199243 0.5643382352941176 0.325265522875817
|
| 3 |
+
2 0.3388178038357916 0.4946700618749511 0.4052159926470589 0.4738562091503267 0.4216371593995025 0.6394189904126305 0.35523897058823534 0.6602328431372548
|
| 4 |
+
3 0.2020307748143661 0.24096354171317905 0.2676005604452365 0.28339100880091694 0.23612355401322338 0.4371374344079993 0.17055376838235298 0.3947099673202614
|
test/labels/00147.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.35495174632352944 0.2956495098039215 0.4427543757585675 0.33456800623310895 0.4264605000640788 0.45074785684441326 0.3386578706290407 0.4118293604152257
|
| 2 |
+
1 0.30206848834235933 0.6647016502854525 0.39288559830971703 0.6816710065381778 0.3859719669117647 0.7986111111111112 0.295154856944407 0.7816417548583857
|
| 3 |
+
2 0.3054352701714602 0.09636177547358796 0.35811121323529416 0.16952614379084965 0.30178646853787705 0.29769038496573047 0.2491105254740431 0.22452601664846875
|
| 4 |
+
3 0.15030971365272755 0.36362620950702823 0.21852022058823534 0.3850081699346405 0.20286930275891685 0.5428050868159642 0.1346587958234091 0.5214231263883519
|
test/labels/00172.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.6661538019702469 0.5159622702652297 0.7238002126195042 0.6471338985967555 0.6713598901098901 0.7199710012210013 0.6137134794606325 0.5887993728894755
|
| 2 |
+
1 0.45254586345457015 0.2188041642505659 0.5206902472527473 0.21668956043956047 0.5223243688709512 0.38312292009627635 0.4541799850727742 0.38523752390728183
|
| 3 |
+
2 0.2918544136353743 0.5024371588665533 0.37895648245198144 0.45212395399339883 0.399974047765392 0.5671202468940039 0.312871978948785 0.6174334517671584
|
| 4 |
+
3 0.6195684747781944 0.17890346776011007 0.6815212398775677 0.2326214810769635 0.6403782458686039 0.3825870609359008 0.5784254807692307 0.32886904761904767
|
test/labels/00173.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.5470310961800721 0.5273559775910012 0.6320366915783431 0.45688707071057705 0.66117371553832 0.567970714310975 0.5761681201400488 0.6384396211913993
|
| 2 |
+
1 0.4068216122015279 0.23119380642660153 0.4994043258185007 0.23694146793973722 0.497111315311888 0.35367609842462333 0.4045286016949152 0.3479284369114877
|
| 3 |
+
2 0.3203031107960832 0.3940127482405582 0.37076991580310886 0.532167530224525 0.3143714358360411 0.5972797100208119 0.26390463082901555 0.4591249280368451
|
| 4 |
+
3 0.6083414332739093 0.22920454419270994 0.70085548945534 0.25231921561927384 0.6916064275049603 0.3693156518187208 0.5990923713235294 0.34620098039215685
|
test/labels/00181.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.13587824774566118 0.29012953562037413 0.2173659669730898 0.21310235539316402 0.24723991620510194 0.31298631440660163 0.16575219697767332 0.39001349463381174
|
| 2 |
+
1 0.4875014167607067 0.41255703277475914 0.5431354826328934 0.48441572586275067 0.4867155870445344 0.6224696356275303 0.43108152117234766 0.5506109425395387
|
| 3 |
+
2 0.2747346742586781 0.48899457327363627 0.3392550202773996 0.5240627499069737 0.31243279541143415 0.6800299400161535 0.2479124493927126 0.644961763382816
|
| 4 |
+
3 0.43247200044389783 0.150195105579757 0.49400048436565464 0.27602697055361464 0.4433830971659919 0.35425101214574894 0.38185461324423514 0.22841914717189124
|
test/labels/00190.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.13603324011444623 0.33435324178118325 0.19146528370985388 0.2703568150837385 0.24173012051848458 0.40795870150768354 0.18629807692307693 0.47195512820512825
|
| 2 |
+
1 0.48610056726663914 0.1745987929504134 0.5526699862637362 0.16632326007326012 0.5591432514146794 0.3308957125440922 0.4925738324175824 0.33917124542124544
|
| 3 |
+
2 0.3164005023386279 0.5211744834585712 0.3783251875283827 0.5569443499495462 0.35014548701783554 0.7111278172274841 0.28822080182808074 0.675357950736509
|
| 4 |
+
3 0.6046102335164835 0.35596001221001217 0.6800124503470469 0.4569727159956124 0.6406679258241759 0.5497939560439561 0.5652657089936124 0.44878125225835563
|
test/labels/00191.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.2433997593490151 0.2944088217579856 0.3159958457486963 0.1935763260340571 0.3550347222222222 0.2824074074074074 0.2824386358225411 0.383239903131336
|
| 2 |
+
1 0.49074074074074076 0.13734567901234568 0.5632483222347267 0.2417287577313068 0.5216107541112086 0.3331387390304481 0.44910317261722266 0.22875566031148697
|
| 3 |
+
2 0.31982147129753385 0.5831366250149772 0.4101874778532676 0.5519092964996983 0.4224537037037037 0.6640946502057612 0.33208769714797 0.6953219787210403
|
| 4 |
+
3 0.4730902777777778 0.6075102880658436 0.5653554484036032 0.5960404049808872 0.5699499664821739 0.7128487065845636 0.4776847958563484 0.72431858966952
|
test/labels/00205.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.33837297570850206 0.4071075123706703 0.4024790508844413 0.37442818569367886 0.4278846153846154 0.5319388214125056 0.36377854020867617 0.564618148089497
|
| 2 |
+
1 0.14998105824831778 0.3203360459472019 0.21154389901456572 0.3537967557427503 0.18496963562753038 0.5083220872694556 0.12340679486128245 0.47486137747390716
|
| 3 |
+
2 0.555668016194332 0.4177912730544309 0.6172060029348566 0.3735904543375104 0.6521242450419951 0.5272361111975756 0.5905862583014705 0.5714369299144962
|
| 4 |
+
3 0.6470774291497976 0.3300719748088169 0.7022513582712275 0.2663735418879328 0.7525150267891714 0.40397223007206257 0.6973410976677414 0.4676706629929467
|
test/labels/00206.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.32690336427525535 0.6244007413771767 0.38776041666666666 0.5828703703703704 0.4206222673929233 0.7350624556549431 0.35976521500151193 0.7765928266617494
|
| 2 |
+
1 0.1712354284418391 0.4745646811306005 0.23828125 0.4620370370370371 0.24776347412496053 0.6224234124352542 0.1807176525667996 0.6349510565288177
|
| 3 |
+
2 0.490175485992794 0.153662234937885 0.583292846458616 0.1828517514222942 0.5717631937991554 0.2990969238918167 0.4786458333333333 0.26990740740740743
|
| 4 |
+
3 0.49609375 0.5069444444444444 0.5563824330556484 0.4658019428538448 0.5895628663361988 0.619469469788894 0.5292741832805504 0.6606119713794936
|
test/labels/00207.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.24500763031672007 0.24411494610949344 0.30918725688716836 0.23212285620669593 0.31844900830889944 0.38878006244805446 0.25426938173845115 0.40077215235085195
|
| 2 |
+
1 0.3599330357142857 0.4841651404151404 0.41067927445913527 0.62308488279481 0.3559582009751617 0.6862604928008746 0.3052119622303121 0.547340750421205
|
| 3 |
+
2 0.4666383325118583 0.5724359396961578 0.5419385302197802 0.666170634920635 0.5033495644893515 0.764145309569793 0.4280493667814297 0.6704106143453157
|
| 4 |
+
3 0.5131408928945757 0.20596348925910135 0.6034275435136001 0.24598302753864154 0.5873676945750682 0.3604942025042044 0.49708104395604397 0.32047466422466425
|
test/labels/00212.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0 0.2773196933483358 0.6059290592421528 0.3678377845425126 0.5833130804117588 0.37670230172049274 0.6954451997571002 0.2861842105263158 0.7180611785874943
|
| 2 |
+
1 0.30078278292043426 0.33311002427921405 0.3795830479715873 0.2522293945201092 0.4127451031078334 0.35434204230567246 0.3339448380566802 0.4352226720647773
|
| 3 |
+
2 0.42535425101214575 0.4644624381466486 0.48510060588257115 0.4171721429805394 0.5222191484304204 0.565384785747115 0.46247279355999493 0.6126750809132241
|
| 4 |
+
3 0.4876644736842105 0.1613810166441745 0.5699312040202487 0.23271286613687772 0.5420352623984728 0.3343931439530537 0.4597685320624345 0.26306129446035037
|
train/images/00001.jpg
ADDED
|
Git LFS Details
|
train/images/00002.jpg
ADDED
|
Git LFS Details
|