Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,11 @@ task_categories:
|
|
4 |
- object-detection
|
5 |
language:
|
6 |
- en
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
Oxford IIIT Pets Dataset enriched with image and object annotations using foundation models.
|
|
|
4 |
- object-detection
|
5 |
language:
|
6 |
- en
|
7 |
+
configs:
|
8 |
+
- config_name: default
|
9 |
+
data_files:
|
10 |
+
- split: train
|
11 |
+
path: "annotations.csv"
|
12 |
---
|
13 |
|
14 |
Oxford IIIT Pets Dataset enriched with image and object annotations using foundation models.
|