xiaoman-zhang / PMC-VQA

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
164 stars 13 forks source link

Filtering images by type #8

Open pengyuheng-github opened 1 year ago

pengyuheng-github commented 1 year ago

Hello! If I only need the X-ray data, how do I extract them?

Rickylht commented 9 months ago

maybe use CLIP method and set a threshold

Maleeha-Pervaiz commented 1 month ago

Hello, could you please elaborate on how we can use the CLIP method to extract a single modality from the PMC-VQA dataset?