"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tfjs_image_recognition_base_1 = require("tfjs-image-recognition-base"); exports.IOU_THRESHOLD = 0.4; exports.BOX_ANCHORS = [ new tfjs_image_recognition_base_1.Point(1.603231, 2.094468), new tfjs_image_recognition_base_1.Point(6.041143, 7.080126), new tfjs_image_recognition_base_1.Point(2.882459, 3.518061), new tfjs_image_recognition_base_1.Point(4.266906, 5.178857), new tfjs_image_recognition_base_1.Point(9.041765, 10.66308) ]; exports.MEAN_RGB = [117.001, 114.697, 97.404]; //# sourceMappingURL=const.js.map