You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
If you want to use the code directly: use the class 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
I typically used this function to create a pytorch Dataloader:
Main requirements are torch, torchvision, opencv, pandas, numpy. See requirements for the full list (though some library versions might be somewhat old by now)
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 😄
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
The text was updated successfully, but these errors were encountered: