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

13 lines
No EOL
549 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var TinyFaceDetector_1 = require("./TinyFaceDetector");
tslib_1.__exportStar(require("./TinyFaceDetector"), exports);
tslib_1.__exportStar(require("./TinyFaceDetectorOptions"), exports);
function createTinyFaceDetector(weights) {
var net = new TinyFaceDetector_1.TinyFaceDetector();
net.extractWeights(weights);
return net;
}
exports.createTinyFaceDetector = createTinyFaceDetector;
//# sourceMappingURL=index.js.map