UNPKG

face-api.js

Version:

JavaScript API for face detection and face recognition in the browser with tensorflow.js

15 lines 667 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var tinyYolov2_1 = require("../tinyYolov2"); var TinyFaceDetectorOptions = /** @class */ (function (_super) { tslib_1.__extends(TinyFaceDetectorOptions, _super); function TinyFaceDetectorOptions() { var _this = _super !== null && _super.apply(this, arguments) || this; _this._name = 'TinyFaceDetectorOptions'; return _this; } return TinyFaceDetectorOptions; }(tinyYolov2_1.TinyYolov2Options)); exports.TinyFaceDetectorOptions = TinyFaceDetectorOptions; //# sourceMappingURL=TinyFaceDetectorOptions.js.map