farrell236 / RATCHET

RAdiological Text Captioning for Human Examined Thoraxes
MIT License
38 stars 9 forks source link

How to train or evaluate the model? #2

Closed Minashraf closed 2 years ago

Minashraf commented 2 years ago

Considering the training and evaluating the model, how can it be done? I tried to evaluate the model using python3 evaluate.py but it looks like there is a missing file

FileNotFoundError: [Errno 2] No such file or directory: 'preprocessing/mimic/MIMIC_AP_PA_test.csv'

farrell236 commented 2 years ago

Unfortunately due to data agreement for the MIMIC dataset, I cannot release the train/test/eval CSVs. Here details the steps you can take to recreate those files.

Minashraf commented 2 years ago

Understood, thank you