frankkramer-lab / aucmedi

a framework for Automated Classification of Medical Images
https://frankkramer-lab.github.io/aucmedi/
GNU General Public License v3.0
38 stars 13 forks source link

feat(io_interfaces): add file extension to index_list #148

Closed SherlockMones closed 2 years ago

SherlockMones commented 2 years ago

Add the image_format as file extension to the index_list if it's missing. That way, users can use the index list without manually appending the file extension.

muellerdo commented 2 years ago

Is this not automatically done if you add the image_format as a parameter to your DataGenerator?

SherlockMones commented 2 years ago

Sorry about that, did not yet know about the image_format param in DataGenerator. Reverted the changes and improved documentation (added warning) and example (formatting and including image_format param).