Skip to content

xmed-lab/DDaTR

Repository files navigation

🔨 Installation

Clone this repository and install the required packages:

git clone https://github.com/xmed-lab/DDaTR.git
cd DDaTR

conda create -n ddatr python=3.10
conda activate ddatr
pip install -r requirements.txt

🍹 Preparation

Data Acquisition

Pre-trained Weight Downloading

🍻 Quick Start for Training & Evaluation

After all the above preparation steps, you can train DDaTR with the following command:

# For MIMIC-CXR and Longitudinal-MIMIC
bash train_mimic_cxr.sh

You can directly download our trained model from DDaTR

For testing, you can use following command:

# For MIMIC-CXR and Longitudinal-MIMIC
bash test_mimic_cxr.sh

# For ReXrank
bash test_rexrank.sh

# For IU-XRay
bash test_iu_xray.sh

💙 Acknowledgement

DDaTR is built upon the awesome PromptMRG, LAVT, LDCNet.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published