Socket
Socket
Sign inDemoInstall

ai.natml.vision.blazepose.detector

Package Overview
Dependencies
2
Maintainers
1
Versions
4
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
+ Refactored `BlazePoseDetector.Pose` struct to `Detection`.
## 1.0.1

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

2

package.json
{
"name": "ai.natml.vision.blazepose.detector",
"version": "1.0.1",
"version": "1.0.2",
"displayName": "BlazePose Detector",

@@ -5,0 +5,0 @@ "description": "Pose detection with MediaPipe BlazePose.",

@@ -16,3 +16,3 @@ # BlazePose Detector

"dependencies": {
"ai.natml.vision.blazepose.detector": "1.0.1"
"ai.natml.vision.blazepose.detector": "1.0.2"
}

@@ -41,4 +41,4 @@ }

imageFeature.aspectMode = modelData.aspectMode;
// Detect poses
BlazePoseDetector.Pose[] faces = predictor.Predict(imageFeature);
// Detect pose regions-of-interest in the image
BlazePoseDetector.Detection[] faces = predictor.Predict(imageFeature);
```

@@ -45,0 +45,0 @@ ___

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