Zedge commited on
Commit
d5fd40f
·
verified ·
1 Parent(s): 91c567d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 (automatically loaded as PIL Image) | 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 |
 
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 |