13 lines
No EOL
606 B
JavaScript
13 lines
No EOL
606 B
JavaScript
import * as tslib_1 from "tslib";
|
|
import { TfjsImageRecognitionBase } from '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;
|
|
}(TfjsImageRecognitionBase.TinyYolov2Options));
|
|
export { TinyFaceDetectorOptions };
|
|
//# sourceMappingURL=TinyFaceDetectorOptions.js.map
|