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

NatML 1.0.13

Compare
Choose a tag to compare
@olokobayusuf olokobayusuf released this 23 Jul 17:14
· 3 commits to main since this release
  • Added support for rotated ROI in MLImageFeature.RegionOfInterest method.
  • Added MLModelData.FromFile method to load ML model data from model files.
  • Added MLImageFeature.TransformPoint method for transforming detection points from feature space to image space.
  • Added MLDepthFeature.TransformPoint method for projecting 2D points into 3D space using depth.
  • Added MLEdgeFeature.dataType property for inspecting the data type of Edge features.
  • Added MLAsyncPredictor class for making predictions on a background thread.
  • Added MLPredictorExtensions.ToAsync extension method for converting predictor to an async predictor.
  • Improved prediction performance on Android devices with dedicated neural processing units.
  • Changed MLEdgeFeature class to readonly struct to prevent GC pressure.
  • Fixed MLImageFeature not respecting AspectMode.AspectFit when making predictions.
  • Fixed sporadic NullReferenceException when MLModelData.FromHub is called on some Android devices.
  • Updated MLDepthFeature.Sample method to accept a Vector2 point instead of individual coordinates.
  • Removed IMLCloudFeature interface as it is no longer supported by the NatML Hub API.
  • Removed MLCloudFeature class as it is no longer supported by the NatML Hub API.
  • Removed MLCloudModel class as it is no longer supported by the NatML Hub API.
  • Removed IMLAsyncPredictor interface.
  • Removed MLFeature.CloudType utility method as it is no longer supported by the NatML Hub API.
  • Removed MLArrayFeature constructor that accepted an MLCloudFeature.
  • Removed MLAudioFeature constructor that accepted an MLCloudFeature.
  • Removed MLImageFeature constructor that accepted an MLCloudFeature.
  • Removed MLImageFeature constructor that accepted an encoded image byte[].
  • Removed MLImageFeature.Contiguous method.
  • Removed MLTextFeature constructor that accepted an MLCloudFeature.
  • Removed MLEdgeFeature.ReleaseFeature method as it has long been deprecated.