human/types/object/labels.d.ts

8 lines
130 B
TypeScript
Raw Normal View History

2021-05-25 14:58:20 +02:00
/**
* CoCo Labels used by object detection modules
*/
2021-03-23 19:46:44 +01:00
export declare const labels: {
class: number;
label: string;
}[];