In order to create AI, it was necessary to convert MRI images from DICOM format to PNG format or CSV format. The number of cases is about 1700. The famous one is DICOM Cenverter, but it freezes when a large amount of DICOM is input. (Do I have to buy it for $ 199.99 ??) So, I wrote the code to convert DICOM to PNG format or CSV format using python.
The code and description can be found at here. [Python] Convert from DICOM to PNG or CSV
Recommended Posts