Skip to content

Conversation

@barwojcik
Copy link

Summary

  • Refactored InputProcessor:
    • Moved helper functions to the global scope for reusability.
    • Replaced the class-level NORMALIZE constant with an instance-specific normalization pipeline.
    • Introduced constants for normalization to simplify utility logic.
  • Introduced alpha blending functionality in the InputProcessor image pipeline.
  • Updated API with new alpha blending modes (keep, white, black, mean).
  • Added alpha masks to the InputProcessor output.
  • Added alpha masks to the Prediction class.
  • Updated API to return alpha masks in prediction.
  • Added padding support for batch processing in InputProcessor.
  • Updated API with new batch processing modes (center_crop, pad).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant