You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I perform multi class semantic (instance) segmentation over my set of 2D PNG/TIF grayscale images and their corresponding masks file (NPY numpy array, TIF or any other) matrix representation with # channels corresponding to the classes?
Do I need to use NIFTI_interface? If so, how do I convert my PNG/TIF/NPY files to this format?
Thank you
The text was updated successfully, but these errors were encountered:
Yesterday, I implemented an image IO interface for more intuitive and easier integration of 2D image formats into MIScnn.
You have always the possibility to implement a custom data IO interface for your own file structure, but now you can also use the Image_interface class with a given fixed file structure.
Hello @muellerdo,
How do I perform multi class semantic (instance) segmentation over my set of 2D PNG/TIF grayscale images and their corresponding masks file (NPY numpy array, TIF or any other) matrix representation with # channels corresponding to the classes?
Do I need to use NIFTI_interface? If so, how do I convert my PNG/TIF/NPY files to this format?
Thank you
The text was updated successfully, but these errors were encountered: