Datasets:
Tasks:
Visual Question Answering
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
medical
License:
Commit
·
6f1f4be
1
Parent(s):
15d6601
Update path_vqa.py
Browse files- path_vqa.py +1 -1
path_vqa.py
CHANGED
@@ -55,7 +55,7 @@ class PathVQA(datasets.GeneratorBasedBuilder):
|
|
55 |
description=_DESCRIPTION,
|
56 |
features=datasets.Features(
|
57 |
{
|
58 |
-
"image": datasets.Image(),
|
59 |
"question": datasets.Value("string"),
|
60 |
"answer": datasets.Value("string")
|
61 |
}
|
|
|
55 |
description=_DESCRIPTION,
|
56 |
features=datasets.Features(
|
57 |
{
|
58 |
+
"image": datasets.Image(decode=True),
|
59 |
"question": datasets.Value("string"),
|
60 |
"answer": datasets.Value("string")
|
61 |
}
|