tfjs-image-recognition-base
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -1,1 +0,1 @@ | ||
export declare function awaitMediaLoaded(media: HTMLImageElement | HTMLVideoElement | HTMLCanvasElement): Promise<{}>; | ||
export declare function awaitMediaLoaded(media: HTMLImageElement | HTMLVideoElement | HTMLCanvasElement): Promise<unknown>; |
@@ -11,4 +11,4 @@ "use strict"; | ||
function NetInput(inputs, treatAsBatchInput) { | ||
var _this = this; | ||
if (treatAsBatchInput === void 0) { treatAsBatchInput = false; } | ||
var _this = this; | ||
this._imageTensors = []; | ||
@@ -15,0 +15,0 @@ this._canvases = []; |
export * from './iou'; | ||
export * from './minBbox'; | ||
export * from './nonMaxSuppression'; | ||
@@ -3,0 +4,0 @@ export * from './normalize'; |
@@ -5,2 +5,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./iou"), exports); | ||
tslib_1.__exportStar(require("./minBbox"), exports); | ||
tslib_1.__exportStar(require("./nonMaxSuppression"), exports); | ||
@@ -7,0 +8,0 @@ tslib_1.__exportStar(require("./normalize"), exports); |
@@ -1,1 +0,1 @@ | ||
export declare function awaitMediaLoaded(media: HTMLImageElement | HTMLVideoElement | HTMLCanvasElement): Promise<{}>; | ||
export declare function awaitMediaLoaded(media: HTMLImageElement | HTMLVideoElement | HTMLCanvasElement): Promise<unknown>; |
@@ -9,4 +9,4 @@ import * as tf from '@tensorflow/tfjs-core'; | ||
function NetInput(inputs, treatAsBatchInput) { | ||
var _this = this; | ||
if (treatAsBatchInput === void 0) { treatAsBatchInput = false; } | ||
var _this = this; | ||
this._imageTensors = []; | ||
@@ -13,0 +13,0 @@ this._canvases = []; |
export * from './iou'; | ||
export * from './minBbox'; | ||
export * from './nonMaxSuppression'; | ||
@@ -3,0 +4,0 @@ export * from './normalize'; |
export * from './iou'; | ||
export * from './minBbox'; | ||
export * from './nonMaxSuppression'; | ||
@@ -3,0 +4,0 @@ export * from './normalize'; |
{ | ||
"name": "tfjs-image-recognition-base", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "A shared codebase for face-api.js and tfjs-tiny-yolo-v2.", | ||
@@ -20,19 +20,19 @@ "module": "./build/es6/index.js", | ||
"dependencies": { | ||
"@tensorflow/tfjs-core": "1.0.3", | ||
"tslib": "^1.9.3" | ||
"@tensorflow/tfjs-core": "^1.2.2", | ||
"tslib": "^1.10.0" | ||
}, | ||
"devDependencies": { | ||
"@tensorflow/tfjs-node": "^1.0.2", | ||
"@types/jasmine": "^3.3.12", | ||
"@types/node": "^11.12.0", | ||
"canvas": "2.0.1", | ||
"jasmine": "^3.3.1", | ||
"jasmine-core": "^3.3.0", | ||
"karma": "^4.0.1", | ||
"@tensorflow/tfjs-node": "^1.2.3", | ||
"@types/jasmine": "^3.3.13", | ||
"@types/node": "^12.0.10", | ||
"canvas": "^2.5.0", | ||
"jasmine": "^3.4.0", | ||
"jasmine-core": "^3.4.0", | ||
"karma": "^4.1.0", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-jasmine": "^2.0.1", | ||
"karma-typescript": "^4.0.0", | ||
"ts-node": "^8.0.3", | ||
"typescript": "^3.3.4000" | ||
"karma-typescript": "^4.1.0", | ||
"ts-node": "^8.3.0", | ||
"typescript": "^3.5.2" | ||
} | ||
} |
export * from './iou' | ||
export * from './minBbox' | ||
export * from './nonMaxSuppression' | ||
@@ -3,0 +4,0 @@ export * from './normalize' |
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
Sorry, the diff of this file is not supported yet
552291
527
8360
+ Added@tensorflow/tfjs-core@1.7.4(transitive)
+ Added@types/offscreencanvas@2019.3.0(transitive)
+ Addednode-fetch@2.1.2(transitive)
- Removed@tensorflow/tfjs-core@1.0.3(transitive)
Updated@tensorflow/tfjs-core@^1.2.2
Updatedtslib@^1.10.0