Update README.md
Browse files
README.md
CHANGED
@@ -9,16 +9,6 @@ configs:
|
|
9 |
data_files:
|
10 |
- split: train
|
11 |
path: "annotations.parquet"
|
12 |
-
dataset_info:
|
13 |
-
features:
|
14 |
-
- name: filename
|
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.
|
|
|
9 |
data_files:
|
10 |
- split: train
|
11 |
path: "annotations.parquet"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
Oxford IIIT Pets Dataset enriched with image and object annotations using foundation models.
|