k-l-lambda's picture
feat: add Python ML services (CPU mode) with model download
2b7aae2
export class WebGLObjects {
constructor(gl: WebGLRenderingContext, geometries: any, attributes: any, info: any);
update(object: any): any;
dispose(): void;
}