PMC-VQA is a large-scale medical visual question-answering dataset, which contains 227k VQA pairs of 149k images that cover various modalities or diseases.
MIT License
174
stars
11
forks
source link
Split generation exception on fetching the `PMC-VQA` data #18
Dear @xiaoman-zhang, I am attempting for downloading the dataset using
dataset
library.Using
python 3.10
anddataset==2.15.0
launching the dataset copying as follows:I end up into the split generation issue:
Is it expected behaviour and what would be recommendation on accessing the dataset?
Thank you for assistance!