Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ A typical data instance (one line in `metadata.jsonl` plus the corresponding ima
|
|
64 |
"categories": [
|
65 |
{"id": 1, "name": "person", "supercategory": "person"},
|
66 |
{"id": 18, "name": "dog", "supercategory": "animal"}
|
67 |
-
|
68 |
]
|
69 |
}
|
70 |
```
|
@@ -151,7 +151,6 @@ If you use the FMIYC dataset in your research, please cite the FMIYC paper:
|
|
151 |
volume = {128},
|
152 |
pages = {1956--1981}
|
153 |
}
|
154 |
-
|
155 |
-
|
156 |
-
Contributions
|
157 |
Thanks to Daniel Montoya for creating and curating this dataset.
|
|
|
64 |
"categories": [
|
65 |
{"id": 1, "name": "person", "supercategory": "person"},
|
66 |
{"id": 18, "name": "dog", "supercategory": "animal"}
|
67 |
+
|
68 |
]
|
69 |
}
|
70 |
```
|
|
|
151 |
volume = {128},
|
152 |
pages = {1956--1981}
|
153 |
}
|
154 |
+
```
|
155 |
+
## Contributions
|
|
|
156 |
Thanks to Daniel Montoya for creating and curating this dataset.
|