Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,10 @@ dataset_info:
|
|
15 |
dtype: image
|
16 |
- name: caption
|
17 |
dtype: string
|
|
|
|
|
|
|
|
|
18 |
---
|
19 |
|
20 |
Oxford IIIT Pets Dataset enriched with image and object annotations using foundation models.
|
|
|
15 |
dtype: image
|
16 |
- name: caption
|
17 |
dtype: string
|
18 |
+
- name: image_labels
|
19 |
+
dtype: sequence
|
20 |
+
- name: objects
|
21 |
+
dtype: sequence
|
22 |
---
|
23 |
|
24 |
Oxford IIIT Pets Dataset enriched with image and object annotations using foundation models.
|