UNPKG

tfjs-tiny-yolov2

Version:

Tiny YOLO v2 object detection with tensorflow.js.

7 lines 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CELL_SIZE = 32; exports.DEFAULT_FILTER_SIZES = [ 3, 16, 32, 64, 128, 256, 512, 1024, 1024 ]; //# sourceMappingURL=const.js.map