Open ThatNight opened 2 years ago
Hi @ThatNight !
I want to use chexpert to extract the labels of the iu_xray dataset
python label.py <reports>
How can the dataset/ui_xray code run successfully
IUXRayDataset
, you should setup a folder like the example provided in workspace/iu-examples
: with the images, clean reports in JSON and vocabulary. Set the environment variable DATASET_DIR_IU_XRAY
to point to that folder, e.g. export DATASET_DIR_IU_XRAY=/path/to/data/iu-examples
Tbh, the code grew a lot and there is a lot of additional stuff for running experiments, debugging and other things. You can probably delete some methods that won't be useful, or even start from scratch and use this only for reference :smile:
Hi, this code helped me a lot. May I ask how to use this code? How can the dataset/ui_xray code run successfully? What should I do if I want to use chexpert to extract the labels of the iu_xray dataset? Looking forward to your reply