UNPKG

tfjs-tiny-yolov2

Version:

Tiny YOLO v2 object detection with tensorflow.js.

9 lines 389 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var tf = require("@tensorflow/tfjs-core"); exports.tf = tf; tslib_1.__exportStar(require("tfjs-image-recognition-base"), exports); tslib_1.__exportStar(require("./common"), exports); tslib_1.__exportStar(require("./tinyYolov2"), exports); //# sourceMappingURL=index.js.map