nyukat / breast_cancer_classifier

Deep Neural Networks Improve Radiologists' Performance in Breast Cancer Screening
https://ieeexplore.ieee.org/document/8861376
GNU Affero General Public License v3.0
835 stars 265 forks source link

Converting .hdf5 heatmap file to PNG. #35

Closed sw-dev-code closed 4 years ago

sw-dev-code commented 4 years ago

Is there an option to convert output heatmap files from HDF5 format to PNG or JPEG, so I can open it in regular image viewer software?

Thank you in advance.

kjgeras commented 4 years ago

Of course. You can load them into memory using the code from our repository and then visualize and save them with some standard Python package (e.g. matplotlib).