- You will need to complete the credentialing process in order to gain access to the data. You can do this here: https://physionet.org/settings/credentialing/. Then, sign the data usage agreement for each one of the following PhysioNet datasets.
- Download MIMIC-EYE
- Download MIMIC-CXR Reports
- Extract mimic-cxr-reports.zip
- Download MIMIC-CXR CheXpert
- Extract mimic-cxr-2.0.0-chexpert.csv.gz
git clone https://github.com/LLaVA-VL/LLaVA-NeXT
cd LLaVA-NeXT
conda create -n llava python=3.10 -y
conda activate llava
pip install --upgrade pip # Enable PEP 660 support.
pip install -e ".[train]"
mv eval_vqa_video.py LLaVA-NeXT
mv eval_vqa.py LLaVA-NeXT
mv run_vqa.sh LLaVA-NeXT
mv run_vqa_video.sh LLaVA-NeXT
bash run_vqa_video.sh