tfjs-tiny-yolov2
Version:
Tiny YOLO v2 object detection with tensorflow.js.
10 lines • 370 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var const_1 = require("./const");
function getDefaultBackwardOptions(options) {
return Object.assign({}, {
minBoxSize: const_1.CELL_SIZE
}, options);
}
exports.getDefaultBackwardOptions = getDefaultBackwardOptions;
//# sourceMappingURL=getDefaultBackwardOptions.js.map