Releases: matlab-deep-learning/image-classifier-app
Releases · matlab-deep-learning/image-classifier-app
v1.0.3
v1.0.2
Fix 3 more minor bugs:
- Threw an error rendering image datastores whose output was logicals, which can happen for image data which is all 0 or 1
- Rendering of images which weren't being read as uint8 looked poor
- Class labels containing TeX characters like "_" didn't render properly in the interpretability plot
v1.0.1
Fix 3 bugs:
- Network imported from workspace could throw error if mismatched with image size
- Importing an image datastore containing greyscale images could throw an error on data rendering
- Class labels containing TeX characters like "_" were hard to read in some axes