2020-12-19 17:46:41 +01:00
|
|
|
import { ITinyYolov2Options, TinyYolov2Options } from '../tinyYolov2/index';
|
2020-08-18 13:54:53 +02:00
|
|
|
|
|
|
|
export interface ITinyFaceDetectorOptions extends ITinyYolov2Options {}
|
|
|
|
|
|
|
|
export class TinyFaceDetectorOptions extends TinyYolov2Options {
|
|
|
|
protected _name: string = 'TinyFaceDetectorOptions'
|
|
|
|
}
|