Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -132,6 +132,13 @@ Note on data partitions: HuggingFace limits folders to 10,000 files per folder,
|
|
| 132 |
|
| 133 |
**classes.txt**:
|
| 134 |
- `0`: zebra
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 135 |
|
| 136 |
**frame_id.txt**:
|
| 137 |
- `class`: Class of the object in the image (0 for zebra)
|
|
|
|
| 132 |
|
| 133 |
**classes.txt**:
|
| 134 |
- `0`: zebra
|
| 135 |
+
- `1`: giraffe
|
| 136 |
+
- `2`: onager
|
| 137 |
+
- `3`: dog
|
| 138 |
+
|
| 139 |
+
Note: only zebras appear in this dataset; other class labels are included to be consistent across MMLA data collected at other locations,
|
| 140 |
+
see the data from [Mpala Research Center](https://huggingface.co/datasets/imageomics/mmla_mpala) and [The Wilds](https://huggingface.co/datasets/imageomics/mmla_wilds) datasets.
|
| 141 |
+
|
| 142 |
|
| 143 |
**frame_id.txt**:
|
| 144 |
- `class`: Class of the object in the image (0 for zebra)
|