Datasets:
Tasks:
Image-to-Text
Formats:
parquet
Sub-tasks:
image-captioning
Languages:
English
Size:
100K - 1M
Update README.md
#2
by
DFRamirez-USMC
- opened
README.md
CHANGED
|
@@ -93,7 +93,7 @@ PATH_TO_IMAGE_FOLDER = "COCO2017"
|
|
| 93 |
|
| 94 |
def create_full_path(example):
|
| 95 |
"""Create full path to image using `base_path` to COCO2017 folder."""
|
| 96 |
-
example["image_path"] = os.path.join(PATH_TO_IMAGE_FOLDER, example["
|
| 97 |
return example
|
| 98 |
|
| 99 |
dataset = load_dataset("phiyodr/coco2017")
|
|
|
|
| 93 |
|
| 94 |
def create_full_path(example):
|
| 95 |
"""Create full path to image using `base_path` to COCO2017 folder."""
|
| 96 |
+
example["image_path"] = os.path.join(PATH_TO_IMAGE_FOLDER, example["file_name"])
|
| 97 |
return example
|
| 98 |
|
| 99 |
dataset = load_dataset("phiyodr/coco2017")
|