face-api.js
Version:
JavaScript API for face detection and face recognition in the browser with tensorflow.js
14 lines • 814 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./convLayer"), exports);
tslib_1.__exportStar(require("./depthwiseSeparableConv"), exports);
tslib_1.__exportStar(require("./disposeUnusedWeightTensors"), exports);
tslib_1.__exportStar(require("./extractConvParamsFactory"), exports);
tslib_1.__exportStar(require("./extractFCParamsFactory"), exports);
tslib_1.__exportStar(require("./extractSeparableConvParamsFactory"), exports);
tslib_1.__exportStar(require("./extractWeightEntryFactory"), exports);
tslib_1.__exportStar(require("./extractWeightsFactory"), exports);
tslib_1.__exportStar(require("./getModelUris"), exports);
tslib_1.__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map
;