Update README.md
Browse files
README.md
CHANGED
@@ -109,7 +109,7 @@ This dataset is ready for commercial/non-commercial use.
|
|
109 |
| Column Name | Description | Data Type |
|
110 |
|-------------|-------------|-----------|
|
111 |
| `image_id` | Unique identifier for the image | string |
|
112 |
-
| `image_path` | Image file
|
113 |
| `image_title` | Human-written title summarizing the content or subject | string |
|
114 |
| `image_description` | Human-written narrative describing what is visibly present | string |
|
115 |
| `scene_description` | Technical and compositional details about image capture | string |
|
|
|
109 |
| Column Name | Description | Data Type |
|
110 |
|-------------|-------------|-----------|
|
111 |
| `image_id` | Unique identifier for the image | string |
|
112 |
+
| `image_path` | Image file, PIL type | image |
|
113 |
| `image_title` | Human-written title summarizing the content or subject | string |
|
114 |
| `image_description` | Human-written narrative describing what is visibly present | string |
|
115 |
| `scene_description` | Technical and compositional details about image capture | string |
|