human/types/efficientpose/efficientpose.d.ts

3 lines
133 B
TypeScript
Raw Normal View History

2021-03-26 23:50:19 +01:00
export declare function load(config: any): Promise<any>;
export declare function predict(image: any, config: any): Promise<unknown>;