server-json/node_modules/face-api.js/build/commonjs/tinyFaceDetector/TinyFaceDetectorOptions.js
2024-11-01 08:00:42 +00:00

15 lines
No EOL
740 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var tfjs_image_recognition_base_1 = require("tfjs-image-recognition-base");
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;
}(tfjs_image_recognition_base_1.TfjsImageRecognitionBase.TinyYolov2Options));
exports.TinyFaceDetectorOptions = TinyFaceDetectorOptions;
//# sourceMappingURL=TinyFaceDetectorOptions.js.map