cycle-posenet-driver
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -1,1 +0,1 @@ | ||
export { makePoseDetectionDriver, PoseNetParameters } from './pose_detection'; | ||
export { makePoseDetectionDriver, PoseNetParameters } from './makePoseDetectionDriver'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var pose_detection_1 = require("./pose_detection"); | ||
exports.makePoseDetectionDriver = pose_detection_1.makePoseDetectionDriver; | ||
var makePoseDetectionDriver_1 = require("./makePoseDetectionDriver"); | ||
exports.makePoseDetectionDriver = makePoseDetectionDriver_1.makePoseDetectionDriver; | ||
//# sourceMappingURL=index.js.map |
@@ -1,1 +0,1 @@ | ||
export { makePoseDetectionDriver, PoseNetParameters } from './pose_detection'; | ||
export { makePoseDetectionDriver, PoseNetParameters } from './makePoseDetectionDriver'; |
@@ -1,2 +0,2 @@ | ||
export { makePoseDetectionDriver } from './pose_detection'; | ||
export { makePoseDetectionDriver } from './makePoseDetectionDriver'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "cycle-posenet-driver", | ||
"version": "0.0.17", | ||
"description": "", | ||
"version": "0.0.18", | ||
"description": "Cycle.js drivers and action components for pose detection using PoseNet", | ||
"author": "Michael Jae-Yoon Chung", | ||
"license": "MIT", | ||
"bugs": "https://github.com/mjyc/cycle-robot-drivers/issues", | ||
"repository": "https://github.com/mjyc/cycle-robot-drivers/tree/master/3rdparty/cycle-posenet-driver", | ||
"main": "lib/cjs/index.js", | ||
@@ -8,0 +10,0 @@ "module": "lib/es6/index.js", |
@@ -17,3 +17,3 @@ <!-- This README.md is automatically generated. Edit the JSDoc comments in source code or the md files in docs/readmes/. --> | ||
<!-- Start src/pose_detection.tsx --> | ||
<!-- Start src/makePoseDetectionDriver.tsx --> | ||
@@ -35,5 +35,6 @@ ### makePoseDetectionDriver(options) | ||
* **Driver** the PoseNet Cycle.js driver function. It takes a stream of [`PoseNetParameters`](./src/pose_detection.tsx) and returns a stream of [`Pose` arrays](https://github.com/tensorflow/tfjs-models/tree/master/posenet#via-npm). | ||
* **Driver** the PoseNet Cycle.js driver function. It takes a stream of [`PoseNetParameters`](./src/pose_detection.tsx) and returns a stream of | ||
[`Pose` arrays](https://github.com/tensorflow/tfjs-models/tree/master/posenet#via-npm). | ||
<!-- End src/pose_detection.tsx --> | ||
<!-- End src/makePoseDetectionDriver.tsx --> | ||
@@ -40,0 +41,0 @@ <!-- Start src/utils.ts --> |
@@ -1,1 +0,1 @@ | ||
export {makePoseDetectionDriver, PoseNetParameters} from './pose_detection' | ||
export {makePoseDetectionDriver, PoseNetParameters} from './makePoseDetectionDriver' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
98171
1517
43
1