This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
NatML 1.0.11
- 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 andMLAsyncPredictor
class to NatMLX. - Removed
MLPredictorExtensions.RectifyAspect
method. UseMLImageFeature.TransformRect
method instead. - Removed
MLPredictorExtensions.NonMaxSuppression
method. UseMLImageFeature.NonMaxSuppression
method instead. - Refactored top-level namespace from
NatSuite.ML
toNatML
for parity with our other API's.