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

9 lines
No EOL
248 B
JavaScript

import { Mtcnn } from './Mtcnn';
export * from './Mtcnn';
export * from './MtcnnOptions';
export function createMtcnn(weights) {
var net = new Mtcnn();
net.extractWeights(weights);
return net;
}
//# sourceMappingURL=index.js.map