Skip to content

NatML 1.1.4

Compare
Choose a tag to compare
@olokobayusuf olokobayusuf released this 23 Mar 21:47
· 1 commit to main since this release
  • Added NatML.API namespace for accessing the full NatML web API from .NET.
  • Fixed MLEdgeModel.Create method blocking for a long time on Android and Windows (#49).
  • Fixed MLEdgeModel.Create method throwing error when called from non-Unity threads.
  • Updated default edge prediction configuration to use the CPU and neural processor (and not the GPU) on Android (#49).
  • Refactored MLDepthFeature.ViewportToWorldPoint method to Unproject.
  • Removed MLEdgeModel.AudioFormat struct. Use NatML.API.Types.AudioFormat class instead.
  • Removed MLEdgeModel.Normalization struct. Use NatML.API.Types.Normalization class instead.
  • Removed MLImageFeature.AspectMode enumeration. Use NatML.API.Types.AspectMode enumeration instead.
  • Removed MLAudioType.FromAudioClip utility method.
  • Removed MLAudioType.FromVideoClip utility method.
  • Removed MLVideoType.FromVideoClip utility method.