TinyFaceDetectorOptions.js 653 B

123456789101112131415
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. var tslib_1 = require("tslib");
  4. var tinyYolov2_1 = require("../tinyYolov2");
  5. var TinyFaceDetectorOptions = /** @class */ (function (_super) {
  6. tslib_1.__extends(TinyFaceDetectorOptions, _super);
  7. function TinyFaceDetectorOptions() {
  8. var _this = _super !== null && _super.apply(this, arguments) || this;
  9. _this._name = 'TinyFaceDetectorOptions';
  10. return _this;
  11. }
  12. return TinyFaceDetectorOptions;
  13. }(tinyYolov2_1.TinyYolov2Options));
  14. exports.TinyFaceDetectorOptions = TinyFaceDetectorOptions;
  15. //# sourceMappingURL=TinyFaceDetectorOptions.js.map