8 lines
272 B
JavaScript
8 lines
272 B
JavaScript
![]() |
import { TinyYolov2Options } from '../tinyYolov2';
|
||
|
export class TinyFaceDetectorOptions extends TinyYolov2Options {
|
||
|
constructor() {
|
||
|
super(...arguments);
|
||
|
this._name = 'TinyFaceDetectorOptions';
|
||
|
}
|
||
|
}
|
||
|
//# sourceMappingURL=TinyFaceDetectorOptions.js.map
|