UNPKG

tfjs-tiny-yolov2

Version:

Tiny YOLO v2 object detection with tensorflow.js.

8 lines 401 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); tslib_1.__exportStar(require("./TinyYolov2"), exports); tslib_1.__exportStar(require("./TinyYolov2LossFunction"), exports); tslib_1.__exportStar(require("./TinyYolov2Trainable"), exports); tslib_1.__exportStar(require("./TinyYolov2Options"), exports); //# sourceMappingURL=index.js.map