Socket
Socket
Sign inDemoInstall

ai.natml.vision.robust-video-matting

Package Overview
Dependencies
2
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

3

Changelog.md

@@ -0,1 +1,4 @@

## 1.0.2
+ Upgrade to NatML 1.1.
## 1.0.1

@@ -2,0 +5,0 @@ + Update README.

4

package.json
{
"name": "ai.natml.vision.robust-video-matting",
"version": "1.0.1",
"version": "1.0.2",
"displayName": "Robust Video Matting",

@@ -8,3 +8,3 @@ "description": "Robust Video Matting for high-fidelity human segmentation in Unity Engine.",

"dependencies": {
"ai.natml.natml": "1.0.18"
"ai.natml.natml": "1.1.0"
},

@@ -11,0 +11,0 @@ "keywords": [

@@ -16,3 +16,3 @@ # Robust Video Matting

"dependencies": {
"ai.natml.vision.robust-video-matting": "1.0.1"
"ai.natml.vision.robust-video-matting": "1.0.2"
}

@@ -25,7 +25,5 @@ }

```csharp
// Fetch the model data from Hub
var modelData = await MLModelData.FromHub("@natsuite/robust-video-matting");
// Deserialize the model
var model = modelData.Deserialize();
// Create the Robust Video Matting predictor
// Create the RVM model
var model = await MLEdgeModel.Create("@natsuite/robust-video-matting");
// Create the RVM predictor predictor
var predictor = new RobustVideoMattingPredictor(model);

@@ -56,6 +54,5 @@ ```

- See the [NatML documentation](https://docs.natml.ai/unity).
- Join the [NatML community on Discord](https://hub.natml.ai/community).
- Discuss [NatML on Unity Forums](https://forum.unity.com/threads/open-beta-natml-machine-learning-runtime.1109339/).
- Join the [NatML community on Discord](https://natml.ai/community).
- Contact us at [hi@natml.ai](mailto:hi@natml.ai).
Thank you very much!

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc