Loading and preprocessing DICOM images-kaggle

Hi Team

Iam trying to read dicom images in kaggle data set for prediction of x ray chest anamolies .Can someone let me know the steps to do so using dicom package oro.dicom in kaggle?

Regards
Gayathri

Hi Gayathri. Do you mind showing us what you've done so far?
With a minimal REPRoducible EXample (reprex)? A reprex makes it much easier for others to understand your issue and figure out how to help.

Hi

This is what Iam trying to do :slight_smile:

  1. I have a [kaggle data set] (https://www.kaggle.com/c/vinbigdata-chest-xray-abnormalities-detection) of X ray images in .dicom format
  2. There are two folders - train and test. Train has 15000 images of chest x rays .
  3. There is a train.csv file which has these 15000 images categorised into 1 of 14 categories by radiologists.
    4)Now I would want to convert these images into png or .jpeg format so that I can further preprocess them for prediction modelling

Please let me know the steps to do so

Regards
Gayathri

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.