2020-08-20 02:10:42 +02:00
|
|
|
import { TinyYolov2Options } from '../tinyYolov2';
|
|
|
|
export class TinyFaceDetectorOptions extends TinyYolov2Options {
|
2020-08-18 14:04:33 +02:00
|
|
|
constructor() {
|
|
|
|
super(...arguments);
|
|
|
|
this._name = 'TinyFaceDetectorOptions';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//# sourceMappingURL=TinyFaceDetectorOptions.js.map
|