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

NatML 1.0.11

Compare
Choose a tag to compare
@olokobayusuf olokobayusuf released this 02 Jun 20:36
· 3 commits to main since this release
  • Added MLModelDataEmbed attribute for embedding model data at build time, making models immediately available in builds without downloads.
  • Added MLImageFeature.NonMaxSuppression method for performing non-maximum suppression on detection proposals.
  • Added MLImageFeature.TransformRect method for transforming detection rectangles from feature space to image space.
  • Added custom icon for identifying ML model files imported by NatML.
  • Migrated MLPredictorExtensions.ToAsync extension method and MLAsyncPredictor class to NatMLX.
  • Removed MLPredictorExtensions.RectifyAspect method. Use MLImageFeature.TransformRect method instead.
  • Removed MLPredictorExtensions.NonMaxSuppression method. Use MLImageFeature.NonMaxSuppression method instead.
  • Refactored top-level namespace from NatSuite.ML to NatML for parity with our other API's.