UNPKG

tfjs-tiny-yolov2

Version:

Tiny YOLO v2 object detection with tensorflow.js.

7 lines 229 B
import { CELL_SIZE } from './const'; export function getDefaultBackwardOptions(options) { return Object.assign({}, { minBoxSize: CELL_SIZE }, options); } //# sourceMappingURL=getDefaultBackwardOptions.js.map