Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -114,6 +114,7 @@ test_set = load_dataset('xuemduan/reevaluate-image-text-pairs', split='test')
|
|
| 114 |
for sample in train_set:
|
| 115 |
image_path = sample['image']
|
| 116 |
uuid = sample['uuid']
|
|
|
|
| 117 |
query_texts = sample['query_text']
|
| 118 |
description_text = sample['target_txt']
|
| 119 |
```
|
|
|
|
| 114 |
for sample in train_set:
|
| 115 |
image_path = sample['image']
|
| 116 |
uuid = sample['uuid']
|
| 117 |
+
object_type = sample['object_type']
|
| 118 |
query_texts = sample['query_text']
|
| 119 |
description_text = sample['target_txt']
|
| 120 |
```
|