CSV with bbox coordinates and bbox image list
data\RSNA_Pneumonia\processed_data\annotations.csv
Zipped images containing bboxes
data\RSNA_Pneumonia\processed_data\images_with_bb.zip
Zipped images without bboxes
data\RSNA_Pneumonia\processed_data\images_without_bb.zip
Contains the raw, unseparated images and lables
data\RSNA_Pneumonia\raw_data
Contains sample usage code to demonstrate the Data Loader with plots. Also contains Preprocessing code to convert raw_data to processed_data.
Dataloader_example.ipynb
Consists of Custom Dataset and Dataloader
Vig_dataloader.py