TinyFaceDetectorOptions.js 541 B

12345678910111213
  1. import { __extends } from "tslib";
  2. import { TinyYolov2Options } from '../tinyYolov2';
  3. var TinyFaceDetectorOptions = /** @class */ (function (_super) {
  4. __extends(TinyFaceDetectorOptions, _super);
  5. function TinyFaceDetectorOptions() {
  6. var _this = _super !== null && _super.apply(this, arguments) || this;
  7. _this._name = 'TinyFaceDetectorOptions';
  8. return _this;
  9. }
  10. return TinyFaceDetectorOptions;
  11. }(TinyYolov2Options));
  12. export { TinyFaceDetectorOptions };
  13. //# sourceMappingURL=TinyFaceDetectorOptions.js.map