Datasets:
Tasks:
Object Detection
Formats:
parquet
Sub-tasks:
instance-segmentation
Languages:
English
Size:
1K - 10K
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -18,126 +18,11 @@ task_categories:
|
|
| 18 |
task_ids:
|
| 19 |
- instance-segmentation
|
| 20 |
pretty_name: mb-dust_devil_det
|
| 21 |
-
configs:
|
| 22 |
-
- config_name: default
|
| 23 |
-
data_files:
|
| 24 |
-
- split: train
|
| 25 |
-
path: data/train-*
|
| 26 |
-
- split: val
|
| 27 |
-
path: data/val-*
|
| 28 |
-
- split: test
|
| 29 |
-
path: data/test-*
|
| 30 |
-
- split: 0.01x_partition
|
| 31 |
-
path: data/0.01x_partition-*
|
| 32 |
-
- split: 0.02x_partition
|
| 33 |
-
path: data/0.02x_partition-*
|
| 34 |
-
- split: 0.50x_partition
|
| 35 |
-
path: data/0.50x_partition-*
|
| 36 |
-
- split: 0.20x_partition
|
| 37 |
-
path: data/0.20x_partition-*
|
| 38 |
-
- split: 0.05x_partition
|
| 39 |
-
path: data/0.05x_partition-*
|
| 40 |
-
- split: 0.10x_partition
|
| 41 |
-
path: data/0.10x_partition-*
|
| 42 |
-
- split: 0.25x_partition
|
| 43 |
-
path: data/0.25x_partition-*
|
| 44 |
-
dataset_info:
|
| 45 |
-
features:
|
| 46 |
-
- name: image
|
| 47 |
-
dtype: image
|
| 48 |
-
- name: width
|
| 49 |
-
dtype: int64
|
| 50 |
-
- name: height
|
| 51 |
-
dtype: int64
|
| 52 |
-
- name: yolo_annotation
|
| 53 |
-
struct:
|
| 54 |
-
- name: bbox
|
| 55 |
-
sequence:
|
| 56 |
-
sequence: float32
|
| 57 |
-
- name: category
|
| 58 |
-
sequence: string
|
| 59 |
-
- name: coco_annotation
|
| 60 |
-
struct:
|
| 61 |
-
- name: image_id
|
| 62 |
-
dtype: int64
|
| 63 |
-
- name: annotations
|
| 64 |
-
sequence:
|
| 65 |
-
- name: id
|
| 66 |
-
dtype: int64
|
| 67 |
-
- name: image_id
|
| 68 |
-
dtype: int64
|
| 69 |
-
- name: category_id
|
| 70 |
-
dtype: int64
|
| 71 |
-
- name: bbox
|
| 72 |
-
sequence: float32
|
| 73 |
-
- name: area
|
| 74 |
-
dtype: float32
|
| 75 |
-
- name: pascal_voc_annotation
|
| 76 |
-
struct:
|
| 77 |
-
- name: filename
|
| 78 |
-
dtype: string
|
| 79 |
-
- name: size
|
| 80 |
-
struct:
|
| 81 |
-
- name: width
|
| 82 |
-
dtype: int64
|
| 83 |
-
- name: height
|
| 84 |
-
dtype: int64
|
| 85 |
-
- name: depth
|
| 86 |
-
dtype: int64
|
| 87 |
-
- name: objects
|
| 88 |
-
sequence:
|
| 89 |
-
- name: name
|
| 90 |
-
dtype: string
|
| 91 |
-
- name: difficult
|
| 92 |
-
dtype: int64
|
| 93 |
-
- name: bbox
|
| 94 |
-
struct:
|
| 95 |
-
- name: xmin
|
| 96 |
-
dtype: int64
|
| 97 |
-
- name: ymin
|
| 98 |
-
dtype: int64
|
| 99 |
-
- name: xmax
|
| 100 |
-
dtype: int64
|
| 101 |
-
- name: ymax
|
| 102 |
-
dtype: int64
|
| 103 |
-
splits:
|
| 104 |
-
- name: train
|
| 105 |
-
num_bytes: 529481248.376
|
| 106 |
-
num_examples: 1404
|
| 107 |
-
- name: val
|
| 108 |
-
num_bytes: 75454510.0
|
| 109 |
-
num_examples: 201
|
| 110 |
-
- name: test
|
| 111 |
-
num_bytes: 151605261.0
|
| 112 |
-
num_examples: 402
|
| 113 |
-
- name: 0.01x_partition
|
| 114 |
-
num_bytes: 232421771.0
|
| 115 |
-
num_examples: 617
|
| 116 |
-
- name: 0.02x_partition
|
| 117 |
-
num_bytes: 237565511.0
|
| 118 |
-
num_examples: 631
|
| 119 |
-
- name: 0.50x_partition
|
| 120 |
-
num_bytes: 494132661.72
|
| 121 |
-
num_examples: 1305
|
| 122 |
-
- name: 0.20x_partition
|
| 123 |
-
num_bytes: 332958283.0
|
| 124 |
-
num_examples: 883
|
| 125 |
-
- name: 0.05x_partition
|
| 126 |
-
num_bytes: 253957990.0
|
| 127 |
-
num_examples: 673
|
| 128 |
-
- name: 0.10x_partition
|
| 129 |
-
num_bytes: 280281184.0
|
| 130 |
-
num_examples: 743
|
| 131 |
-
- name: 0.25x_partition
|
| 132 |
-
num_bytes: 360783089.0
|
| 133 |
-
num_examples: 954
|
| 134 |
-
download_size: 2946008288
|
| 135 |
-
dataset_size: 2948641509.0959997
|
| 136 |
---
|
| 137 |
|
| 138 |
# mb-dust_devil_det Dataset
|
| 139 |
|
| 140 |
-
An object detection dataset in YOLO format containing
|
| 141 |
|
| 142 |
## Dataset Metadata
|
| 143 |
|
|
@@ -149,9 +34,18 @@ An object detection dataset in YOLO format containing 3 splits: train, val, test
|
|
| 149 |
## Dataset Details
|
| 150 |
|
| 151 |
- Format: YOLO
|
| 152 |
-
- Splits: train, val, test
|
| 153 |
|
| 154 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 155 |
|
| 156 |
## Additional Formats
|
| 157 |
|
|
@@ -164,5 +58,9 @@ An object detection dataset in YOLO format containing 3 splits: train, val, test
|
|
| 164 |
```python
|
| 165 |
from datasets import load_dataset
|
| 166 |
|
|
|
|
| 167 |
dataset = load_dataset("Mirali33/mb-dust_devil_det")
|
|
|
|
|
|
|
|
|
|
| 168 |
```
|
|
|
|
| 18 |
task_ids:
|
| 19 |
- instance-segmentation
|
| 20 |
pretty_name: mb-dust_devil_det
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
# mb-dust_devil_det Dataset
|
| 24 |
|
| 25 |
+
An object detection dataset in YOLO format containing 10 splits: train, val, test, 0.01x_partition, 0.02x_partition, 0.50x_partition, 0.20x_partition, 0.05x_partition, 0.10x_partition, 0.25x_partition.
|
| 26 |
|
| 27 |
## Dataset Metadata
|
| 28 |
|
|
|
|
| 34 |
## Dataset Details
|
| 35 |
|
| 36 |
- Format: YOLO
|
| 37 |
+
- Splits: train, val, test, 0.01x_partition, 0.02x_partition, 0.50x_partition, 0.20x_partition, 0.05x_partition, 0.10x_partition, 0.25x_partition
|
| 38 |
|
| 39 |
+
## Partitions
|
| 40 |
+
|
| 41 |
+
This dataset includes the following partitions:
|
| 42 |
+
- 0.01x_partition: Available as a single split named '0.01x_partition'
|
| 43 |
+
- 0.02x_partition: Available as a single split named '0.02x_partition'
|
| 44 |
+
- 0.50x_partition: Available as a single split named '0.50x_partition'
|
| 45 |
+
- 0.20x_partition: Available as a single split named '0.20x_partition'
|
| 46 |
+
- 0.05x_partition: Available as a single split named '0.05x_partition'
|
| 47 |
+
- 0.10x_partition: Available as a single split named '0.10x_partition'
|
| 48 |
+
- 0.25x_partition: Available as a single split named '0.25x_partition'
|
| 49 |
|
| 50 |
## Additional Formats
|
| 51 |
|
|
|
|
| 58 |
```python
|
| 59 |
from datasets import load_dataset
|
| 60 |
|
| 61 |
+
# Load the main dataset
|
| 62 |
dataset = load_dataset("Mirali33/mb-dust_devil_det")
|
| 63 |
+
|
| 64 |
+
# Load a specific partition
|
| 65 |
+
partition_dataset = load_dataset("Mirali33/mb-dust_devil_det", "0.05x_partition")
|
| 66 |
```
|