Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Add image utils #8

Closed
MLnick opened this issue Feb 25, 2019 · 2 comments · Fixed by #13
Closed

Add image utils #8

MLnick opened this issue Feb 25, 2019 · 2 comments · Fixed by #13

Comments

@MLnick
Copy link

MLnick commented Feb 25, 2019

Many MAX models are based on image input. They all require basic utils such as:

  • load image
  • handle different formats (JPG, PNG etc)
  • handle errors (trying to pass non-supported image, or non-image as input)
  • possibly conversion (PNG -> RGB; color -> grayscale etc)

See e.g. https://github.com/IBM/MAX-Facial-Age-Estimator/issues/13 and IBM/MAX-Human-Pose-Estimator#12 (but this applies to most if not all MAX models that operate on image input).

@MLnick
Copy link
Author

MLnick commented Feb 25, 2019

cc @djalova @bdwyer2 @feihugis @i-hong @ptitzler @zuhito

@MLnick
Copy link
Author

MLnick commented Feb 25, 2019

Other ideas could be to include utilities for handling things such as bounding boxes and segmentation masks (e.g. converting to or between bounding box formats, polygon vs RLE encoding for masks etc).

@kmh4321 kmh4321 mentioned this issue Mar 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant