@pexip/media-processor 19.0.0 → 20.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +36 -0
- package/dist/common/backends/webgl/blur.js +7 -5
- package/dist/common/backends/webgl/renderer.d.ts +1 -1
- package/dist/common/backends/webgl/renderer.js +27 -34
- package/dist/common/backends/webgl/smoothingMask.d.ts +1 -1
- package/dist/common/backends/webgl/webglUtils.d.ts +1 -1
- package/dist/common/backends/webgl/webglUtils.js +9 -10
- package/dist/common/backends/webgpu/blender.d.ts +8 -0
- package/dist/common/backends/webgpu/blender.js +78 -0
- package/dist/common/backends/webgpu/constants.d.ts +1 -0
- package/dist/common/backends/webgpu/constants.js +1 -0
- package/dist/common/backends/webgpu/dualFilterBlur.d.ts +5 -0
- package/dist/common/backends/webgpu/dualFilterBlur.js +201 -0
- package/dist/common/backends/webgpu/renderer.d.ts +2 -0
- package/dist/common/backends/webgpu/renderer.js +127 -0
- package/dist/common/backends/webgpu/smoothingMask.d.ts +5 -0
- package/dist/common/backends/webgpu/smoothingMask.js +66 -0
- package/dist/common/backends/webgpu/texture.d.ts +5 -0
- package/dist/common/backends/webgpu/texture.js +35 -0
- package/dist/common/backends/webgpu/textureToTexture.d.ts +4 -0
- package/dist/common/backends/webgpu/textureToTexture.js +35 -0
- package/dist/common/backends/webgpu/types.d.ts +5 -0
- package/dist/common/backends/webgpu/types.js +1 -0
- package/dist/common/backends/webgpu/webgpuUtils.d.ts +7 -0
- package/dist/common/backends/webgpu/webgpuUtils.js +14 -0
- package/dist/common/canvasRenderUtils.d.ts +1 -1
- package/dist/common/canvasRenderUtils.js +8 -10
- package/dist/common/constants.d.ts +5 -0
- package/dist/common/constants.js +4 -0
- package/dist/common/index.d.ts +0 -1
- package/dist/common/index.js +0 -1
- package/dist/common/m3.d.ts +14 -8
- package/dist/common/m3.js +0 -1
- package/dist/common/tsconfig.tsbuildinfo +1 -1
- package/dist/common/typeGuards.d.ts +2 -0
- package/dist/common/typeGuards.js +7 -0
- package/dist/common/types/render.d.ts +7 -4
- package/dist/common/types/segmentation.d.ts +5 -1
- package/dist/common/utils.d.ts +4 -1
- package/dist/common/utils.js +36 -1
- package/dist/main/audio.d.ts +1 -1
- package/dist/main/audio.js +7 -5
- package/dist/main/math.js +1 -1
- package/dist/main/process.d.ts +3 -3
- package/dist/main/process.js +2 -2
- package/dist/main/processor.d.ts +0 -1
- package/dist/main/transformer.d.ts +1 -1
- package/dist/main/tsconfig.tsbuildinfo +1 -1
- package/dist/main/typeGuards.d.ts +1 -1
- package/dist/main/types.d.ts +2 -1
- package/dist/main/utils.js +6 -6
- package/dist/main/video/canvasTransform.d.ts +1 -1
- package/dist/main/video/canvasTransform.js +66 -12
- package/dist/main/video/segmenters/mediapipe.d.ts +1 -11
- package/dist/main/video/segmenters/mediapipe.js +37 -22
- package/dist/main/video/transformer.d.ts +1 -1
- package/dist/main/video/typeGuards.d.ts +2 -1
- package/dist/main/video/types.d.ts +2 -12
- package/dist/main/video/utils.d.ts +2 -2
- package/dist/main/video/utils.js +2 -2
- package/dist/main/video/video.d.ts +3 -2
- package/dist/main/video/video.js +5 -3
- package/dist/main/video/videoStreamTrackProcessor.d.ts +1 -1
- package/dist/main/video/videoStreamTrackProcessor.js +2 -2
- package/dist/workers/mediaWorker.js +18 -18
- package/dist/workers/tsconfig.tsbuildinfo +1 -1
- package/dist/worklets/tsconfig.tsbuildinfo +1 -1
- package/dist/worklets/types.d.ts +0 -2
- package/package.json +45 -9
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
var Ct=typeof self<"u"?self:{};function Xn(e,t){e:{for(var r=["CLOSURE_FLAGS"],n=Ct,o=0;o<r.length;o++)if((n=n[r[o]])==null){r=null;break e}r=n}return(e=r&&r[e])!=null?e:t}function At(){throw Error("Invalid UTF8")}function Ts(e,t){return t=String.fromCharCode.apply(null,t),e==null?t:e+t}var Lr,In,ou=typeof TextDecoder<"u",su,iu=typeof TextEncoder<"u";function Ui(e){if(iu)e=(su||(su=new TextEncoder)).encode(e);else{let r=0,n=new Uint8Array(3*e.length);for(let o=0;o<e.length;o++){var t=e.charCodeAt(o);if(t<128)n[r++]=t;else{if(t<2048)n[r++]=t>>6|192;else{if(t>=55296&&t<=57343){if(t<=56319&&o<e.length){let s=e.charCodeAt(++o);if(s>=56320&&s<=57343){t=1024*(t-55296)+s-56320+65536,n[r++]=t>>18|240,n[r++]=t>>12&63|128,n[r++]=t>>6&63|128,n[r++]=63&t|128;continue}o--}t=65533}n[r++]=t>>12|224,n[r++]=t>>6&63|128}n[r++]=63&t|128}}e=r===n.length?n:n.subarray(0,r)}return e}var mr,Pi=Xn(610401301,!1),au=Xn(653718497,Xn(1,!0)),bs=Ct.navigator;function Hn(e){return!!Pi&&!!mr&&mr.brands.some(({brand:t})=>t&&t.indexOf(e)!=-1)}function Fe(e){var t;return(t=Ct.navigator)&&(t=t.userAgent)||(t=""),t.indexOf(e)!=-1}function ht(){return!!Pi&&!!mr&&mr.brands.length>0}function Fn(){return ht()?Hn("Chromium"):(Fe("Chrome")||Fe("CriOS"))&&!(!ht()&&Fe("Edge"))||Fe("Silk")}function fo(e){return fo[" "](e),e}mr=bs&&bs.userAgentData||null,fo[" "]=function(){};var cu=!ht()&&(Fe("Trident")||Fe("MSIE"));!Fe("Android")||Fn(),Fn(),Fe("Safari")&&(Fn()||!ht()&&Fe("Coast")||!ht()&&Fe("Opera")||!ht()&&Fe("Edge")||(ht()?Hn("Microsoft Edge"):Fe("Edg/"))||ht()&&Hn("Opera"));var Bi={},cr=null;function uu(e){var t=e.length,r=3*t/4;r%3?r=Math.floor(r):"=.".indexOf(e[t-1])!=-1&&(r="=.".indexOf(e[t-2])!=-1?r-2:r-1);var n=new Uint8Array(r),o=0;return function(s,i){function c(x){for(;a<s.length;){var b=s.charAt(a++),A=cr[b];if(A!=null)return A;if(!/^[\s\xa0]*$/.test(b))throw Error("Unknown base64 encoding at char: "+b)}return x}Di();for(var a=0;;){var u=c(-1),f=c(0),g=c(64),p=c(64);if(p===64&&u===-1)break;i(u<<2|f>>4),g!=64&&(i(f<<4&240|g>>2),p!=64&&i(g<<6&192|p))}}(e,function(s){n[o++]=s}),o!==r?n.subarray(0,o):n}function Di(){if(!cr){cr={};for(var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),t=["+/=","+/","-_=","-_.","-_"],r=0;r<5;r++){var n=e.concat(t[r].split(""));Bi[r]=n;for(var o=0;o<n.length;o++){var s=n[o];cr[s]===void 0&&(cr[s]=o)}}}}var Ni=typeof Uint8Array<"u",Gi=!cu&&typeof btoa=="function";function As(e){if(!Gi){var t;t===void 0&&(t=0),Di(),t=Bi[t];var r=Array(Math.floor(e.length/3)),n=t[64]||"";let a=0,u=0;for(;a<e.length-2;a+=3){var o=e[a],s=e[a+1],i=e[a+2],c=t[o>>2];o=t[(3&o)<<4|s>>4],s=t[(15&s)<<2|i>>6],i=t[63&i],r[u++]=c+o+s+i}switch(c=0,i=n,e.length-a){case 2:i=t[(15&(c=e[a+1]))<<2]||n;case 1:e=e[a],r[u]=t[e>>2]+t[(3&e)<<4|c>>4]+i+n}return r.join("")}for(t="",r=0,n=e.length-10240;r<n;)t+=String.fromCharCode.apply(null,e.subarray(r,r+=10240));return t+=String.fromCharCode.apply(null,r?e.subarray(r):e),btoa(t)}var ws=/[-_.]/g,hu={"-":"+",_:"/",".":"="};function fu(e){return hu[e]||""}function Vi(e){if(!Gi)return uu(e);ws.test(e)&&(e=e.replace(ws,fu)),e=atob(e);let t=new Uint8Array(e.length);for(let r=0;r<e.length;r++)t[r]=e.charCodeAt(r);return t}function vr(e){return Ni&&e!=null&&e instanceof Uint8Array}var Nt={},lu;function ji(e){if(e!==Nt)throw Error("illegal external caller")}function Lt(){return lu||(lu=new st(null,Nt))}function lo(e){ji(Nt);var t=e.g;return(t=t==null||vr(t)?t:typeof t=="string"?Vi(t):null)==null?t:e.g=t}var st=class{constructor(e,t){if(ji(t),this.g=e,e!=null&&e.length===0)throw Error("ByteString should be constructed with non-empty values")}h(){return new Uint8Array(lo(this)||0)}};function Wi(e,t){e.__closure__error__context__984382||(e.__closure__error__context__984382={}),e.__closure__error__context__984382.severity=t}var du;function Tr(){let e=Error();Wi(e,"incident"),function(t){Ct.setTimeout(()=>{throw t},0)}(e)}function Yn(e){return Wi(e=Error(e),"warning"),e}function po(){return typeof BigInt=="function"}function we(e){return Array.prototype.slice.call(e)}var zt=typeof Symbol=="function"&&typeof Symbol()=="symbol";function br(e){return typeof Symbol=="function"&&typeof Symbol()=="symbol"?Symbol():e}var Ar=br(),Rs=br("0di"),Mn=br("2ex"),or=br("1oa"),Ss=br("0dg"),en=zt?(e,t)=>{e[Ar]|=t}:(e,t)=>{e.G!==void 0?e.G|=t:Object.defineProperties(e,{G:{value:t,configurable:!0,writable:!0,enumerable:!1}})},Vr=zt?(e,t)=>{e[Ar]&=~t}:(e,t)=>{e.G!==void 0&&(e.G&=~t)},J=zt?e=>0|e[Ar]:e=>0|e.G,P=zt?e=>e[Ar]:e=>e.G,q=zt?(e,t)=>{e[Ar]=t}:(e,t)=>{e.G!==void 0?e.G=t:Object.defineProperties(e,{G:{value:t,configurable:!0,writable:!0,enumerable:!1}})};function Ft(e){return en(e,34),e}function pu(e,t){q(t,-30975&(0|e))}function Kn(e,t){q(t,-30941&(34|e))}var mo,wr={},Xi={};function ks(e){return!(!e||typeof e!="object"||e.Ja!==Xi)}function tn(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)&&e.constructor===Object}function go(e,t,r){if(e!=null){if(typeof e=="string")e=e?new st(e,Nt):Lt();else if(e.constructor!==st)if(vr(e))e=e.length?new st(r?e:new Uint8Array(e),Nt):Lt();else{if(!t)throw Error();e=void 0}}return e}function jr(e){return!(!Array.isArray(e)||e.length)&&!!(1&J(e))}var Cs=[];function at(e){if(2&e)throw Error()}q(Cs,55),mo=Object.freeze(Cs);var Wr=class e{constructor(t,r,n){this.l=0,this.g=t,this.h=r,this.m=n}next(){if(this.l<this.g.length){let t=this.g[this.l++];return{done:!1,value:this.h?this.h.call(this.m,t):t}}return{done:!0,value:void 0}}[Symbol.iterator](){return new e(this.g,this.h,this.m)}},lt;function Hi(e,t){(t=lt?t[lt]:void 0)&&(e[lt]=we(t))}var mu=Object.freeze({}),gu=Object.freeze({}),yu=Object.freeze({});function rn(e){return e.Qa=!0,e}var Eu=rn(e=>typeof e=="number"),Ls=rn(e=>typeof e=="string"),xu=rn(e=>typeof e=="boolean"),nn=typeof Ct.BigInt=="function"&&typeof Ct.BigInt(0)=="bigint",zn=rn(e=>nn?e>=vu&&e<=bu:e[0]==="-"?Is(e,_u):Is(e,Tu)),_u=Number.MIN_SAFE_INTEGER.toString(),vu=nn?BigInt(Number.MIN_SAFE_INTEGER):void 0,Tu=Number.MAX_SAFE_INTEGER.toString(),bu=nn?BigInt(Number.MAX_SAFE_INTEGER):void 0;function Is(e,t){if(e.length>t.length)return!1;if(e.length<t.length||e===t)return!0;for(let r=0;r<e.length;r++){let n=e[r],o=t[r];if(n>o)return!1;if(n<o)return!0}}var Au=typeof Uint8Array.prototype.slice=="function",Yi,N=0,ee=0;function Fs(e){let t=e>>>0;N=t,ee=(e-t)/4294967296>>>0}function Gt(e){if(e<0){Fs(-e);let[t,r]=_o(N,ee);N=t>>>0,ee=r>>>0}else Fs(e)}function yo(e){let t=Yi||(Yi=new DataView(new ArrayBuffer(8)));t.setFloat32(0,+e,!0),ee=0,N=t.getUint32(0,!0)}function Eo(e,t){return 4294967296*t+(e>>>0)}function xo(e,t){let r=2147483648&t;return r&&(t=~t>>>0,(e=1+~e>>>0)==0&&(t=t+1>>>0)),e=Eo(e,t),r?-e:e}function Xr(e,t){if(e>>>=0,(t>>>=0)<=2097151)var r=""+(4294967296*t+e);else po()?r=""+(BigInt(t)<<BigInt(32)|BigInt(e)):(e=(16777215&e)+6777216*(r=16777215&(e>>>24|t<<8))+6710656*(t=t>>16&65535),r+=8147497*t,t*=2,e>=1e7&&(r+=e/1e7>>>0,e%=1e7),r>=1e7&&(t+=r/1e7>>>0,r%=1e7),r=t+Ms(r)+Ms(e));return r}function Ms(e){return e=String(e),"0000000".slice(e.length)+e}function on(e){if(e.length<16)Gt(Number(e));else if(po())e=BigInt(e),N=Number(e&BigInt(4294967295))>>>0,ee=Number(e>>BigInt(32)&BigInt(4294967295));else{let t=+(e[0]==="-");ee=N=0;let r=e.length;for(let n=t,o=(r-t)%6+t;o<=r;n=o,o+=6){let s=Number(e.slice(n,o));ee*=1e6,N=1e6*N+s,N>=4294967296&&(ee+=Math.trunc(N/4294967296),ee>>>=0,N>>>=0)}if(t){let[n,o]=_o(N,ee);N=n,ee=o}}}function _o(e,t){return t=~t,e?e=1+~e:t+=1,[e,t]}function _t(e){return e==null||typeof e=="number"?e:e==="NaN"||e==="Infinity"||e==="-Infinity"?Number(e):void 0}function Ki(e){return e==null||typeof e=="boolean"?e:typeof e=="number"?!!e:void 0}var wu=/^-?([1-9][0-9]*|0)(\.[0-9]+)?$/;function sn(e){let t=typeof e;switch(t){case"bigint":return!0;case"number":return Number.isFinite(e)}return t==="string"&&wu.test(e)}function $t(e){if(e==null)return e;if(typeof e=="string"){if(!e)return;e=+e}return typeof e=="number"&&Number.isFinite(e)?0|e:void 0}function Ru(e){if(e==null)return e;if(typeof e=="string"){if(!e)return;e=+e}return typeof e=="number"&&Number.isFinite(e)?e>>>0:void 0}function Os(e){return e[0]!=="-"&&(e.length<20||e.length===20&&Number(e.substring(0,6))<184467)}function vo(e){return e=Math.trunc(e),Number.isSafeInteger(e)||(Gt(e),e=xo(N,ee)),e}function To(e){var t=Math.trunc(Number(e));if(Number.isSafeInteger(t))return String(t);if((t=e.indexOf("."))!==-1&&(e=e.substring(0,t)),!(e[0]==="-"?e.length<20||e.length===20&&Number(e.substring(0,7))>-922337:e.length<19||e.length===19&&Number(e.substring(0,6))<922337))if(on(e),e=N,2147483648&(t=ee))if(po())e=""+(BigInt(0|t)<<BigInt(32)|BigInt(e>>>0));else{let[r,n]=_o(e,t);e="-"+Xr(r,n)}else e=Xr(e,t);return e}function Hr(e){return e==null?e:typeof e=="bigint"?(zn(e)?e=Number(e):(e=BigInt.asIntN(64,e),e=zn(e)?Number(e):String(e)),e):sn(e)?typeof e=="number"?vo(e):To(e):void 0}function Su(e){if(e==null)return e;var t=typeof e;if(t==="bigint")return String(BigInt.asUintN(64,e));if(sn(e)){if(t==="string")return t=Math.trunc(Number(e)),Number.isSafeInteger(t)&&t>=0?e=String(t):((t=e.indexOf("."))!==-1&&(e=e.substring(0,t)),Os(e)||(on(e),e=Xr(N,ee))),e;if(t==="number")return(e=Math.trunc(e))>=0&&Number.isSafeInteger(e)?e:function(r){if(r<0){Gt(r);let n=Xr(N,ee);return r=Number(n),Number.isSafeInteger(r)?r:n}return Os(String(r))?r:(Gt(r),Eo(N,ee))}(e)}}function zi(e){if(typeof e!="string")throw Error();return e}function qt(e){if(e!=null&&typeof e!="string")throw Error();return e}function dt(e){return e==null||typeof e=="string"?e:void 0}function bo(e,t,r,n){if(e!=null&&typeof e=="object"&&e.X===wr)return e;if(!Array.isArray(e))return r?2&n?(e=t[Rs])?t=e:(Ft((e=new t).u),t=t[Rs]=e):t=new t:t=void 0,t;let o=r=J(e);return o===0&&(o|=32&n),o|=2&n,o!==r&&q(e,o),new t(e)}function ku(e,t,r){if(t)e:{if(!sn(t=e))throw Yn("int64");switch(typeof t){case"string":t=To(t);break e;case"bigint":if(e=t=BigInt.asIntN(64,t),Ls(e)){if(!/^\s*(?:-?[1-9]\d*|0)?\s*$/.test(e))throw Error(String(e))}else if(Eu(e)&&!Number.isSafeInteger(e))throw Error(String(e));t=nn?BigInt(t):xu(t)?t?"1":"0":Ls(t)?t.trim()||"0":String(t);break e;default:t=vo(t)}}else t=Hr(e);return typeof(r=(e=t)==null?r?0:void 0:e)=="string"&&(t=+r,Number.isSafeInteger(t))?t:r}function $i(e){if(sr===void 0&&(sr=typeof Proxy=="function"?Zi(Proxy):null),!sr||!Qi())return e;let t=Vt?.get(e);return t||(Math.random()>.01?e:(function(r){if(On===void 0){let n=new sr([],{});On=Array.prototype.concat.call([],n).length===1}On&&typeof Symbol=="function"&&Symbol.isConcatSpreadable&&(r[Symbol.isConcatSpreadable]=!0)}(e),t=new sr(e,{set:(r,n,o)=>(Tr(),r[n]=o,!0)}),function(r,n){(Vt||(Vt=new St)).set(r,n),(qi||(qi=new St)).set(n,r)}(e,t),t))}var Vt,qi,sr,St,On,gr,Yr,Ji,Cu;function Qi(){return St===void 0&&(St=typeof WeakMap=="function"?Zi(WeakMap):null),St}function Zi(e){try{return e.toString().indexOf("[native code]")!==-1?e:null}catch{return null}}function Ao(e,t,r){if(Qi()){if(gr?.get(t)?.get(e)){if(r)return}else if(Math.random()>.01)return;var n=e.length;r={length:n};for(var o=0;o<Math.min(n,10);o++){if(n<=10)var s=o;else{s=n/10;let i=Math.floor(o*s);s=i+Math.floor(Math.random()*(Math.floor((o+1)*s)-i))}r[s]=e[s]}ea(e,r)?((o=(n=gr||(gr=new St)).get(t))||(o=new St,n.set(t,o)),o.set(e,r)):(Tr(),yr(e,t))}}function Kr(e,t){let r=gr?.get(t)?.get(e);r&&!ea(e,r)&&(Tr(),yr(e,t))}function ea(e,t){if(e.length!==t.length)return!1;for(let o in t){var r,n=Number(o);if((r=Number.isInteger(n))&&(r=e[n],n=t[n],r=!(Number.isNaN(r)?Number.isNaN(n):r===n)),r)return!1}return!0}function an(e){if(e&&gr?.has(e)){var t=e.u;if(t)for(let r=0;r<t.length;r++){let n=t[r];if(r===t.length-1&&tn(n))for(let o in n){let s=n[o];Array.isArray(s)&&Kr(s,e)}else Array.isArray(n)&&Kr(n,e)}}}function yr(e,t){gr?.get(t)?.delete(e)}function pt(e,t,r){return e=ta(e,t[0],t[1],r?1:2),t!==Ji&&r&&en(e,16384),e}function ta(e,t,r,n){if(n=n??0,e==null&&(e=Yr),Yr=void 0,e==null){var o=96;r?(e=[r],o|=512):e=[],t&&(o=-33521665&o|(1023&t)<<15)}else{if(!Array.isArray(e))throw Error("narr");if(2048&(o=J(e)))throw Error("farr");if(64&o)return e;if(n===1||n===2||(o|=64),r&&(o|=512,r!==e[0]))throw Error("mid");e:{if(n=(r=e).length){let s=n-1;if(tn(r[s])){if((t=s-(+!!(512&(o|=256))-1))>=1024)throw Error("pvtlmt");o=-33521665&o|(1023&t)<<15;break e}}if(t){if((t=Math.max(t,n-(+!!(512&o)-1)))>1024)throw Error("spvt");o=-33521665&o|(1023&t)<<15}}}return q(e,o),e}var Lu={},Iu=function(){try{return fo(new class extends Map{constructor(){super()}}),!1}catch{return!0}}(),hr=class{constructor(){this.g=new Map}get(t){return this.g.get(t)}set(t,r){return this.g.set(t,r),this.size=this.g.size,this}delete(t){return t=this.g.delete(t),this.size=this.g.size,t}clear(){this.g.clear(),this.size=this.g.size}has(t){return this.g.has(t)}entries(){return this.g.entries()}keys(){return this.g.keys()}values(){return this.g.values()}forEach(t,r){return this.g.forEach(t,r)}[Symbol.iterator](){return this.entries()}},Fu=Iu?(Object.setPrototypeOf(hr.prototype,Map.prototype),Object.defineProperties(hr.prototype,{size:{value:0,configurable:!0,enumerable:!0,writable:!0}}),hr):class extends Map{constructor(){super()}};function Us(e){return e}function Un(e){if(2&e.M)throw Error("Cannot mutate an immutable Map")}var Oe=class extends Fu{constructor(e,t,r=Us,n=Us){super();let o=J(e);o|=64,q(e,o),this.M=o,this.T=t,this.S=r,this.Z=this.T?Mu:n;for(let s=0;s<e.length;s++){let i=e[s],c=r(i[0],!1,!0),a=i[1];t?a===void 0&&(a=null):a=n(i[1],!1,!0,void 0,void 0,o),super.set(c,a)}}pa(e=Ps){if(this.size!==0)return this.Y(e)}Y(e=Ps){let t=[],r=super.entries();for(var n;!(n=r.next()).done;)(n=n.value)[0]=e(n[0]),n[1]=e(n[1]),t.push(n);return t}clear(){Un(this),super.clear()}delete(e){return Un(this),super.delete(this.S(e,!0,!1))}entries(){var e=this.oa();return new Wr(e,Ou,this)}keys(){return this.Ia()}values(){var e=this.oa();return new Wr(e,Oe.prototype.get,this)}forEach(e,t){super.forEach((r,n)=>{e.call(t,this.get(n),n,this)})}set(e,t){return Un(this),(e=this.S(e,!0,!1))==null?this:t==null?(super.delete(e),this):super.set(e,this.Z(t,!0,!0,this.T,!1,this.M))}Oa(e){let t=this.S(e[0],!1,!0);e=e[1],e=this.T?e===void 0?null:e:this.Z(e,!1,!0,void 0,!1,this.M),super.set(t,e)}has(e){return super.has(this.S(e,!1,!1))}get(e){e=this.S(e,!1,!1);let t=super.get(e);if(t!==void 0){var r=this.T;return r?((r=this.Z(t,!1,!0,r,this.ta,this.M))!==t&&super.set(e,r),r):t}}oa(){return Array.from(super.keys())}Ia(){return super.keys()}[Symbol.iterator](){return this.entries()}};function Mu(e,t,r,n,o,s){return e=bo(e,n,r,s),o&&(e=un(e)),e}function Ps(e){return e}function Ou(e){return[e,this.get(e)]}var Uu;function Bs(){return Uu||(Uu=new Oe(Ft([]),void 0,void 0,void 0,Lu))}function wo(e,t,r,n,o){if(e!=null){if(Array.isArray(e))e=jr(e)?void 0:o&&2&J(e)?e:cn(e,t,r,n!==void 0,o);else if(tn(e)){let s={};for(let i in e)s[i]=wo(e[i],t,r,n,o);e=s}else e=t(e,n);return e}}function cn(e,t,r,n,o){let s=n||r?J(e):0;n=n?!!(32&s):void 0;let i=we(e);for(let c=0;c<i.length;c++)i[c]=wo(i[c],t,r,n,o);return r&&(Hi(i,e),r(s,i)),i}function Pu(e){return wo(e,Ro,void 0,void 0,!1)}function Ro(e){return e.X===wr?e.toJSON():e instanceof Oe?e.pa(Pu):function(t){switch(typeof t){case"number":return isFinite(t)?t:String(t);case"bigint":return zn(t)?Number(t):String(t);case"boolean":return t?1:0;case"object":if(t)if(Array.isArray(t)){if(jr(t))return}else{if(vr(t))return As(t);if(t instanceof st){let r=t.g;return r==null?"":typeof r=="string"?r:t.g=As(r)}if(t instanceof Oe)return t.pa()}}return t}(e)}function $n(e,t,r=Kn){if(e!=null){if(Ni&&e instanceof Uint8Array)return t?e:new Uint8Array(e);if(Array.isArray(e)){var n=J(e);return 2&n?e:(t&&(t=n===0||!!(32&n)&&!(64&n||!(16&n))),t?(q(e,-12293&(34|n)),e):cn(e,$n,4&n?Kn:r,!0,!0))}return e.X===wr?(r=e.u,e=2&(n=P(r))?e:So(e,r,n,!0)):e instanceof Oe&&!(2&e.M)&&(r=Ft(e.Y($n)),e=new Oe(r,e.T,e.S,e.Z)),e}}function So(e,t,r,n){return an(e),e=e.constructor,Yr=t=ra(t,r,n),t=new e(t),Yr=void 0,t}function ra(e,t,r){let n=r||2&t?Kn:pu,o=!!(32&t);return e=function(s,i,c){let a=we(s);var u=a.length;let f=256&i?a[u-1]:void 0;for(u+=f?-1:0,i=512&i?1:0;i<u;i++)a[i]=c(a[i]);if(f){i=a[i]={};for(let g in f)i[g]=c(f[g])}return Hi(a,s),a}(e,t,s=>$n(s,o,n)),en(e,32|(r?2:0)),e}function un(e){let t=e.u,r=P(t);return 2&r?So(e,t,r,!1):e}function na(e,t,r,n){return!(4&t)||r!=null&&(!n&&r===0&&(4096&t||8192&t)&&(e.constructor[Ss]=1+(0|e.constructor[Ss]))<5&&Tr(),r!==0&&!(r&t))}function mt(e,t){return Ze(e=e.u,P(e),t)}function Ds(e,t,r,n){if(!((t=n+(+!!(512&t)-1))<0||t>=e.length||t>=r))return e[t]}function Ze(e,t,r,n){if(r===-1)return null;let o=t>>15&1023||536870912;if(!(r>=o)){var s=e.length;return n&&256&t&&(n=e[s-1][r])!=null?(Ds(e,t,o,r)&&Mn!=null&&((t=(e=du??(du={}))[Mn]||0)>=4||(e[Mn]=t+1,Tr())),n):Ds(e,t,o,r)}return 256&t?e[e.length-1][r]:void 0}function G(e,t,r){let n=e.u,o=P(n);return at(o),Y(n,o,t,r),e}function Y(e,t,r,n){let o=t>>15&1023||536870912;if(r>=o){let s,i=t;if(256&t)s=e[e.length-1];else{if(n==null)return i;s=e[o+(+!!(512&t)-1)]={},i|=256}return s[r]=n,r<o&&(e[r+(+!!(512&t)-1)]=void 0),i!==t&&q(e,i),i}return e[r+(+!!(512&t)-1)]=n,256&t&&r in(e=e[e.length-1])&&delete e[r],t}function Jt(e,t,r,n,o){var s=2&t;o=Ze(e,t,r,o),Array.isArray(o)||(o=mo);let i=!(2&n);n=!(1&n);let c=!!(32&t),a=J(o);return a!==0||!c||s||i?1&a||(a|=1,q(o,a)):(a|=33,q(o,a)),s?(e=!1,2&a||(Ft(o),e=!!(4&a)),(n||e)&&Object.freeze(o)):(s=!!(2&a)||!!(2048&a),n&&s?(o=we(o),s=1,c&&!i&&(s|=32),q(o,s),Y(e,t,r,o)):i&&32&a&&!s&&Vr(o,32)),o}function Ur(e,t){e=e.u;let r=P(e),n=Ze(e,r,t),o=_t(n);return o!=null&&o!==n&&Y(e,r,t,o),o}function oa(e){e=e.u;let t=P(e),r=Ze(e,t,1),n=go(r,!0,!!(34&t));return n!=null&&n!==r&&Y(e,t,1,n),n}function wt(){return mu===void 0?2:5}function Rt(e,t,r,n,o,s){let i=e.u,c=P(i);n=2&c?1:n,s=!!s,o=sa(i,c,t,o);var a=J(o),u=o;if(Kr(u,e),n!==2&&n!==1||yr(u,e),na(e,a,void 0,s)){4&a&&(o=we(o),a=It(a,c),c=Y(i,c,t,o));let g=u=0;for(;u<o.length;u++){let p=r(o[u]);p!=null&&(o[g++]=p)}g<u&&(o.length=g),a=-4097&(20|(a=ia(a,c))),q(o,a&=-8193),2&a&&Object.freeze(o)}let f;return n===1||n===4&&32&a?nt(a)||(e=a,(a|=2)!==e&&q(o,a),Object.freeze(o)):(r=n===5&&(!!(32&a)||nt(a)||!!Vt?.get(o)),(n===2||r)&&nt(a)&&(o=we(o),a=jt(a=It(a,c),c,s),q(o,a),c=Y(i,c,t,o)),nt(a)||(t=a,(a=jt(a,c,s))!==t&&q(o,a)),r?(f=$i(o),Ao(o,e,!0)):n!==2||s||Vt?.delete(o)),f||o}function sa(e,t,r,n){return e=Ze(e,t,r,n),Array.isArray(e)?e:mo}function ia(e,t){return e===0&&(e=It(e,t)),1|e}function nt(e){return!!(2&e)&&!!(4&e)||!!(2048&e)}function aa(e){e=we(e);for(let t=0;t<e.length;t++){let r=e[t]=we(e[t]);Array.isArray(r[1])&&(r[1]=Ft(r[1]))}return e}function qn(e,t,r,n){e=e.u;let o=P(e);at(o),Y(e,o,t,(n==="0"?Number(r)===0:r===n)?void 0:r)}function Pn(e,t){var r=$a;return Co(ko(e=e.u),e,P(e),r)===t?t:-1}function ko(e){if(zt)return e[or]??(e[or]=new Map);if(or in e)return e[or];let t=new Map;return Object.defineProperty(e,or,{value:t}),t}function ca(e,t,r,n){let o=ko(e),s=Co(o,e,t,r);return s!==n&&(s&&(t=Y(e,t,s)),o.set(r,n)),t}function Co(e,t,r,n){let o=e.get(n);if(o!=null)return o;o=0;for(let s=0;s<n.length;s++){let i=n[s];Ze(t,r,i)!=null&&(o!==0&&(r=Y(t,r,o)),o=i)}return e.set(n,o),o}function Lo(e,t,r,n){let o,s=P(e);if((n=Ze(e,s,r,n))!=null&&n.X===wr)return(t=un(n))!==n&&Y(e,s,r,t),t.u;if(Array.isArray(n)){let i=J(n);o=2&i?pt(ra(n,i,!1),t,!0):64&i?n:pt(o,t,!0)}else o=pt(void 0,t,!0);return o!==n&&Y(e,s,r,o),o}function ua(e,t,r,n){e=e.u;let o=P(e);return(t=bo(n=Ze(e,o,r,n),t,!1,o))!==n&&t!=null&&Y(e,o,r,t),t}function k(e,t,r,n=!1){if((t=ua(e,t,r,n))==null)return t;if(e=e.u,!(2&(n=P(e)))){let o=un(t);o!==t&&Y(e,n,r,t=o)}return t}function ha(e,t,r,n,o,s,i){let c=e.u;var a=!!(2&t);o=a?1:o,s=!!s,i&&(i=!a),a=sa(c,t,n);var u=J(a),f=a;if(Kr(f,e),o!==2&&o!==1||yr(f,e),!(f=!!(4&u))){var g=a,p=t;let b=!!(2&(u=ia(u,t)));b&&(p|=2);let A=!b,W=!0,C=0,l=0;for(;C<g.length;C++){let _=bo(g[C],r,!1,p);if(_ instanceof r){if(!b){let T=!!(2&J(_.u));A&&(A=!T),W&&(W=T)}g[l++]=_}}l<C&&(g.length=l),u|=4,u=W?16|u:-17&u,q(g,u=A?8|u:-9&u),b&&Object.freeze(g)}if(i&&!(8&u||!a.length&&(o===1||o===4&&32&u))){for(nt(u)?(a=we(a),u=It(u,t),t=Y(c,t,n,a)):yr(a,e),r=a,i=u,g=0;g<r.length;g++)(u=r[g])!==(p=un(u))&&(r[g]=p);i|=8,i=r.length?-17&i:16|i,q(r,i),u=i}let x;return o===1||o===4&&32&u?nt(u)||(e=u,(u|=!a.length||16&u&&(!f||32&u)?2:2048)!==e&&q(a,u),Object.freeze(a)):(f=o===5&&(!!(32&u)||nt(u)||!!Vt?.get(a)),(o===2||f)&&nt(u)&&(a=we(a),u=jt(u=It(u,t),t,s),q(a,u),t=Y(c,t,n,a)),nt(u)||(n=u,(u=jt(u,t,s))!==n&&q(a,u)),f?(x=$i(a),Ao(a,e,!0)):o!==2||s||Vt?.delete(a)),x||a}function it(e,t,r){let n=P(e.u);return ha(e,n,t,r,wt(),!1,!(2&n))}function v(e,t,r,n){return n==null&&(n=void 0),G(e,r,n)}function fr(e,t,r,n){n==null&&(n=void 0);e:{e=e.u;let o=P(e);if(at(o),n==null){let s=ko(e);if(Co(s,e,o,r)!==t)break e;s.set(r,0)}else o=ca(e,o,r,t);Y(e,o,t,n)}}function It(e,t){return-2049&(e=32|(2&t?2|e:-3&e))}function jt(e,t,r){return 32&t&&r||(e&=-33),e}function zr(e,t,r,n){let o=P(e.u);at(o),e=ha(e,o,r,t,2,!0),n=n??new r,e.push(n),2&J(n.u)?Vr(e,8):Vr(e,16)}function Ge(e,t){return e??t}function Me(e,t){return $t(mt(e,t))}function re(e,t){return Ge(Ur(e,t),0)}function Je(e,t){return Ge(dt(mt(e,t)),"")}function Er(e,t,r){if(r!=null&&typeof r!="boolean")throw e=typeof r,Error(`Expected boolean but got ${e!="object"?e:r?Array.isArray(r)?"array":e:"null"}: ${r}`);G(e,t,r)}function Qe(e,t,r){if(r!=null){if(typeof r!="number"||!Number.isFinite(r))throw Yn("int32");r|=0}G(e,t,r)}function y(e,t,r){if(r!=null&&typeof r!="number")throw Error(`Value of float/double field must be a number, found ${typeof r}: ${r}`);G(e,t,r)}function $r(e,t,r){{let c=e.u,a=P(c);if(at(a),r==null)Y(c,a,t);else{r=qi?.get(r)||r;var n,o=J(r),s=o,i=!!(2&o)||Object.isFrozen(r);if((n=!i)&&((n=yu===void 0)||(n=!!au&&gu!==void 0)),na(e,o)){o=21,i&&(r=we(r),s=0,o=jt(o=It(o,a),a,!0));for(let u=0;u<r.length;u++)r[u]=zi(r[u])}n?(r=we(r),s=0,o=jt(o=It(o,a),a,!0)):i||Ao(r,e),o!==s&&q(r,o),Y(c,a,t,r)}}}function hn(e,t,r){at(P(e.u)),Rt(e,t,dt,2,void 0,!0).push(zi(r))}function fa(e,t){return Error(`Invalid wire type: ${e} (at position ${t})`)}function Io(){return Error("Failed to read varint, encoding is invalid.")}function la(e,t){return Error(`Tried to read past the end of the data ${t} > ${e}`)}function Fo(e){if(typeof e=="string")return{buffer:Vi(e),O:!1};if(Array.isArray(e))return{buffer:new Uint8Array(e),O:!1};if(e.constructor===Uint8Array)return{buffer:e,O:!1};if(e.constructor===ArrayBuffer)return{buffer:new Uint8Array(e),O:!1};if(e.constructor===st)return{buffer:lo(e)||new Uint8Array(0),O:!0};if(e instanceof Uint8Array)return{buffer:new Uint8Array(e.buffer,e.byteOffset,e.byteLength),O:!1};throw Error("Type not convertible to a Uint8Array, expected a Uint8Array, an ArrayBuffer, a base64 encoded string, a ByteString or an Array of numbers")}function Mo(e,t){let r,n=0,o=0,s=0,i=e.h,c=e.g;do r=i[c++],n|=(127&r)<<s,s+=7;while(s<32&&128&r);for(s>32&&(o|=(127&r)>>4),s=3;s<32&&128&r;s+=7)r=i[c++],o|=(127&r)<<s;if(kt(e,c),r<128)return t(n>>>0,o>>>0);throw Io()}function Oo(e){let t=0,r=e.g,n=r+10,o=e.h;for(;r<n;){let s=o[r++];if(t|=s,(128&s)==0)return kt(e,r),!!(127&t)}throw Io()}function gt(e){let t=e.h,r=e.g,n=t[r++],o=127&n;if(128&n&&(n=t[r++],o|=(127&n)<<7,128&n&&(n=t[r++],o|=(127&n)<<14,128&n&&(n=t[r++],o|=(127&n)<<21,128&n&&(n=t[r++],o|=n<<28,128&n&&128&t[r++]&&128&t[r++]&&128&t[r++]&&128&t[r++]&&128&t[r++])))))throw Io();return kt(e,r),o}function yt(e){return gt(e)>>>0}function Jn(e){var t=e.h;let r=e.g,n=t[r],o=t[r+1],s=t[r+2];return t=t[r+3],kt(e,e.g+4),(n<<0|o<<8|s<<16|t<<24)>>>0}function Qn(e){var t=Jn(e);e=2*(t>>31)+1;let r=t>>>23&255;return t&=8388607,r==255?t?NaN:e*(1/0):r==0?1401298464324817e-60*e*t:e*Math.pow(2,r-150)*(t+8388608)}function Bu(e){return gt(e)}function Bn(e,t,{ca:r=!1}={}){e.ca=r,t&&(t=Fo(t),e.h=t.buffer,e.m=t.O,e.j=0,e.l=e.h.length,e.g=e.j)}function kt(e,t){if(e.g=t,t>e.l)throw la(e.l,t)}function da(e,t){if(t<0)throw Error(`Tried to read a negative byte length: ${t}`);let r=e.g,n=r+t;if(n>e.l)throw la(t,e.l-r);return e.g=n,r}function pa(e,t){if(t==0)return Lt();var r=da(e,t);return e.ca&&e.m?r=e.h.subarray(r,r+t):(e=e.h,r=r===(t=r+t)?new Uint8Array(0):Au?e.slice(r,t):new Uint8Array(e.subarray(r,t))),r.length==0?Lt():new st(r,Nt)}Oe.prototype.toJSON=void 0,Oe.prototype.Ja=Xi;var Ns=[];function ma(e){var t=e.g;if(t.g==t.l)return!1;e.l=e.g.g;var r=yt(e.g);if(t=r>>>3,!((r&=7)>=0&&r<=5))throw fa(r,e.l);if(t<1)throw Error(`Invalid field number: ${t} (at position ${e.l})`);return e.m=t,e.h=r,!0}function Pr(e){switch(e.h){case 0:e.h!=0?Pr(e):Oo(e.g);break;case 1:kt(e=e.g,e.g+8);break;case 2:if(e.h!=2)Pr(e);else{var t=yt(e.g);kt(e=e.g,e.g+t)}break;case 5:kt(e=e.g,e.g+4);break;case 3:for(t=e.m;;){if(!ma(e))throw Error("Unmatched start-group tag: stream EOF");if(e.h==4){if(e.m!=t)throw Error("Unmatched end-group tag");break}Pr(e)}break;default:throw fa(e.h,e.l)}}function Rr(e,t,r){let n=e.g.l,o=yt(e.g),s=e.g.g+o,i=s-n;if(i<=0&&(e.g.l=s,r(t,e,void 0,void 0,void 0),i=s-e.g.g),i)throw Error(`Message parsing ended unexpectedly. Expected to read ${o} bytes, instead read ${o-i} bytes, either the data ended unexpectedly or the message misreported its own length`);return e.g.g=s,e.g.l=n,t}function Uo(e){var t=yt(e.g),r=da(e=e.g,t);if(e=e.h,ou){var n,o=e;(n=In)||(n=In=new TextDecoder("utf-8",{fatal:!0})),t=r+t,o=r===0&&t===o.length?o:o.subarray(r,t);try{var s=n.decode(o)}catch(c){if(Lr===void 0){try{n.decode(new Uint8Array([128]))}catch{}try{n.decode(new Uint8Array([97])),Lr=!0}catch{Lr=!1}}throw!Lr&&(In=void 0),c}}else{t=(s=r)+t,r=[];let c,a=null;for(;s<t;){var i=e[s++];i<128?r.push(i):i<224?s>=t?At():(c=e[s++],i<194||(192&c)!=128?(s--,At()):r.push((31&i)<<6|63&c)):i<240?s>=t-1?At():(c=e[s++],(192&c)!=128||i===224&&c<160||i===237&&c>=160||(192&(n=e[s++]))!=128?(s--,At()):r.push((15&i)<<12|(63&c)<<6|63&n)):i<=244?s>=t-2?At():(c=e[s++],(192&c)!=128||c-144+(i<<28)>>30||(192&(n=e[s++]))!=128||(192&(o=e[s++]))!=128?(s--,At()):(i=(7&i)<<18|(63&c)<<12|(63&n)<<6|63&o,i-=65536,r.push(55296+(i>>10&1023),56320+(1023&i)))):At(),r.length>=8192&&(a=Ts(a,r),r.length=0)}s=Ts(a,r)}return s}function ga(e){let t=yt(e.g);return pa(e.g,t)}function fn(e,t,r){var n=yt(e.g);for(n=e.g.g+n;e.g.g<n;)r.push(t(e.g))}var Ir=[],qr;function je(e,t,r){t.g?t.m(e,t.g,t.h,r,!0):t.m(e,t.h,r,!0)}var m=class{constructor(e,t){this.u=ta(e,t)}toJSON(){return ya(this)}l(){var e=y1;return e.g?e.l(this,e.g,e.h,!0):e.l(this,e.h,e.defaultValue,!0)}clone(){let e=this.u;return So(this,e,P(e),!1)}O(){return!!(2&J(this.u))}};function ya(e){an(e),e=qr?e.u:cn(e.u,Ro,void 0,void 0,!1);{var t=!qr;let u=e.length;if(u){var r=e[u-1],n=tn(r);n?u--:r=void 0;var o=e;if(n){e:{var s,i=r,c=!1;if(i)for(let f in i)isNaN(+f)?(s??(s={}))[f]=i[f]:(n=i[f],Array.isArray(n)&&(jr(n)||ks(n)&&n.size===0)&&(n=null),n==null&&(c=!0),n!=null&&((s??(s={}))[f]=n));if(c||(s=i),s)for(let f in s){c=s;break e}c=null}i=c==null?r!=null:c!==r}for(;u>0&&((s=o[u-1])==null||jr(s)||ks(s)&&s.size===0);u--)var a=!0;(o!==e||i||a)&&(t?(a||i||c)&&(o.length=u):o=Array.prototype.slice.call(o,0,u),c&&o.push(c)),a=o}else a=e}return a}function Gs(e){return e?/^\d+$/.test(e)?(on(e),new Zn(N,ee)):null:Du||(Du=new Zn(0,0))}m.prototype.X=wr,m.prototype.toString=function(){try{return qr=!0,ya(this).toString()}finally{qr=!1}};var Zn=class{constructor(e,t){this.h=e>>>0,this.g=t>>>0}},Du;function Vs(e){return e?/^-?\d+$/.test(e)?(on(e),new eo(N,ee)):null:Nu||(Nu=new eo(0,0))}var eo=class{constructor(e,t){this.h=e>>>0,this.g=t>>>0}},Nu;function Bt(e,t,r){for(;r>0||t>127;)e.g.push(127&t|128),t=(t>>>7|r<<25)>>>0,r>>>=7;e.g.push(t)}function Sr(e,t){for(;t>127;)e.g.push(127&t|128),t>>>=7;e.g.push(t)}function ln(e,t){if(t>=0)Sr(e,t);else{for(let r=0;r<9;r++)e.g.push(127&t|128),t>>=7;e.g.push(1)}}function xr(e,t){e.g.push(t>>>0&255),e.g.push(t>>>8&255),e.g.push(t>>>16&255),e.g.push(t>>>24&255)}function Wt(e,t){t.length!==0&&(e.l.push(t),e.h+=t.length)}function Ue(e,t,r){Sr(e.g,8*t+r)}function Po(e,t){return Ue(e,t,2),t=e.g.end(),Wt(e,t),t.push(e.h),t}function Bo(e,t){var r=t.pop();for(r=e.h+e.g.length()-r;r>127;)t.push(127&r|128),r>>>=7,e.h++;t.push(r),e.h++}function dn(e,t,r){Ue(e,t,2),Sr(e.g,r.length),Wt(e,e.g.end()),Wt(e,r)}function Jr(e,t,r,n){r!=null&&(t=Po(e,t),n(r,e),Bo(e,t))}function We(){let e=class{constructor(){throw Error()}};return Object.setPrototypeOf(e,e.prototype),e}var Do=We(),Ea=We(),No=We(),Go=We(),xa=We(),Vo=We(),_a=We(),va=We(),Qt=class{constructor(e,t,r){this.g=e,this.h=t,e=Do,this.l=!!e&&r===e||!1}};function pn(e,t){return new Qt(e,t,Do)}function Ta(e,t,r,n,o){Jr(e,r,Ra(t,n),o)}var Gu=pn(function(e,t,r,n,o){return e.h===2&&(Rr(e,Lo(t,n,r),o),!0)},Ta),Vu=pn(function(e,t,r,n,o){return e.h===2&&(Rr(e,Lo(t,n,r,!0),o),!0)},Ta),mn=Symbol(),jo=Symbol(),js=Symbol(),Ws=Symbol(),ba,Aa;function Mt(e,t,r,n){var o=n[e];if(o)return o;(o={}).W=function(g){switch(typeof g){case"boolean":return Ji||(Ji=[0,void 0,!0]);case"number":return g>0?void 0:g===0?Cu||(Cu=[0,void 0]):[-g,void 0];case"string":return[0,g];case"object":return g}}(n[0]);var s=n[1];let i=1;s&&s.constructor===Object&&(o.ia=s,typeof(s=n[++i])=="function"&&(o.na=!0,ba??(ba=s),Aa??(Aa=n[i+1]),s=n[i+=2]));let c={};for(;s&&Array.isArray(s)&&s.length&&typeof s[0]=="number"&&s[0]>0;){for(var a=0;a<s.length;a++)c[s[a]]=s;s=n[++i]}for(a=1;s!==void 0;){let g;typeof s=="number"&&(a+=s,s=n[++i]);var u=void 0;if(s instanceof Qt?g=s:(g=Gu,i--),g?.l){s=n[++i],u=n;var f=i;typeof s=="function"&&(s=s(),u[f]=s),u=s}for(f=a+1,typeof(s=n[++i])=="number"&&s<0&&(f-=s,s=n[++i]);a<f;a++){let p=c[a];u?r(o,a,g,u,p):t(o,a,g,p)}}return n[e]=o}function wa(e){return Array.isArray(e)?e[0]instanceof Qt?e:[Vu,e]:[e,void 0]}function Ra(e,t){return e instanceof m?(an(e),e.u):Array.isArray(e)?pt(e,t,!1):void 0}function Wo(e,t,r,n){let o=r.g;e[t]=n?(s,i,c)=>o(s,i,c,n):o}function Xo(e,t,r,n,o){let s=r.g,i,c;e[t]=(a,u,f)=>s(a,u,f,c||(c=Mt(jo,Wo,Xo,n).W),i||(i=Ho(n)),o)}function Ho(e){let t=e[js];if(t!=null)return t;let r=Mt(jo,Wo,Xo,e);return t=r.na?(n,o)=>ba(n,o,r):(n,o)=>{let s=P(n);for(;ma(o)&&o.h!=4;){var i=o.m,c=r[i];if(c==null){var a=r.ia;a&&(a=a[i])&&(a=ju(a))!=null&&(c=r[i]=a)}c!=null&&c(o,n,i)||(i=(c=o).l,Pr(c),c.ha?c=void 0:(a=c.g.g-i,c.g.g=i,c=pa(c.g,a)),i=n,c&&(lt||(lt=Symbol()),(a=i[lt])?a.push(c):i[lt]=[c]))}return 16384&s&&Ft(n),!0},e[js]=t}function ju(e){let t=(e=wa(e))[0].g;if(e=e[1]){let r=Ho(e),n=Mt(jo,Wo,Xo,e).W;return(o,s,i)=>t(o,s,i,n,r)}return t}function gn(e,t,r){e[t]=r.h}function yn(e,t,r,n){let o,s,i=r.h;e[t]=(c,a,u)=>i(c,a,u,s||(s=Mt(mn,gn,yn,n).W),o||(o=Sa(n)))}function Sa(e){let t=e[Ws];if(!t){let r=Mt(mn,gn,yn,e);t=(n,o)=>ka(n,o,r),e[Ws]=t}return t}function ka(e,t,r){for(var n=J(e),o=+!!(512&n)-1,s=e.length,i=512&n?1:0,c=s+(256&n?-1:0);i<c;i++){let a=e[i];if(a==null)continue;let u=i-o,f=Xs(r,u);f&&f(t,a,u)}if(256&n){n=e[s-1];for(let a in n)o=+a,Number.isNaN(o)||(s=n[o])!=null&&(c=Xs(r,o))&&c(t,s,o)}if(e=lt?e[lt]:void 0)for(Wt(t,t.g.end()),r=0;r<e.length;r++)Wt(t,lo(e[r])||new Uint8Array(0))}function Xs(e,t){var r=e[t];if(r)return r;if((r=e.ia)&&(r=r[t])){var n=(r=wa(r))[0].h;if(r=r[1]){let o=Sa(r),s=Mt(mn,gn,yn,r).W;r=e.na?Aa(s,o):(i,c,a)=>n(i,c,a,s,o)}else r=n;return e[t]=r}}function Zt(e,t){if(Array.isArray(t)){var r=J(t);if(4&r)return t;for(var n=0,o=0;n<t.length;n++){let s=e(t[n]);s!=null&&(t[o++]=s)}return o<n&&(t.length=o),q(t,-12289&(5|r)),2&r&&Object.freeze(t),t}}function Ee(e,t,r){return new Qt(e,t,r)}function er(e,t,r){return new Qt(e,t,r)}function xe(e,t,r){Y(e,P(e),t,r)}var Wu=pn(function(e,t,r,n,o){return e.h===2&&(e=Rr(e,pt([void 0,void 0],n,!0),o),at(n=P(t)),(o=Ze(t,n,r))instanceof Oe?2&o.M?((o=o.Y()).push(e),Y(t,n,r,o)):o.Oa(e):Array.isArray(o)?(2&J(o)&&Y(t,n,r,o=aa(o)),o.push(e)):Y(t,n,r,[e]),!0)},function(e,t,r,n,o){if(t instanceof Oe)t.forEach((s,i)=>{Jr(e,r,pt([i,s],n,!1),o)});else if(Array.isArray(t))for(let s=0;s<t.length;s++){let i=t[s];Array.isArray(i)&&Jr(e,r,pt(i,n,!1),o)}});function Ca(e,t,r){if(t=function(n){if(n==null)return n;let o=typeof n;if(o==="bigint")return String(BigInt.asIntN(64,n));if(sn(n)){if(o==="string")return To(n);if(o==="number")return vo(n)}}(t),t!=null&&(typeof t=="string"&&Vs(t),t!=null))switch(Ue(e,r,0),typeof t){case"number":e=e.g,Gt(t),Bt(e,N,ee);break;case"bigint":r=BigInt.asUintN(64,t),r=new eo(Number(r&BigInt(4294967295)),Number(r>>BigInt(32))),Bt(e.g,r.h,r.g);break;default:r=Vs(t),Bt(e.g,r.h,r.g)}}function La(e,t,r){(t=$t(t))!=null&&t!=null&&(Ue(e,r,0),ln(e.g,t))}function Ia(e,t,r){(t=Ki(t))!=null&&(Ue(e,r,0),e.g.g.push(t?1:0))}function Fa(e,t,r){(t=dt(t))!=null&&dn(e,r,Ui(t))}function Ma(e,t,r,n,o){Jr(e,r,Ra(t,n),o)}function Oa(e,t,r){(t=t==null||typeof t=="string"||vr(t)||t instanceof st?t:void 0)!=null&&dn(e,r,Fo(t).buffer)}function Ua(e,t,r){return(e.h===5||e.h===2)&&(t=Jt(t,P(t),r,2,!1),e.h==2?fn(e,Qn,t):t.push(Qn(e.g)),!0)}var rt=Ee(function(e,t,r){if(e.h!==1)return!1;var n=e.g;e=Jn(n);let o=Jn(n);n=2*(o>>31)+1;let s=o>>>20&2047;return e=4294967296*(1048575&o)+e,xe(t,r,s==2047?e?NaN:n*(1/0):s==0?5e-324*n*e:n*Math.pow(2,s-1075)*(e+4503599627370496)),!0},function(e,t,r){(t=_t(t))!=null&&(Ue(e,r,1),e=e.g,(r=Yi||(Yi=new DataView(new ArrayBuffer(8)))).setFloat64(0,+t,!0),N=r.getUint32(0,!0),ee=r.getUint32(4,!0),xr(e,N),xr(e,ee))},We()),ce=Ee(function(e,t,r){return e.h===5&&(xe(t,r,Qn(e.g)),!0)},function(e,t,r){(t=_t(t))!=null&&(Ue(e,r,5),e=e.g,yo(t),xr(e,N))},Vo),Xu=er(Ua,function(e,t,r){if((t=Zt(_t,t))!=null)for(let i=0;i<t.length;i++){var n=e,o=r,s=t[i];s!=null&&(Ue(n,o,5),n=n.g,yo(s),xr(n,N))}},Vo),Yo=er(Ua,function(e,t,r){if((t=Zt(_t,t))!=null&&t.length){Ue(e,r,2),Sr(e.g,4*t.length);for(let n=0;n<t.length;n++)r=e.g,yo(t[n]),xr(r,N)}},Vo),Et=Ee(function(e,t,r){return e.h===0&&(xe(t,r,Mo(e.g,xo)),!0)},Ca,xa),Dn=Ee(function(e,t,r){return e.h===0&&(xe(t,r,(e=Mo(e.g,xo))===0?void 0:e),!0)},Ca,xa),Hu=Ee(function(e,t,r){return e.h===0&&(xe(t,r,Mo(e.g,Eo)),!0)},function(e,t,r){if((t=Su(t))!=null&&(typeof t=="string"&&Gs(t),t!=null))switch(Ue(e,r,0),typeof t){case"number":e=e.g,Gt(t),Bt(e,N,ee);break;case"bigint":r=BigInt.asUintN(64,t),r=new Zn(Number(r&BigInt(4294967295)),Number(r>>BigInt(32))),Bt(e.g,r.h,r.g);break;default:r=Gs(t),Bt(e.g,r.h,r.g)}},We()),te=Ee(function(e,t,r){return e.h===0&&(xe(t,r,gt(e.g)),!0)},La,Go),En=er(function(e,t,r){return(e.h===0||e.h===2)&&(t=Jt(t,P(t),r,2,!1),e.h==2?fn(e,gt,t):t.push(gt(e.g)),!0)},function(e,t,r){if((t=Zt($t,t))!=null&&t.length){r=Po(e,r);for(let n=0;n<t.length;n++)ln(e.g,t[n]);Bo(e,r)}},Go),Pt=Ee(function(e,t,r){return e.h===0&&(xe(t,r,(e=gt(e.g))===0?void 0:e),!0)},La,Go),$=Ee(function(e,t,r){return e.h===0&&(xe(t,r,Oo(e.g)),!0)},Ia,Ea),lr=Ee(function(e,t,r){return e.h===0&&(xe(t,r,(e=Oo(e.g))===!1?void 0:e),!0)},Ia,Ea),le=er(function(e,t,r){if(e.h!==2)return!1;e=Uo(e);let n=P(t);return at(n),Jt(t,n,r,2).push(e),!0},function(e,t,r){if((t=Zt(dt,t))!=null)for(let i=0;i<t.length;i++){var n=e,o=r,s=t[i];s!=null&&dn(n,o,Ui(s))}},No),ft=Ee(function(e,t,r){return e.h===2&&(xe(t,r,(e=Uo(e))===""?void 0:e),!0)},Fa,No),U=Ee(function(e,t,r){return e.h===2&&(xe(t,r,Uo(e)),!0)},Fa,No),ae=function(e,t,r=Do){return new Qt(e,t,r)}(function(e,t,r,n,o){if(e.h!==2)return!1;n=pt(void 0,n,!0);let s=P(t);at(s);let i=Jt(t,s,r,3);return s=P(t),4&J(i)&&(i=we(i),q(i,-2079&(1|J(i))),Y(t,s,r,i)),i.push(n),Rr(e,n,o),!0},function(e,t,r,n,o){if(Array.isArray(t))for(let s=0;s<t.length;s++)Ma(e,t[s],r,n,o)}),B=pn(function(e,t,r,n,o,s){return e.h===2&&(ca(t,J(t),s,r),Rr(e,t=Lo(t,n,r),o),!0)},Ma),Pa=Ee(function(e,t,r){return e.h===2&&(xe(t,r,ga(e)),!0)},Oa,_a),Yu=er(function(e,t,r){return(e.h===0||e.h===2)&&(t=Jt(t,P(t),r,2,!1),e.h==2?fn(e,yt,t):t.push(yt(e.g)),!0)},function(e,t,r){if((t=Zt(Ru,t))!=null)for(let i=0;i<t.length;i++){var n=e,o=r,s=t[i];s!=null&&(Ue(n,o,0),Sr(n.g,s))}},We()),Ve=Ee(function(e,t,r){return e.h===0&&(xe(t,r,gt(e.g)),!0)},function(e,t,r){(t=$t(t))!=null&&(t=parseInt(t,10),Ue(e,r,0),ln(e.g,t))},va),to=class{constructor(t,r){this.h=t,this.g=r,this.l=k,this.m=v,this.defaultValue=void 0}};function Xe(e,t){return new to(e,t)}function vt(e,t){return(r,n)=>{if(Ir.length){let s=Ir.pop();s.o(n),Bn(s.g,r,n),r=s}else r=new class{constructor(s,i){if(Ns.length){let c=Ns.pop();Bn(c,s,i),s=c}else s=new class{constructor(c,a){this.h=null,this.m=!1,this.g=this.l=this.j=0,Bn(this,c,a)}clear(){this.h=null,this.m=!1,this.g=this.l=this.j=0,this.ca=!1}}(s,i);this.g=s,this.l=this.g.g,this.h=this.m=-1,this.o(i)}o({ha:s=!1}={}){this.ha=s}}(r,n);try{let s=new e,i=s.u;Ho(t)(i,r);var o=s}finally{r.g.clear(),r.m=-1,r.h=-1,Ir.length<100&&Ir.push(r)}return o}}function xn(e){return function(){an(this);let t=new class{constructor(){this.l=[],this.h=0,this.g=new class{constructor(){this.g=[]}length(){return this.g.length}end(){let i=this.g;return this.g=[],i}}}};ka(this.u,t,Mt(mn,gn,yn,e)),Wt(t,t.g.end());let r=new Uint8Array(t.h),n=t.l,o=n.length,s=0;for(let i=0;i<o;i++){let c=n[i];r.set(c,s),s+=c.length}return t.l=[r],r}}var Hs=class extends m{constructor(e){super(e)}},Ys=[0,ft,Ee(function(e,t,r){return e.h===2&&(xe(t,r,(e=ga(e))===Lt()?void 0:e),!0)},function(e,t,r){if(t!=null){if(t instanceof m){let n=t.Ra;return void(n&&(t=n(t),t!=null&&dn(e,r,Fo(t).buffer)))}if(Array.isArray(t))return}Oa(e,t,r)},_a)],Nn,Ks=globalThis.trustedTypes;function zs(e){Nn===void 0&&(Nn=function(){let r=null;if(!Ks)return r;try{let n=o=>o;r=Ks.createPolicy("goog#html",{createHTML:n,createScript:n,createScriptURL:n})}catch{}return r}());var t=Nn;return new class{constructor(r){this.g=r}toString(){return this.g+""}}(t?t.createScriptURL(e):e)}function Ku(e,...t){if(t.length===0)return zs(e[0]);let r=e[0];for(let n=0;n<t.length;n++)r+=encodeURIComponent(t[n])+e[n+1];return zs(r)}var Ba=[0,te,Ve,$,-1,En,Ve,-1],zu=class extends m{constructor(){super()}},Da=[0,$,U,$,Ve,-1,er(function(e,t,r){return(e.h===0||e.h===2)&&(t=Jt(t,P(t),r,2,!1),e.h==2?fn(e,Bu,t):t.push(gt(e.g)),!0)},function(e,t,r){if((t=Zt($t,t))!=null&&t.length){r=Po(e,r);for(let n=0;n<t.length;n++)ln(e.g,t[n]);Bo(e,r)}},va),U,-1,[0,$,-1],Ve,$,-1],Na=[0,U,-2],$s=class extends m{constructor(){super()}},Ga=[0],Va=[0,te,$,1,$,-3],Re=class extends m{constructor(e){super(e,2)}},se={};se[336783863]=[0,U,$,-1,te,[0,[1,2,3,4,5,6,7],B,Ga,B,Da,B,Na,B,Va,B,Ba,B,[0,U,-2],B,[0,U,Ve]],[0,U],$,[0,[1,3],[2,4],B,[0,En],-1,B,[0,le],-1,ae,[0,U,-1]],U];var qs=[0,Dn,-1,lr,-3,Dn,En,ft,Pt,Dn,-1,lr,Pt,lr,-2,ft];function Se(e,t){qn(e,2,qt(t),"")}function V(e,t){hn(e,3,t)}function R(e,t){hn(e,4,t)}var pe=class extends m{constructor(e){super(e,500)}o(e){return v(this,0,7,e)}},dr=[-1,{}],Js=[0,U,1,dr],Qs=[0,U,le,dr];function ke(e,t){zr(e,1,pe,t)}function j(e,t){hn(e,10,t)}function L(e,t){hn(e,15,t)}var _e=class extends m{constructor(e){super(e,500)}o(e){return v(this,0,1001,e)}},ja=[-500,ae,[-500,ft,-1,le,-3,[-2,se,$],ae,Ys,Pt,-1,Js,Qs,ae,[0,ft,lr],ft,qs,Pt,le,987,le],4,ae,[-500,U,-1,[-1,{}],998,U],ae,[-500,U,le,-1,[-2,{},$],997,le,-1],Pt,ae,[-500,U,le,dr,998,le],le,Pt,Js,Qs,ae,[0,ft,-1,dr],le,-2,qs,ft,-1,lr,979,dr,ae,Ys];_e.prototype.g=xn(ja);var $u=vt(_e,ja),qu=class extends m{constructor(e){super(e)}},Wa=class extends m{constructor(e){super(e)}g(){return it(this,qu,1)}},Xa=[0,ae,[0,te,ce,U,-1]],_n=vt(Wa,Xa),Ju=class extends m{constructor(e){super(e)}},Qu=class extends m{constructor(e){super(e)}},Gn=class extends m{constructor(e){super(e)}h(){return k(this,Ju,2)}g(){return it(this,Qu,5)}},Ha=vt(class extends m{constructor(e){super(e)}},[0,le,En,Yo,[0,Ve,[0,te,-3],[0,ce,-3],[0,te,-1,[0,ae,[0,te,-2]]],ae,[0,ce,-1,U,ce]],U,-1,Et,ae,[0,te,ce],le,Et]),Ya=class extends m{constructor(e){super(e)}},Dt=vt(class extends m{constructor(e){super(e)}},[0,ae,[0,ce,-4]]),Ka=class extends m{constructor(e){super(e)}},kr=vt(class extends m{constructor(e){super(e)}},[0,ae,[0,ce,-4]]),Zu=class extends m{constructor(e){super(e)}},e1=[0,te,-1,Yo,Ve],za=class extends m{constructor(){super()}};za.prototype.g=xn([0,ce,-4,Et]);var t1=class extends m{constructor(e){super(e)}},r1=vt(class extends m{constructor(e){super(e)}},[0,ae,[0,1,te,U,Xa],Et]),Zs=class extends m{constructor(e){super(e)}},n1=class extends m{constructor(e){super(e)}qa(){let e=oa(this);return e??Lt()}},o1=class extends m{constructor(e){super(e)}},$a=[1,2],s1=vt(class extends m{constructor(e){super(e)}},[0,ae,[0,$a,B,[0,Yo],B,[0,Pa],te,U],Et]),Ko=class extends m{constructor(e){super(e)}},qa=[0,U,te,ce,le,-1],ei=class extends m{constructor(e){super(e)}},i1=[0,$,-1],ti=class extends m{constructor(e){super(e)}},Br=[1,2,3,4,5],Qr=class extends m{constructor(e){super(e)}g(){return oa(this)!=null}h(){return dt(mt(this,2))!=null}},K=class extends m{constructor(e){super(e)}g(){return Ki(mt(this,2))??!1}},Ja=[0,Pa,U,[0,te,Et,-1],[0,Hu,Et]],ne=[0,Ja,$,[0,Br,B,Va,B,Da,B,Ba,B,Ga,B,Na],Ve],vn=class extends m{constructor(e){super(e)}},zo=[0,ne,ce,-1,te],a1=Xe(502141897,vn);se[502141897]=zo;var c1=vt(class extends m{constructor(e){super(e)}},[0,[0,Ve,-1,Xu,Yu],e1]),Qa=class extends m{constructor(e){super(e)}},Za=class extends m{constructor(e){super(e)}},$o=[0,ne,ce,[0,ne],$],ec=[0,ne,zo,$o,ce,[0,[0,Ja]]],u1=Xe(508968150,Za);se[508968150]=ec,se[508968149]=$o;var tc=class extends m{constructor(e){super(e)}},h1=Xe(513916220,tc);se[513916220]=[0,ne,ec,te];var Ot=class extends m{constructor(e){super(e)}h(){return k(this,Ko,2)}g(){G(this,2)}},rc=[0,ne,qa];se[478825465]=rc;var f1=class extends m{constructor(e){super(e)}},nc=class extends m{constructor(e){super(e)}},qo=class extends m{constructor(e){super(e)}},Jo=class extends m{constructor(e){super(e)}},oc=class extends m{constructor(e){super(e)}},ri=[0,ne,[0,ne],rc,-1],sc=[0,ne,ce,te],Qo=[0,ne,ce],ic=[0,ne,sc,Qo,ce],l1=Xe(479097054,oc);se[479097054]=[0,ne,ic,ri],se[463370452]=ri,se[464864288]=sc;var d1=Xe(462713202,Jo);se[462713202]=ic,se[474472470]=Qo;var p1=class extends m{constructor(e){super(e)}},ac=class extends m{constructor(e){super(e)}},cc=class extends m{constructor(e){super(e)}},uc=class extends m{constructor(){super()}},Zo=[0,ne,ce,-1,te],ro=[0,ne,ce,$];uc.prototype.g=xn([0,ne,Qo,[0,ne],zo,$o,Zo,ro]);var hc=class extends m{constructor(e){super(e)}},m1=Xe(456383383,hc);se[456383383]=[0,ne,qa];var fc=class extends m{constructor(e){super(e)}},g1=Xe(476348187,fc);se[476348187]=[0,ne,i1];var lc=class extends m{constructor(e){super(e)}},ni=class extends m{constructor(e){super(e)}},dc=[0,Ve,-1],y1=Xe(458105876,class extends m{constructor(e){super(e)}g(){var e=this.u;let t=P(e),r=2&t;return e=function(n,o,s){var i=ni;let c=2&o,a=!1;if(s==null){if(c)return Bs();s=[]}else if(s.constructor===Oe){if(!(2&s.M)||c)return s;s=s.Y()}else Array.isArray(s)?a=!!(2&J(s)):s=[];if(c){if(!s.length)return Bs();a||(a=!0,Ft(s))}else a&&(a=!1,s=aa(s));return a||(64&J(s)?Vr(s,32):32&o&&en(s,32)),Y(n,o,2,i=new Oe(s,i,ku,void 0)),i}(e,t,Ze(e,t,2)),!r&&ni&&(e.ta=!0),e}});se[458105876]=[0,dc,Wu,[!0,Et,[0,U,-1,le]]];var es=class extends m{constructor(e){super(e)}},pc=Xe(458105758,es);se[458105758]=[0,ne,U,dc];var mc=class extends m{constructor(e){super(e)}},E1=Xe(443442058,mc);se[443442058]=[0,ne,U,te,ce,le,-1],se[514774813]=Zo;var gc=class extends m{constructor(e){super(e)}},x1=Xe(516587230,gc);function no(e,t){return t=t?t.clone():new Ko,e.displayNamesLocale!==void 0?G(t,1,qt(e.displayNamesLocale)):e.displayNamesLocale===void 0&&G(t,1),e.maxResults!==void 0?Qe(t,2,e.maxResults):"maxResults"in e&&G(t,2),e.scoreThreshold!==void 0?y(t,3,e.scoreThreshold):"scoreThreshold"in e&&G(t,3),e.categoryAllowlist!==void 0?$r(t,4,e.categoryAllowlist):"categoryAllowlist"in e&&G(t,4),e.categoryDenylist!==void 0?$r(t,5,e.categoryDenylist):"categoryDenylist"in e&&G(t,5),t}function ts(e,t=-1,r=""){return{categories:e.map(n=>({index:Ge(Me(n,1),0)??-1,score:re(n,2)??0,categoryName:Je(n,3)??"",displayName:Je(n,4)??""})),headIndex:t,headName:r}}function yc(e){var t=Rt(e,3,_t,wt()),r=Rt(e,2,$t,wt()),n=Rt(e,1,dt,wt()),o=Rt(e,9,dt,wt());let s={categories:[],keypoints:[]};for(let i=0;i<t.length;i++)s.categories.push({score:t[i],index:r[i]??-1,categoryName:n[i]??"",displayName:o[i]??""});if((t=k(e,Gn,4)?.h())&&(s.boundingBox={originX:Me(t,1)??0,originY:Me(t,2)??0,width:Me(t,3)??0,height:Me(t,4)??0,angle:0}),k(e,Gn,4)?.g().length)for(let i of k(e,Gn,4).g())s.keypoints.push({x:Ur(i,1)??0,y:Ur(i,2)??0,score:Ur(i,4)??0,label:dt(mt(i,3))??""});return s}function Tn(e){let t=[];for(let r of it(e,Ka,1))t.push({x:re(r,1)??0,y:re(r,2)??0,z:re(r,3)??0,visibility:re(r,4)??0});return t}function pr(e){let t=[];for(let r of it(e,Ya,1))t.push({x:re(r,1)??0,y:re(r,2)??0,z:re(r,3)??0,visibility:re(r,4)??0});return t}function oi(e){return Array.from(e,t=>t>127?t-256:t)}function si(e,t){if(e.length!==t.length)throw Error(`Cannot compute cosine similarity between embeddings of different sizes (${e.length} vs. ${t.length}).`);let r=0,n=0,o=0;for(let s=0;s<e.length;s++)r+=e[s]*t[s],n+=e[s]*e[s],o+=t[s]*t[s];if(n<=0||o<=0)throw Error("Cannot compute cosine similarity on embedding with 0 norm.");return r/Math.sqrt(n*o)}var Fr;se[516587230]=[0,ne,Zo,ro,ce],se[518928384]=ro;var _1=new Uint8Array([0,97,115,109,1,0,0,0,1,5,1,96,0,1,123,3,2,1,0,10,10,1,8,0,65,0,253,15,253,98,11]);async function Ec(){if(Fr===void 0)try{await WebAssembly.instantiate(_1),Fr=!0}catch{Fr=!1}return Fr}async function ir(e,t=Ku``){let r=await Ec()?"wasm_internal":"wasm_nosimd_internal";return{wasmLoaderPath:`${t}/${e}_${r}.js`,wasmBinaryPath:`${t}/${e}_${r}.wasm`}}var ut=class{};function xc(){var e=navigator;return typeof OffscreenCanvas<"u"&&(!function(t=navigator){return(t=t.userAgent).includes("Safari")&&!t.includes("Chrome")}(e)||!!((e=e.userAgent.match(/Version\/([\d]+).*Safari/))&&e.length>=1&&Number(e[1])>=17))}async function ii(e){if(typeof importScripts!="function"){let t=document.createElement("script");return t.src=e.toString(),t.crossOrigin="anonymous",new Promise((r,n)=>{t.addEventListener("load",()=>{r()},!1),t.addEventListener("error",o=>{n(o)},!1),document.body.appendChild(t)})}importScripts(e.toString())}function _c(e){return e.videoWidth!==void 0?[e.videoWidth,e.videoHeight]:e.naturalWidth!==void 0?[e.naturalWidth,e.naturalHeight]:e.displayWidth!==void 0?[e.displayWidth,e.displayHeight]:[e.width,e.height]}function E(e,t,r){e.m||console.error("No wasm multistream support detected: ensure dependency inclusion of :gl_graph_runner_internal_multi_input target"),r(t=e.i.stringToNewUTF8(t)),e.i._free(t)}function ai(e,t,r){if(!e.i.canvas)throw Error("No OpenGL canvas configured.");if(r?e.i._bindTextureToStream(r):e.i._bindTextureToCanvas(),!(r=e.i.canvas.getContext("webgl2")||e.i.canvas.getContext("webgl")))throw Error("Failed to obtain WebGL context from the provided canvas. `getContext()` should only be invoked with `webgl` or `webgl2`.");e.i.gpuOriginForWebTexturesIsBottomLeft&&r.pixelStorei(r.UNPACK_FLIP_Y_WEBGL,!0),r.texImage2D(r.TEXTURE_2D,0,r.RGBA,r.RGBA,r.UNSIGNED_BYTE,t),e.i.gpuOriginForWebTexturesIsBottomLeft&&r.pixelStorei(r.UNPACK_FLIP_Y_WEBGL,!1);let[n,o]=_c(t);return!e.l||n===e.i.canvas.width&&o===e.i.canvas.height||(e.i.canvas.width=n,e.i.canvas.height=o),[n,o]}function ci(e,t,r){e.m||console.error("No wasm multistream support detected: ensure dependency inclusion of :gl_graph_runner_internal_multi_input target");let n=new Uint32Array(t.length);for(let o=0;o<t.length;o++)n[o]=e.i.stringToNewUTF8(t[o]);t=e.i._malloc(4*n.length),e.i.HEAPU32.set(n,t>>2),r(t);for(let o of n)e.i._free(o);e.i._free(t)}function Ke(e,t,r){e.i.simpleListeners=e.i.simpleListeners||{},e.i.simpleListeners[t]=r}function ct(e,t,r){let n=[];e.i.simpleListeners=e.i.simpleListeners||{},e.i.simpleListeners[t]=(o,s,i)=>{s?(r(n,i),n=[]):n.push(o)}}ut.forVisionTasks=function(e){return ir("vision",e)},ut.forTextTasks=function(e){return ir("text",e)},ut.forGenAiExperimentalTasks=function(e){return ir("genai_experimental",e)},ut.forGenAiTasks=function(e){return ir("genai",e)},ut.forAudioTasks=function(e){return ir("audio",e)},ut.isSimdSupported=function(){return Ec()};async function v1(e,t,r,n){return e=await(async(o,s,i,c,a)=>{if(s&&await ii(s),!self.ModuleFactory||i&&(await ii(i),!self.ModuleFactory))throw Error("ModuleFactory not set.");return self.Module&&a&&((s=self.Module).locateFile=a.locateFile,a.mainScriptUrlOrBlob&&(s.mainScriptUrlOrBlob=a.mainScriptUrlOrBlob)),a=await self.ModuleFactory(self.Module||a),self.ModuleFactory=self.Module=void 0,new o(a,c)})(e,r.wasmLoaderPath,r.assetLoaderPath,t,{locateFile:o=>o.endsWith(".wasm")?r.wasmBinaryPath.toString():r.assetBinaryPath&&o.endsWith(".data")?r.assetBinaryPath.toString():o}),await e.o(n),e}function Vn(e,t){let r=k(e.baseOptions,Qr,1)||new Qr;typeof t=="string"?(G(r,2,qt(t)),G(r,1)):t instanceof Uint8Array&&(G(r,1,go(t,!1,!1)),G(r,2)),v(e.baseOptions,0,1,r)}function ui(e){try{let t=e.H.length;if(t===1)throw Error(e.H[0].message);if(t>1)throw Error("Encountered multiple errors: "+e.H.map(r=>r.message).join(", "))}finally{e.H=[]}}function d(e,t){e.B=Math.max(e.B,t)}function bn(e,t){e.A=new pe,Se(e.A,"PassThroughCalculator"),V(e.A,"free_memory"),R(e.A,"free_memory_unused_out"),j(t,"free_memory"),ke(t,e.A)}function Xt(e,t){V(e.A,t),R(e.A,t+"_unused_out")}function An(e){e.g.addBoolToStream(!0,"free_memory",e.B)}var Dr=class{constructor(e){this.g=e,this.H=[],this.B=0,this.g.setAutoRenderToScreen(!1)}l(e,t=!0){if(t){let r=e.baseOptions||{};if(e.baseOptions?.modelAssetBuffer&&e.baseOptions?.modelAssetPath)throw Error("Cannot set both baseOptions.modelAssetPath and baseOptions.modelAssetBuffer");if(!(k(this.baseOptions,Qr,1)?.g()||k(this.baseOptions,Qr,1)?.h()||e.baseOptions?.modelAssetBuffer||e.baseOptions?.modelAssetPath))throw Error("Either baseOptions.modelAssetPath or baseOptions.modelAssetBuffer must be set");if(function(n,o){let s=k(n.baseOptions,ti,3);if(!s){var i=s=new ti,c=new $s;fr(i,4,Br,c)}"delegate"in o&&(o.delegate==="GPU"?(o=s,i=new zu,fr(o,2,Br,i)):(o=s,i=new $s,fr(o,4,Br,i))),v(n.baseOptions,0,3,s)}(this,r),r.modelAssetPath)return fetch(r.modelAssetPath.toString()).then(n=>{if(n.ok)return n.arrayBuffer();throw Error(`Failed to fetch model: ${r.modelAssetPath} (${n.status})`)}).then(n=>{try{this.g.i.FS_unlink("/model.dat")}catch{}this.g.i.FS_createDataFile("/","model.dat",new Uint8Array(n),!0,!1,!1),Vn(this,"/model.dat"),this.m(),this.J()});if(r.modelAssetBuffer instanceof Uint8Array)Vn(this,r.modelAssetBuffer);else if(r.modelAssetBuffer)return async function(n){let o=[];for(var s=0;;){let{done:i,value:c}=await n.read();if(i)break;o.push(c),s+=c.length}if(o.length===0)return new Uint8Array(0);if(o.length===1)return o[0];n=new Uint8Array(s),s=0;for(let i of o)n.set(i,s),s+=i.length;return n}(r.modelAssetBuffer).then(n=>{Vn(this,n),this.m(),this.J()})}return this.m(),this.J(),Promise.resolve()}J(){}ea(){let e;if(this.g.ea(t=>{e=$u(t)}),!e)throw Error("Failed to retrieve CalculatorGraphConfig");return e}setGraph(e,t){this.g.attachErrorListener((r,n)=>{this.H.push(Error(n))}),this.g.Ma(),this.g.setGraph(e,t),this.A=void 0,ui(this)}finishProcessing(){this.g.finishProcessing(),ui(this)}close(){this.A=void 0,this.g.closeGraph()}};function de(e,t){if(!e)throw Error(`Unable to obtain required WebGL resource: ${t}`);return e}Dr.prototype.close=Dr.prototype.close,function(e,t){e=e.split(".");var r,n=Ct;for((e[0]in n)||n.execScript===void 0||n.execScript("var "+e[0]);e.length&&(r=e.shift());)e.length||t===void 0?n=n[r]&&n[r]!==Object.prototype[r]?n[r]:n[r]={}:n[r]=t}("TaskRunner",Dr);var oo=class{constructor(t,r,n,o){this.g=t,this.h=r,this.m=n,this.l=o}bind(){this.g.bindVertexArray(this.h)}close(){this.g.deleteVertexArray(this.h),this.g.deleteBuffer(this.m),this.g.deleteBuffer(this.l)}};function hi(e,t,r){let n=e.g;if(r=de(n.createShader(r),"Failed to create WebGL shader"),n.shaderSource(r,t),n.compileShader(r),!n.getShaderParameter(r,n.COMPILE_STATUS))throw Error(`Could not compile WebGL shader: ${n.getShaderInfoLog(r)}`);return n.attachShader(e.h,r),r}function fi(e,t){let r=e.g,n=de(r.createVertexArray(),"Failed to create vertex array");r.bindVertexArray(n);let o=de(r.createBuffer(),"Failed to create buffer");r.bindBuffer(r.ARRAY_BUFFER,o),r.enableVertexAttribArray(e.P),r.vertexAttribPointer(e.P,2,r.FLOAT,!1,0,0),r.bufferData(r.ARRAY_BUFFER,new Float32Array([-1,-1,-1,1,1,1,1,-1]),r.STATIC_DRAW);let s=de(r.createBuffer(),"Failed to create buffer");return r.bindBuffer(r.ARRAY_BUFFER,s),r.enableVertexAttribArray(e.J),r.vertexAttribPointer(e.J,2,r.FLOAT,!1,0,0),r.bufferData(r.ARRAY_BUFFER,new Float32Array(t?[0,1,0,0,1,0,1,1]:[0,0,0,1,1,1,1,0]),r.STATIC_DRAW),r.bindBuffer(r.ARRAY_BUFFER,null),r.bindVertexArray(null),new oo(r,n,o,s)}function rs(e,t){if(e.g){if(t!==e.g)throw Error("Cannot change GL context once initialized")}else e.g=t}function Cr(e,t,r,n){return rs(e,t),e.h||(e.m(),e.C()),r?(e.s||(e.s=fi(e,!0)),r=e.s):(e.v||(e.v=fi(e,!1)),r=e.v),t.useProgram(e.h),r.bind(),e.l(),e=n(),r.g.bindVertexArray(null),e}function xt(e,t,r){return rs(e,t),e=de(t.createTexture(),"Failed to create texture"),t.bindTexture(t.TEXTURE_2D,e),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_WRAP_S,t.CLAMP_TO_EDGE),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_WRAP_T,t.CLAMP_TO_EDGE),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_MIN_FILTER,r??t.LINEAR),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_MAG_FILTER,r??t.LINEAR),t.bindTexture(t.TEXTURE_2D,null),e}function wn(e,t,r){rs(e,t),e.A||(e.A=de(t.createFramebuffer(),"Failed to create framebuffe.")),t.bindFramebuffer(t.FRAMEBUFFER,e.A),t.framebufferTexture2D(t.FRAMEBUFFER,t.COLOR_ATTACHMENT0,t.TEXTURE_2D,r,0)}function ns(e){e.g?.bindFramebuffer(e.g.FRAMEBUFFER,null)}var tr=class{H(){return`
|
|
1
|
+
var It=typeof self<"u"?self:{};function za(e,t){e=e.split(".");var r,n=It;for((e[0]in n)||n.execScript===void 0||n.execScript("var "+e[0]);e.length&&(r=e.shift());)e.length||t===void 0?n=n[r]&&n[r]!==Object.prototype[r]?n[r]:n[r]={}:n[r]=t}function kt(){throw Error("Invalid UTF8")}function Fs(e,t){return t=String.fromCharCode.apply(null,t),e==null?t:e+t}var Ir,On,xu=typeof TextDecoder<"u",yu,vu=typeof TextEncoder<"u";function Ka(e){if(vu)e=(yu||(yu=new TextEncoder)).encode(e);else{let r=0,n=new Uint8Array(3*e.length);for(let o=0;o<e.length;o++){var t=e.charCodeAt(o);if(t<128)n[r++]=t;else{if(t<2048)n[r++]=t>>6|192;else{if(t>=55296&&t<=57343){if(t<=56319&&o<e.length){let s=e.charCodeAt(++o);if(s>=56320&&s<=57343){t=1024*(t-55296)+s-56320+65536,n[r++]=t>>18|240,n[r++]=t>>12&63|128,n[r++]=t>>6&63|128,n[r++]=63&t|128;continue}o--}t=65533}n[r++]=t>>12|224,n[r++]=t>>6&63|128}n[r++]=63&t|128}}e=r===n.length?n:n.subarray(0,r)}return e}var xo,Xr;e:{for(Pn=["CLOSURE_FLAGS"],Mr=It,Fr=0;Fr<Pn.length;Fr++)if((Mr=Mr[Pn[Fr]])==null){Xr=null;break e}Xr=Mr}var Pn,Mr,Fr,yr,Us=Xr&&Xr[610401301];xo=Us!=null&&Us;var Os=It.navigator;function $n(e){return!!xo&&!!yr&&yr.brands.some(({brand:t})=>t&&t.indexOf(e)!=-1)}function Ue(e){var t;return(t=It.navigator)&&(t=t.userAgent)||(t=""),t.indexOf(e)!=-1}function ft(){return!!xo&&!!yr&&yr.brands.length>0}function Bn(){return ft()?$n("Chromium"):(Ue("Chrome")||Ue("CriOS"))&&!(!ft()&&Ue("Edge"))||Ue("Silk")}function yo(e){return yo[" "](e),e}yr=Os&&Os.userAgentData||null,yo[" "]=function(){};var Eu=!ft()&&(Ue("Trident")||Ue("MSIE"));!Ue("Android")||Bn(),Bn(),Ue("Safari")&&(Bn()||!ft()&&Ue("Coast")||!ft()&&Ue("Opera")||!ft()&&Ue("Edge")||(ft()?$n("Microsoft Edge"):Ue("Edg/"))||ft()&&$n("Opera"));var $a={},dr=null;function bu(e){let t=e.length,r=3*t/4;r%3?r=Math.floor(r):"=.".indexOf(e[t-1])!=-1&&(r="=.".indexOf(e[t-2])!=-1?r-2:r-1);let n=new Uint8Array(r),o=0;return function(s,a){function i(l){for(;c<s.length;){let h=s.charAt(c++),f=dr[h];if(f!=null)return f;if(!/^[\s\xa0]*$/.test(h))throw Error("Unknown base64 encoding at char: "+h)}return l}qa();let c=0;for(;;){let l=i(-1),h=i(0),f=i(64),d=i(64);if(d===64&&l===-1)break;a(l<<2|h>>4),f!=64&&(a(h<<4&240|f>>2),d!=64&&a(f<<6&192|d))}}(e,function(s){n[o++]=s}),o!==r?n.subarray(0,o):n}function qa(){if(!dr){dr={};var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),t=["+/=","+/","-_=","-_.","-_"];for(let r=0;r<5;r++){let n=e.concat(t[r].split(""));$a[r]=n;for(let o=0;o<n.length;o++){let s=n[o];dr[s]===void 0&&(dr[s]=o)}}}}var Ja=typeof Uint8Array<"u",Qa=!Eu&&typeof btoa=="function";function Ps(e){if(!Qa){var t;t===void 0&&(t=0),qa(),t=$a[t];var r=Array(Math.floor(e.length/3)),n=t[64]||"";let c=0,l=0;for(;c<e.length-2;c+=3){var o=e[c],s=e[c+1],a=e[c+2],i=t[o>>2];o=t[(3&o)<<4|s>>4],s=t[(15&s)<<2|a>>6],a=t[63&a],r[l++]=i+o+s+a}switch(i=0,a=n,e.length-c){case 2:a=t[(15&(i=e[c+1]))<<2]||n;case 1:e=e[c],r[l]=t[e>>2]+t[(3&e)<<4|i>>4]+a+n}return r.join("")}for(t="",r=0,n=e.length-10240;r<n;)t+=String.fromCharCode.apply(null,e.subarray(r,r+=10240));return t+=String.fromCharCode.apply(null,r?e.subarray(r):e),btoa(t)}var Bs=/[-_.]/g,Tu={"-":"+",_:"/",".":"="};function _u(e){return Tu[e]||""}function Za(e){if(!Qa)return bu(e);Bs.test(e)&&(e=e.replace(Bs,_u)),e=atob(e);let t=new Uint8Array(e.length);for(let r=0;r<e.length;r++)t[r]=e.charCodeAt(r);return t}function _r(e){return Ja&&e!=null&&e instanceof Uint8Array}var Gt={};function Mt(){return Au||(Au=new at(null,Gt))}function vo(e){ei(Gt);var t=e.g;return(t=t==null||_r(t)?t:typeof t=="string"?Za(t):null)==null?t:e.g=t}var at=class{h(){return new Uint8Array(vo(this)||0)}constructor(e,t){if(ei(t),this.g=e,e!=null&&e.length===0)throw Error("ByteString should be constructed with non-empty values")}},Au,Ru;function ei(e){if(e!==Gt)throw Error("illegal external caller")}function ti(e,t){e.__closure__error__context__984382||(e.__closure__error__context__984382={}),e.__closure__error__context__984382.severity=t}function ri(){let e=Error();ti(e,"incident"),function(t){It.setTimeout(()=>{throw t},0)}(e)}function qn(e){return ti(e=Error(e),"warning"),e}function Eo(){return typeof BigInt=="function"}function we(e){return Array.prototype.slice.call(e)}var Kt=typeof Symbol=="function"&&typeof Symbol()=="symbol";function tn(e){return typeof Symbol=="function"&&typeof Symbol()=="symbol"?Symbol():e}var Ar=tn(),Ds=tn("0di"),Dn=tn("2ex"),ir=tn("1oa"),rn=Kt?(e,t)=>{e[Ar]|=t}:(e,t)=>{e.G!==void 0?e.G|=t:Object.defineProperties(e,{G:{value:t,configurable:!0,writable:!0,enumerable:!1}})},Jn=Kt?(e,t)=>{e[Ar]&=~t}:(e,t)=>{e.G!==void 0&&(e.G&=~t)},re=Kt?e=>0|e[Ar]:e=>0|e.G,G=Kt?e=>e[Ar]:e=>e.G,oe=Kt?(e,t)=>{e[Ar]=t}:(e,t)=>{e.G!==void 0?e.G=t:Object.defineProperties(e,{G:{value:t,configurable:!0,writable:!0,enumerable:!1}})};function $t(e){return rn(e,34),e}function wu(e,t){oe(t,-30975&(0|e))}function Qn(e,t){oe(t,-30941&(34|e))}var bo,Rr={},ni={};function Ns(e){return!(!e||typeof e!="object"||e.Ia!==ni)}function To(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)&&e.constructor===Object}function _o(e,t){if(e!=null){if(typeof e=="string")e=e?new at(e,Gt):Mt();else if(e.constructor!==at)if(_r(e))e=e.length?new at(new Uint8Array(e),Gt):Mt();else{if(!t)throw Error();e=void 0}}return e}function Hr(e){return!(!Array.isArray(e)||e.length)&&!!(1&re(e))}var Gs=[];function _t(e){if(2&e)throw Error()}oe(Gs,55),bo=Object.freeze(Gs);var Yr=class e{constructor(t,r,n){this.l=0,this.g=t,this.h=r,this.m=n}next(){if(this.l<this.g.length){let t=this.g[this.l++];return{done:!1,value:this.h?this.h.call(this.m,t):t}}return{done:!0,value:void 0}}[Symbol.iterator](){return new e(this.g,this.h,this.m)}},mt;function oi(e,t){(t=mt?t[mt]:void 0)&&(e[mt]=we(t))}var ku=Object.freeze({});function nn(e){return e.Pa=!0,e}var Su=nn(e=>typeof e=="number"),Vs=nn(e=>typeof e=="string"),Cu=nn(e=>typeof e=="boolean"),on=typeof It.BigInt=="function"&&typeof It.BigInt(0)=="bigint",Zn=nn(e=>on?e>=Iu&&e<=Fu:e[0]==="-"?js(e,Lu):js(e,Mu)),Lu=Number.MIN_SAFE_INTEGER.toString(),Iu=on?BigInt(Number.MIN_SAFE_INTEGER):void 0,Mu=Number.MAX_SAFE_INTEGER.toString(),Fu=on?BigInt(Number.MAX_SAFE_INTEGER):void 0;function js(e,t){if(e.length>t.length)return!1;if(e.length<t.length||e===t)return!0;for(let r=0;r<e.length;r++){let n=e[r],o=t[r];if(n>o)return!1;if(n<o)return!0}}var Uu=typeof Uint8Array.prototype.slice=="function",si,V=0,Z=0;function Ws(e){let t=e>>>0;V=t,Z=(e-t)/4294967296>>>0}function Vt(e){if(e<0){Ws(-e);let[t,r]=ko(V,Z);V=t>>>0,Z=r>>>0}else Ws(e)}function Ao(e){let t=si||(si=new DataView(new ArrayBuffer(8)));t.setFloat32(0,+e,!0),Z=0,V=t.getUint32(0,!0)}function Ro(e,t){let r=4294967296*t+(e>>>0);return Number.isSafeInteger(r)?r:vr(e,t)}function wo(e,t){let r=2147483648&t;return r&&(t=~t>>>0,(e=1+~e>>>0)==0&&(t=t+1>>>0)),typeof(e=Ro(e,t))=="number"?r?-e:e:r?"-"+e:e}function vr(e,t){if(e>>>=0,(t>>>=0)<=2097151)var r=""+(4294967296*t+e);else Eo()?r=""+(BigInt(t)<<BigInt(32)|BigInt(e)):(e=(16777215&e)+6777216*(r=16777215&(e>>>24|t<<8))+6710656*(t=t>>16&65535),r+=8147497*t,t*=2,e>=1e7&&(r+=e/1e7>>>0,e%=1e7),r>=1e7&&(t+=r/1e7>>>0,r%=1e7),r=t+Xs(r)+Xs(e));return r}function Xs(e){return e=String(e),"0000000".slice(e.length)+e}function sn(e){if(e.length<16)Vt(Number(e));else if(Eo())e=BigInt(e),V=Number(e&BigInt(4294967295))>>>0,Z=Number(e>>BigInt(32)&BigInt(4294967295));else{let t=+(e[0]==="-");Z=V=0;let r=e.length;for(let n=t,o=(r-t)%6+t;o<=r;n=o,o+=6){let s=Number(e.slice(n,o));Z*=1e6,V=1e6*V+s,V>=4294967296&&(Z+=Math.trunc(V/4294967296),Z>>>=0,V>>>=0)}if(t){let[n,o]=ko(V,Z);V=n,Z=o}}}function ko(e,t){return t=~t,e?e=1+~e:t+=1,[e,t]}function At(e){return e==null||typeof e=="number"?e:e==="NaN"||e==="Infinity"||e==="-Infinity"?Number(e):void 0}function ai(e){return e==null||typeof e=="boolean"?e:typeof e=="number"?!!e:void 0}var Ou=/^-?([1-9][0-9]*|0)(\.[0-9]+)?$/;function an(e){let t=typeof e;switch(t){case"bigint":return!0;case"number":return Number.isFinite(e)}return t==="string"&&Ou.test(e)}function qt(e){if(e==null)return e;if(typeof e=="string"){if(!e)return;e=+e}return typeof e=="number"&&Number.isFinite(e)?0|e:void 0}function ii(e){if(e==null)return e;if(typeof e=="string"){if(!e)return;e=+e}return typeof e=="number"&&Number.isFinite(e)?e>>>0:void 0}function Hs(e){return e[0]!=="-"&&(e.length<20||e.length===20&&Number(e.substring(0,6))<184467)}function So(e){return e=Math.trunc(e),Number.isSafeInteger(e)||(Vt(e),e=wo(V,Z)),e}function Co(e){var t=Math.trunc(Number(e));if(Number.isSafeInteger(t))return String(t);if((t=e.indexOf("."))!==-1&&(e=e.substring(0,t)),!(e[0]==="-"?e.length<20||e.length===20&&Number(e.substring(0,7))>-922337:e.length<19||e.length===19&&Number(e.substring(0,6))<922337))if(sn(e),e=V,2147483648&(t=Z))if(Eo())e=""+(BigInt(0|t)<<BigInt(32)|BigInt(e>>>0));else{let[r,n]=ko(e,t);e="-"+vr(r,n)}else e=vr(e,t);return e}function zr(e){return e==null?e:typeof e=="bigint"?(Zn(e)?e=Number(e):(e=BigInt.asIntN(64,e),e=Zn(e)?Number(e):String(e)),e):an(e)?typeof e=="number"?So(e):Co(e):void 0}function Pu(e){if(e==null)return e;var t=typeof e;if(t==="bigint")return String(BigInt.asUintN(64,e));if(an(e)){if(t==="string")return t=Math.trunc(Number(e)),Number.isSafeInteger(t)&&t>=0?e=String(t):((t=e.indexOf("."))!==-1&&(e=e.substring(0,t)),Hs(e)||(sn(e),e=vr(V,Z))),e;if(t==="number")return(e=Math.trunc(e))>=0&&Number.isSafeInteger(e)?e:function(r){if(r<0){Vt(r);var n=vr(V,Z);return r=Number(n),Number.isSafeInteger(r)?r:n}return Hs(n=String(r))?n:(Vt(r),Ro(V,Z))}(e)}}function ci(e){if(typeof e!="string")throw Error();return e}function Jt(e){if(e!=null&&typeof e!="string")throw Error();return e}function gt(e){return e==null||typeof e=="string"?e:void 0}function Lo(e,t,r,n){if(e!=null&&typeof e=="object"&&e.X===Rr)return e;if(!Array.isArray(e))return r?2&n?(e=t[Ds])?t=e:($t((e=new t).u),t=t[Ds]=e):t=new t:t=void 0,t;let o=r=re(e);return o===0&&(o|=32&n),o|=2&n,o!==r&&oe(e,o),new t(e)}function Bu(e,t,r){if(t)e:{if(!an(t=e))throw qn("int64");switch(typeof t){case"string":t=Co(t);break e;case"bigint":if(e=t=BigInt.asIntN(64,t),Vs(e)){if(!/^\s*(?:-?[1-9]\d*|0)?\s*$/.test(e))throw Error(String(e))}else if(Su(e)&&!Number.isSafeInteger(e))throw Error(String(e));t=on?BigInt(t):Cu(t)?t?"1":"0":Vs(t)?t.trim()||"0":String(t);break e;default:t=So(t)}}else t=zr(e);return typeof(r=(e=t)==null?r?0:void 0:e)=="string"&&(t=+r,Number.isSafeInteger(t))?t:r}function ui(e){var t;return cr===void 0&&(cr=typeof Proxy=="function"?Ys(Proxy):null),(t=!cr)||(ur===void 0&&(ur=typeof WeakMap=="function"?Ys(WeakMap):null),t=!ur),t?e:(t=jt?.get(e))?t:Math.random()>.01?e:(function(r){if(Nn===void 0){let n=new cr([],{});Nn=Array.prototype.concat.call([],n).length===1}Nn&&typeof Symbol=="function"&&Symbol.isConcatSpreadable&&(r[Symbol.isConcatSpreadable]=!0)}(e),function(r,n){(jt||(jt=new ur)).set(r,n),(hi||(hi=new ur)).set(n,r)}(e,t=new cr(e,{set:(r,n,o)=>(ri(),r[n]=o,!0)})),t)}var jt,hi,cr,ur,Nn,Kr,li,Du;function Ys(e){try{return e.toString().indexOf("[native code]")!==-1?e:null}catch{return null}}function xt(e,t,r){return e=di(e,t[0],t[1],r?1:2),t!==li&&r&&rn(e,16384),e}function di(e,t,r,n){if(n=n??0,e==null&&(e=Kr),Kr=void 0,e==null){var o=96;r?(e=[r],o|=512):e=[],t&&(o=-33521665&o|(1023&t)<<15)}else{if(!Array.isArray(e))throw Error("narr");if(2048&(o=re(e)))throw Error("farr");if(64&o)return e;if(n===1||n===2||(o|=64),r&&(o|=512,r!==e[0]))throw Error("mid");e:{if(n=(r=e).length){let s=n-1;if(To(r[s])){if((t=s-(+!!(512&(o|=256))-1))>=1024)throw Error("pvtlmt");o=-33521665&o|(1023&t)<<15;break e}}if(t){if((t=Math.max(t,n-(+!!(512&o)-1)))>1024)throw Error("spvt");o=-33521665&o|(1023&t)<<15}}}return oe(e,o),e}var Nu={},Gu=function(){try{return yo(new class extends Map{constructor(){super()}}),!1}catch{return!0}}(),pr=class{constructor(){this.g=new Map}get(t){return this.g.get(t)}set(t,r){return this.g.set(t,r),this.size=this.g.size,this}delete(t){return t=this.g.delete(t),this.size=this.g.size,t}clear(){this.g.clear(),this.size=this.g.size}has(t){return this.g.has(t)}entries(){return this.g.entries()}keys(){return this.g.keys()}values(){return this.g.values()}forEach(t,r){return this.g.forEach(t,r)}[Symbol.iterator](){return this.entries()}},Vu=Gu?(Object.setPrototypeOf(pr.prototype,Map.prototype),Object.defineProperties(pr.prototype,{size:{value:0,configurable:!0,enumerable:!0,writable:!0}}),pr):class extends Map{constructor(){super()}};function zs(e){return e}function Gn(e){if(2&e.M)throw Error("Cannot mutate an immutable Map")}var Pe=class extends Vu{constructor(e,t,r=zs,n=zs){super();let o=re(e);o|=64,oe(e,o),this.M=o,this.T=t,this.S=r,this.Z=this.T?ju:n;for(let s=0;s<e.length;s++){let a=e[s],i=r(a[0],!1,!0),c=a[1];t?c===void 0&&(c=null):c=n(a[1],!1,!0,void 0,void 0,o),super.set(i,c)}}oa(e=Ks){if(this.size!==0)return this.Y(e)}Y(e=Ks){let t=[],r=super.entries();for(var n;!(n=r.next()).done;)(n=n.value)[0]=e(n[0]),n[1]=e(n[1]),t.push(n);return t}clear(){Gn(this),super.clear()}delete(e){return Gn(this),super.delete(this.S(e,!0,!1))}entries(){var e=this.na();return new Yr(e,Wu,this)}keys(){return this.Ha()}values(){var e=this.na();return new Yr(e,Pe.prototype.get,this)}forEach(e,t){super.forEach((r,n)=>{e.call(t,this.get(n),n,this)})}set(e,t){return Gn(this),(e=this.S(e,!0,!1))==null?this:t==null?(super.delete(e),this):super.set(e,this.Z(t,!0,!0,this.T,!1,this.M))}Na(e){let t=this.S(e[0],!1,!0);e=e[1],e=this.T?e===void 0?null:e:this.Z(e,!1,!0,void 0,!1,this.M),super.set(t,e)}has(e){return super.has(this.S(e,!1,!1))}get(e){e=this.S(e,!1,!1);let t=super.get(e);if(t!==void 0){var r=this.T;return r?((r=this.Z(t,!1,!0,r,this.sa,this.M))!==t&&super.set(e,r),r):t}}na(){return Array.from(super.keys())}Ha(){return super.keys()}[Symbol.iterator](){return this.entries()}};function ju(e,t,r,n,o,s){return e=Lo(e,n,r,s),o&&(e=un(e)),e}function Ks(e){return e}function Wu(e){return[e,this.get(e)]}var Xu;function $s(){return Xu||(Xu=new Pe($t([]),void 0,void 0,void 0,Nu))}function Io(e,t,r,n,o){if(e!=null){if(Array.isArray(e))e=Hr(e)?void 0:o&&2&re(e)?e:cn(e,t,r,n!==void 0,o);else if(To(e)){let s={};for(let a in e)s[a]=Io(e[a],t,r,n,o);e=s}else e=t(e,n);return e}}function cn(e,t,r,n,o){let s=n||r?re(e):0;n=n?!!(32&s):void 0;let a=we(e);for(let i=0;i<a.length;i++)a[i]=Io(a[i],t,r,n,o);return r&&(oi(a,e),r(s,a)),a}function Hu(e){return Io(e,Mo,void 0,void 0,!1)}function Mo(e){return e.X===Rr?e.toJSON():e instanceof Pe?e.oa(Hu):function(t){switch(typeof t){case"number":return isFinite(t)?t:String(t);case"bigint":return Zn(t)?Number(t):String(t);case"boolean":return t?1:0;case"object":if(t)if(Array.isArray(t)){if(Hr(t))return}else{if(_r(t))return Ps(t);if(t instanceof at){let r=t.g;return r==null?"":typeof r=="string"?r:t.g=Ps(r)}if(t instanceof Pe)return t.oa()}}return t}(e)}function eo(e,t,r=Qn){if(e!=null){if(Ja&&e instanceof Uint8Array)return t?e:new Uint8Array(e);if(Array.isArray(e)){var n=re(e);return 2&n?e:(t&&(t=n===0||!!(32&n)&&!(64&n||!(16&n))),t?(oe(e,-12293&(34|n)),e):cn(e,eo,4&n?Qn:r,!0,!0))}return e.X===Rr?(r=e.u,e=2&(n=G(r))?e:Fo(e,r,n,!0)):e instanceof Pe&&!(2&e.M)&&(r=$t(e.Y(eo)),e=new Pe(r,e.T,e.S,e.Z)),e}}function Fo(e,t,r,n){return e=e.constructor,Kr=t=fi(t,r,n),t=new e(t),Kr=void 0,t}function fi(e,t,r){let n=r||2&t?Qn:wu,o=!!(32&t);return e=function(s,a,i){let c=we(s);var l=c.length;let h=256&a?c[l-1]:void 0;for(l+=h?-1:0,a=512&a?1:0;a<l;a++)c[a]=i(c[a]);if(h){a=c[a]={};for(let f in h)a[f]=i(h[f])}return oi(c,s),c}(e,t,s=>eo(s,o,n)),rn(e,32|(r?2:0)),e}function un(e){let t=e.u,r=G(t);return 2&r?Fo(e,t,r,!1):e}function vt(e,t){return ht(e=e.u,G(e),t)}function qs(e,t,r,n){if(!((t=n+(+!!(512&t)-1))<0||t>=e.length||t>=r))return e[t]}function ht(e,t,r,n){if(r===-1)return null;let o=t>>15&1023||536870912;if(!(r>=o)){var s=e.length;return n&&256&t&&(n=e[s-1][r])!=null?(qs(e,t,o,r)&&Dn!=null&&((t=(e=Ru??(Ru={}))[Dn]||0)>=4||(e[Dn]=t+1,ri())),n):qs(e,t,o,r)}return 256&t?e[e.length-1][r]:void 0}function X(e,t,r){let n=e.u,o=G(n);return _t(o),J(n,o,t,r),e}function J(e,t,r,n){let o=t>>15&1023||536870912;if(r>=o){let s,a=t;if(256&t)s=e[e.length-1];else{if(n==null)return a;s=e[o+(+!!(512&t)-1)]={},a|=256}return s[r]=n,r<o&&(e[r+(+!!(512&t)-1)]=void 0),a!==t&&oe(e,a),a}return e[r+(+!!(512&t)-1)]=n,256&t&&r in(e=e[e.length-1])&&delete e[r],t}function Dr(e,t){e=e.u;let r=G(e),n=ht(e,r,t),o=At(n);return o!=null&&o!==n&&J(e,r,t,o),o}function pi(e){e=e.u;let t=G(e),r=ht(e,t,1),n=_o(r,!0);return n!=null&&n!==r&&J(e,t,1,n),n}function St(){return ku===void 0?2:4}function Ct(e,t,r,n,o){let s=e.u,a=2&(e=G(s))?1:n;o=!!o,n=Uo(s,e,t);var i=re(n);if(!(4&i)){4&i&&(n=we(n),i=it(i,e),e=J(s,e,t,n));let l=0,h=0;for(;l<n.length;l++){let f=r(n[l]);f!=null&&(n[h++]=f)}h<l&&(n.length=h),i=-4097&(20|(i=Oo(i,e))),oe(n,i&=-8193),2&i&&Object.freeze(n)}let c;return a===1||a===4&&32&i?Ve(i)||(o=i,(i|=2)!==o&&oe(n,i),Object.freeze(n)):(r=a===5&&(!!(32&i)||Ve(i)||!!jt?.get(n)),(a===2||r)&&Ve(i)&&(n=we(n),i=yt(i=it(i,e),e,o),oe(n,i),e=J(s,e,t,n)),Ve(i)||(t=i,(i=yt(i,e,o))!==t&&oe(n,i)),r?c=ui(n):a!==2||o||jt?.delete(n)),c||n}function Uo(e,t,r,n){return e=ht(e,t,r,n),Array.isArray(e)?e:bo}function Oo(e,t){return e===0&&(e=it(e,t)),1|e}function Ve(e){return!!(2&e)&&!!(4&e)||!!(2048&e)}function mi(e){e=we(e);for(let t=0;t<e.length;t++){let r=e[t]=we(e[t]);Array.isArray(r[1])&&(r[1]=$t(r[1]))}return e}function to(e,t,r,n){e=e.u;let o=G(e);_t(o),J(e,o,t,(n==="0"?Number(r)===0:r===n)?void 0:r)}function Qt(e,t,r,n,o){_t(t);var s=!(!(64&t)&&16384&t);let a=(o=Uo(e,t,r,o))!==bo;if(s||!a){let i=s=a?re(o):0;(!a||2&i||Ve(i)||4&i&&!(32&i))&&(o=we(o),i=it(i,t),t=J(e,t,r,o)),i=-13&Oo(i,t),i=yt(n?-17&i:16|i,t,!0),i!==s&&oe(o,i)}return o}function Vn(e,t){var r=oc;return Bo(Po(e=e.u),e,G(e),r)===t?t:-1}function Po(e){if(Kt)return e[ir]??(e[ir]=new Map);if(ir in e)return e[ir];let t=new Map;return Object.defineProperty(e,ir,{value:t}),t}function gi(e,t,r,n){let o=Po(e),s=Bo(o,e,t,r);return s!==n&&(s&&(t=J(e,t,s)),o.set(r,n)),t}function Bo(e,t,r,n){let o=e.get(n);if(o!=null)return o;o=0;for(let s=0;s<n.length;s++){let a=n[s];ht(t,r,a)!=null&&(o!==0&&(r=J(t,r,o)),o=a)}return e.set(n,o),o}function Do(e,t,r,n){let o,s=G(e);if((n=ht(e,s,r,n))!=null&&n.X===Rr)return(t=un(n))!==n&&J(e,s,r,t),t.u;if(Array.isArray(n)){let a=re(n);o=2&a?xt(fi(n,a,!1),t,!0):64&a?n:xt(o,t,!0)}else o=xt(void 0,t,!0);return o!==n&&J(e,s,r,o),o}function xi(e,t,r,n){e=e.u;let o=G(e);return(t=Lo(n=ht(e,o,r,n),t,!1,o))!==n&&t!=null&&J(e,o,r,t),t}function O(e,t,r,n=!1){if((t=xi(e,t,r,n))==null)return t;if(e=e.u,!(2&(n=G(e)))){let o=un(t);o!==t&&J(e,n,r,t=o)}return t}function yi(e,t,r,n,o,s,a){e=e.u;var i=!!(2&t);o=i?1:o,s=!!s,a&&(a=!i),i=Uo(e,t,n);var c=re(i),l=!!(4&c);if(!l){var h=i,f=t;let b=!!(2&(c=Oo(c,t)));b&&(f|=2);let R=!b,A=!0,k=0,S=0;for(;k<h.length;k++){let p=Lo(h[k],r,!1,f);if(p instanceof r){if(!b){let x=!!(2&re(p.u));R&&(R=!x),A&&(A=x)}h[S++]=p}}S<k&&(h.length=S),c|=4,c=A?16|c:-17&c,oe(h,c=R?8|c:-9&c),b&&Object.freeze(h)}if(a&&!(8&c||!i.length&&(o===1||o===4&&32&c))){for(Ve(c)&&(i=we(i),c=it(c,t),t=J(e,t,n,i)),r=i,a=c,h=0;h<r.length;h++)(c=r[h])!==(f=un(c))&&(r[h]=f);a|=8,a=r.length?-17&a:16|a,oe(r,a),c=a}let d;return o===1||o===4&&32&c?Ve(c)||(t=c,(c|=!i.length||16&c&&(!l||32&c)?2:2048)!==t&&oe(i,c),Object.freeze(i)):(l=o===5&&(!!(32&c)||Ve(c)||!!jt?.get(i)),(o===2||l)&&Ve(c)&&(i=we(i),c=yt(c=it(c,t),t,s),oe(i,c),t=J(e,t,n,i)),Ve(c)||(n=c,(c=yt(c,t,s))!==n&&oe(i,c)),l?d=ui(i):o!==2||s||jt?.delete(i)),d||i}function ct(e,t,r){let n=G(e.u);return yi(e,n,t,r,St(),!1,!(2&n))}function T(e,t,r,n){return n==null&&(n=void 0),X(e,r,n)}function mr(e,t,r,n){n==null&&(n=void 0);e:{e=e.u;let o=G(e);if(_t(o),n==null){let s=Po(e);if(Bo(s,e,o,r)!==t)break e;s.set(r,0)}else o=gi(e,o,r,t);J(e,o,t,n)}}function it(e,t){return-2049&(e=32|(2&t?2|e:-3&e))}function yt(e,t,r){return 32&t&&r||(e&=-33),e}function $r(e,t,r,n){let o=G(e.u);_t(o),e=yi(e,o,r,t,2,!0),n=n??new r,e.push(n),2&re(n.u)?Jn(e,8):Jn(e,16)}function je(e,t){return e??t}function Oe(e,t){return qt(vt(e,t))}function te(e,t){return je(Dr(e,t),0)}function et(e,t){return je(gt(vt(e,t)),"")}function Er(e,t,r){if(r!=null&&typeof r!="boolean")throw e=typeof r,Error(`Expected boolean but got ${e!="object"?e:r?Array.isArray(r)?"array":e:"null"}: ${r}`);X(e,t,r)}function tt(e,t,r){if(r!=null){if(typeof r!="number"||!Number.isFinite(r))throw qn("int32");r|=0}X(e,t,r)}function y(e,t,r){if(r!=null&&typeof r!="number")throw Error(`Value of float/double field must be a number, found ${typeof r}: ${r}`);X(e,t,r)}function qr(e,t,r){{let a=e.u,i=G(a);if(_t(i),r==null)J(a,i,t);else{r=hi?.get(r)||r;var n=e=re(r),o=Ve(e),s=o||Object.isFrozen(r);for(o||(e=0),s||(r=we(r),n=0,e=yt(e=it(e,i),i,!0),s=!1),e|=21,o=0;o<r.length;o++){let c=r[o],l=ci(c);Object.is(c,l)||(s&&(r=we(r),n=0,e=yt(e=it(e,i),i,!0),s=!1),r[o]=l)}e!==n&&(s&&(r=we(r),e=yt(e=it(e,i),i,!0)),oe(r,e)),J(a,i,t,r)}}}function hn(e,t,r){_t(G(e.u)),Ct(e,t,gt,2,!0).push(ci(r))}function vi(e,t){return Error(`Invalid wire type: ${e} (at position ${t})`)}function No(){return Error("Failed to read varint, encoding is invalid.")}function Ei(e,t){return Error(`Tried to read past the end of the data ${t} > ${e}`)}function Go(e){if(typeof e=="string")return{buffer:Za(e),O:!1};if(Array.isArray(e))return{buffer:new Uint8Array(e),O:!1};if(e.constructor===Uint8Array)return{buffer:e,O:!1};if(e.constructor===ArrayBuffer)return{buffer:new Uint8Array(e),O:!1};if(e.constructor===at)return{buffer:vo(e)||new Uint8Array(0),O:!0};if(e instanceof Uint8Array)return{buffer:new Uint8Array(e.buffer,e.byteOffset,e.byteLength),O:!1};throw Error("Type not convertible to a Uint8Array, expected a Uint8Array, an ArrayBuffer, a base64 encoded string, a ByteString or an Array of numbers")}function Vo(e,t){let r,n=0,o=0,s=0,a=e.h,i=e.g;do r=a[i++],n|=(127&r)<<s,s+=7;while(s<32&&128&r);for(s>32&&(o|=(127&r)>>4),s=3;s<32&&128&r;s+=7)r=a[i++],o|=(127&r)<<s;if(Lt(e,i),r<128)return t(n>>>0,o>>>0);throw No()}function jo(e){let t=0,r=e.g,n=r+10,o=e.h;for(;r<n;){let s=o[r++];if(t|=s,(128&s)==0)return Lt(e,r),!!(127&t)}throw No()}function Et(e){let t=e.h,r=e.g,n=t[r++],o=127&n;if(128&n&&(n=t[r++],o|=(127&n)<<7,128&n&&(n=t[r++],o|=(127&n)<<14,128&n&&(n=t[r++],o|=(127&n)<<21,128&n&&(n=t[r++],o|=n<<28,128&n&&128&t[r++]&&128&t[r++]&&128&t[r++]&&128&t[r++]&&128&t[r++])))))throw No();return Lt(e,r),o}function ut(e){return Et(e)>>>0}function ro(e){var t=e.h;let r=e.g,n=t[r],o=t[r+1],s=t[r+2];return t=t[r+3],Lt(e,e.g+4),(n<<0|o<<8|s<<16|t<<24)>>>0}function no(e){var t=ro(e);e=2*(t>>31)+1;let r=t>>>23&255;return t&=8388607,r==255?t?NaN:e*(1/0):r==0?1401298464324817e-60*e*t:e*Math.pow(2,r-150)*(t+8388608)}function Yu(e){return Et(e)}function jn(e,t,{ca:r=!1}={}){e.ca=r,t&&(t=Go(t),e.h=t.buffer,e.m=t.O,e.j=0,e.l=e.h.length,e.g=e.j)}function Lt(e,t){if(e.g=t,t>e.l)throw Ei(e.l,t)}function bi(e,t){if(t<0)throw Error(`Tried to read a negative byte length: ${t}`);let r=e.g,n=r+t;if(n>e.l)throw Ei(t,e.l-r);return e.g=n,r}function Ti(e,t){if(t==0)return Mt();var r=bi(e,t);return e.ca&&e.m?r=e.h.subarray(r,r+t):(e=e.h,r=r===(t=r+t)?new Uint8Array(0):Uu?e.slice(r,t):new Uint8Array(e.subarray(r,t))),r.length==0?Mt():new at(r,Gt)}Pe.prototype.toJSON=void 0,Pe.prototype.Ia=ni;var Js=[];function _i(e){var t=e.g;if(t.g==t.l)return!1;e.l=e.g.g;var r=ut(e.g);if(t=r>>>3,!((r&=7)>=0&&r<=5))throw vi(r,e.l);if(t<1)throw Error(`Invalid field number: ${t} (at position ${e.l})`);return e.m=t,e.h=r,!0}function Nr(e){switch(e.h){case 0:e.h!=0?Nr(e):jo(e.g);break;case 1:Lt(e=e.g,e.g+8);break;case 2:if(e.h!=2)Nr(e);else{var t=ut(e.g);Lt(e=e.g,e.g+t)}break;case 5:Lt(e=e.g,e.g+4);break;case 3:for(t=e.m;;){if(!_i(e))throw Error("Unmatched start-group tag: stream EOF");if(e.h==4){if(e.m!=t)throw Error("Unmatched end-group tag");break}Nr(e)}break;default:throw vi(e.h,e.l)}}function wr(e,t,r){let n=e.g.l,o=ut(e.g),s=e.g.g+o,a=s-n;if(a<=0&&(e.g.l=s,r(t,e,void 0,void 0,void 0),a=s-e.g.g),a)throw Error(`Message parsing ended unexpectedly. Expected to read ${o} bytes, instead read ${o-a} bytes, either the data ended unexpectedly or the message misreported its own length`);return e.g.g=s,e.g.l=n,t}function Wo(e){var t=ut(e.g),r=bi(e=e.g,t);if(e=e.h,xu){var n,o=e;(n=On)||(n=On=new TextDecoder("utf-8",{fatal:!0})),t=r+t,o=r===0&&t===o.length?o:o.subarray(r,t);try{var s=n.decode(o)}catch(i){if(Ir===void 0){try{n.decode(new Uint8Array([128]))}catch{}try{n.decode(new Uint8Array([97])),Ir=!0}catch{Ir=!1}}throw!Ir&&(On=void 0),i}}else{t=(s=r)+t,r=[];let i,c=null;for(;s<t;){var a=e[s++];a<128?r.push(a):a<224?s>=t?kt():(i=e[s++],a<194||(192&i)!=128?(s--,kt()):r.push((31&a)<<6|63&i)):a<240?s>=t-1?kt():(i=e[s++],(192&i)!=128||a===224&&i<160||a===237&&i>=160||(192&(n=e[s++]))!=128?(s--,kt()):r.push((15&a)<<12|(63&i)<<6|63&n)):a<=244?s>=t-2?kt():(i=e[s++],(192&i)!=128||i-144+(a<<28)>>30!=0||(192&(n=e[s++]))!=128||(192&(o=e[s++]))!=128?(s--,kt()):(a=(7&a)<<18|(63&i)<<12|(63&n)<<6|63&o,a-=65536,r.push(55296+(a>>10&1023),56320+(1023&a)))):kt(),r.length>=8192&&(c=Fs(c,r),r.length=0)}s=Fs(c,r)}return s}function Ai(e){let t=ut(e.g);return Ti(e.g,t)}function ln(e,t,r){var n=ut(e.g);for(n=e.g.g+n;e.g.g<n;)r.push(t(e.g))}var Ur=[],Jr;function Xe(e,t,r){t.g?t.m(e,t.g,t.h,r,!0):t.m(e,t.h,r,!0)}var g=class{constructor(e,t){this.u=di(e,t)}toJSON(){return Ri(this)}l(){var e=k2;return e.g?e.l(this,e.g,e.h,!0):e.l(this,e.h,e.defaultValue,!0)}clone(){let e=this.u;return Fo(this,e,G(e),!1)}O(){return!!(2&re(this.u))}};function Ri(e){e=e.u,e=Jr?e:cn(e,Mo,void 0,void 0,!1);{var t=!Jr;let l=e.length;if(l){var r=e[l-1],n=To(r);n?l--:r=void 0;var o=e;if(n){e:{var s,a=r,i=!1;if(a)for(let h in a)isNaN(+h)?(s??(s={}))[h]=a[h]:(n=a[h],Array.isArray(n)&&(Hr(n)||Ns(n)&&n.size===0)&&(n=null),n==null&&(i=!0),n!=null&&((s??(s={}))[h]=n));if(i||(s=a),s)for(let h in s){i=s;break e}i=null}a=i==null?r!=null:i!==r}for(;l>0&&((s=o[l-1])==null||Hr(s)||Ns(s)&&s.size===0);l--)var c=!0;(o!==e||a||c)&&(t?(c||a||i)&&(o.length=l):o=Array.prototype.slice.call(o,0,l),i&&o.push(i)),c=o}else c=e}return c}function Qs(e){return e?/^\d+$/.test(e)?(sn(e),new oo(V,Z)):null:zu||(zu=new oo(0,0))}g.prototype.X=Rr,g.prototype.toString=function(){try{return Jr=!0,Ri(this).toString()}finally{Jr=!1}};var oo=class{constructor(e,t){this.h=e>>>0,this.g=t>>>0}},zu;function Zs(e){return e?/^-?\d+$/.test(e)?(sn(e),new so(V,Z)):null:Ku||(Ku=new so(0,0))}var so=class{constructor(e,t){this.h=e>>>0,this.g=t>>>0}},Ku;function Bt(e,t,r){for(;r>0||t>127;)e.g.push(127&t|128),t=(t>>>7|r<<25)>>>0,r>>>=7;e.g.push(t)}function Zt(e,t){for(;t>127;)e.g.push(127&t|128),t>>>=7;e.g.push(t)}function dn(e,t){if(t>=0)Zt(e,t);else{for(let r=0;r<9;r++)e.g.push(127&t|128),t>>=7;e.g.push(1)}}function br(e,t){e.g.push(t>>>0&255),e.g.push(t>>>8&255),e.g.push(t>>>16&255),e.g.push(t>>>24&255)}function Wt(e,t){t.length!==0&&(e.l.push(t),e.h+=t.length)}function Se(e,t,r){Zt(e.g,8*t+r)}function Xo(e,t){return Se(e,t,2),t=e.g.end(),Wt(e,t),t.push(e.h),t}function Ho(e,t){var r=t.pop();for(r=e.h+e.g.length()-r;r>127;)t.push(127&r|128),r>>>=7,e.h++;t.push(r),e.h++}function fn(e,t,r){Se(e,t,2),Zt(e.g,r.length),Wt(e,e.g.end()),Wt(e,r)}function Qr(e,t,r,n){r!=null&&(t=Xo(e,t),n(r,e),Ho(e,t))}function He(){let e=class{constructor(){throw Error()}};return Object.setPrototypeOf(e,e.prototype),e}var Yo=He(),wi=He(),zo=He(),Ko=He(),ki=He(),Si=He(),$o=He(),Ci=He(),Li=He(),er=class{constructor(e,t,r){this.g=e,this.h=t,e=Yo,this.l=!!e&&r===e||!1}};function pn(e,t){return new er(e,t,Yo)}function Ii(e,t,r,n,o){Qr(e,r,Oi(t,n),o)}var $u=pn(function(e,t,r,n,o){return e.h===2&&(wr(e,Do(t,n,r),o),!0)},Ii),qu=pn(function(e,t,r,n,o){return e.h===2&&(wr(e,Do(t,n,r,!0),o),!0)},Ii),mn=Symbol(),qo=Symbol(),ea=Symbol(),ta=Symbol(),Mi,Fi;function Ft(e,t,r,n){var o=n[e];if(o)return o;(o={}).W=function(f){switch(typeof f){case"boolean":return li||(li=[0,void 0,!0]);case"number":return f>0?void 0:f===0?Du||(Du=[0,void 0]):[-f,void 0];case"string":return[0,f];case"object":return f}}(n[0]);var s=n[1];let a=1;s&&s.constructor===Object&&(o.ha=s,typeof(s=n[++a])=="function"&&(o.ma=!0,Mi??(Mi=s),Fi??(Fi=n[a+1]),s=n[a+=2]));let i={};for(;s&&Array.isArray(s)&&s.length&&typeof s[0]=="number"&&s[0]>0;){for(var c=0;c<s.length;c++)i[s[c]]=s;s=n[++a]}for(c=1;s!==void 0;){let f;typeof s=="number"&&(c+=s,s=n[++a]);var l=void 0;if(s instanceof er?f=s:(f=$u,a--),f?.l){s=n[++a],l=n;var h=a;typeof s=="function"&&(s=s(),l[h]=s),l=s}for(h=c+1,typeof(s=n[++a])=="number"&&s<0&&(h-=s,s=n[++a]);c<h;c++){let d=i[c];l?r(o,c,f,l,d):t(o,c,f,d)}}return n[e]=o}function Ui(e){return Array.isArray(e)?e[0]instanceof er?e:[qu,e]:[e,void 0]}function Oi(e,t){return e instanceof g?e.u:Array.isArray(e)?xt(e,t,!1):void 0}function Jo(e,t,r,n){let o=r.g;e[t]=n?(s,a,i)=>o(s,a,i,n):o}function Qo(e,t,r,n,o){let s=r.g,a,i;e[t]=(c,l,h)=>s(c,l,h,i||(i=Ft(qo,Jo,Qo,n).W),a||(a=Zo(n)),o)}function Zo(e){let t=e[ea];if(t!=null)return t;let r=Ft(qo,Jo,Qo,e);return t=r.ma?(n,o)=>Mi(n,o,r):(n,o)=>{let s=G(n);for(;_i(o)&&o.h!=4;){var a=o.m,i=r[a];if(i==null){var c=r.ha;c&&(c=c[a])&&(c=Ju(c))!=null&&(i=r[a]=c)}i!=null&&i(o,n,a)||(a=(i=o).l,Nr(i),i.ga?i=void 0:(c=i.g.g-a,i.g.g=a,i=Ti(i.g,c)),a=n,i&&(mt||(mt=Symbol()),(c=a[mt])?c.push(i):a[mt]=[i]))}return 16384&s&&$t(n),!0},e[ea]=t}function Ju(e){let t=(e=Ui(e))[0].g;if(e=e[1]){let r=Zo(e),n=Ft(qo,Jo,Qo,e).W;return(o,s,a)=>t(o,s,a,n,r)}return t}function gn(e,t,r){e[t]=r.h}function xn(e,t,r,n){let o,s,a=r.h;e[t]=(i,c,l)=>a(i,c,l,s||(s=Ft(mn,gn,xn,n).W),o||(o=Pi(n)))}function Pi(e){let t=e[ta];if(!t){let r=Ft(mn,gn,xn,e);t=(n,o)=>Bi(n,o,r),e[ta]=t}return t}function Bi(e,t,r){for(var n=re(e),o=+!!(512&n)-1,s=e.length,a=512&n?1:0,i=s+(256&n?-1:0);a<i;a++){let c=e[a];if(c==null)continue;let l=a-o,h=ra(r,l);h&&h(t,c,l)}if(256&n){n=e[s-1];for(let c in n)o=+c,Number.isNaN(o)||(s=n[o])!=null&&(i=ra(r,o))&&i(t,s,o)}if(e=mt?e[mt]:void 0)for(Wt(t,t.g.end()),r=0;r<e.length;r++)Wt(t,vo(e[r])||new Uint8Array(0))}function ra(e,t){var r=e[t];if(r)return r;if((r=e.ha)&&(r=r[t])){var n=(r=Ui(r))[0].h;if(r=r[1]){let o=Pi(r),s=Ft(mn,gn,xn,r).W;r=e.ma?Fi(s,o):(a,i,c)=>n(a,i,c,s,o)}else r=n;return e[t]=r}}function tr(e,t){if(Array.isArray(t)){var r=re(t);if(4&r)return t;for(var n=0,o=0;n<t.length;n++){let s=e(t[n]);s!=null&&(t[o++]=s)}return o<n&&(t.length=o),oe(t,-12289&(5|r)),2&r&&Object.freeze(t),t}}function ye(e,t,r){return new er(e,t,r)}function rr(e,t,r){return new er(e,t,r)}function ve(e,t,r){J(e,G(e),t,r)}var Qu=pn(function(e,t,r,n,o){return e.h===2&&(e=wr(e,xt([void 0,void 0],n,!0),o),_t(n=G(t)),(o=ht(t,n,r))instanceof Pe?(2&o.M)!=0?((o=o.Y()).push(e),J(t,n,r,o)):o.Na(e):Array.isArray(o)?(2&re(o)&&J(t,n,r,o=mi(o)),o.push(e)):J(t,n,r,[e]),!0)},function(e,t,r,n,o){if(t instanceof Pe)t.forEach((s,a)=>{Qr(e,r,xt([a,s],n,!1),o)});else if(Array.isArray(t))for(let s=0;s<t.length;s++){let a=t[s];Array.isArray(a)&&Qr(e,r,xt(a,n,!1),o)}});function Di(e,t,r){if(t=function(n){if(n==null)return n;let o=typeof n;if(o==="bigint")return String(BigInt.asIntN(64,n));if(an(n)){if(o==="string")return Co(n);if(o==="number")return So(n)}}(t),t!=null&&(typeof t=="string"&&Zs(t),t!=null))switch(Se(e,r,0),typeof t){case"number":e=e.g,Vt(t),Bt(e,V,Z);break;case"bigint":r=BigInt.asUintN(64,t),r=new so(Number(r&BigInt(4294967295)),Number(r>>BigInt(32))),Bt(e.g,r.h,r.g);break;default:r=Zs(t),Bt(e.g,r.h,r.g)}}function Ni(e,t,r){(t=qt(t))!=null&&t!=null&&(Se(e,r,0),dn(e.g,t))}function Gi(e,t,r){(t=ai(t))!=null&&(Se(e,r,0),e.g.g.push(t?1:0))}function Vi(e,t,r){(t=gt(t))!=null&&fn(e,r,Ka(t))}function ji(e,t,r,n,o){Qr(e,r,Oi(t,n),o)}function Wi(e,t,r){(t=t==null||typeof t=="string"||_r(t)||t instanceof at?t:void 0)!=null&&fn(e,r,Go(t).buffer)}function Xi(e,t,r){return(e.h===5||e.h===2)&&(t=Qt(t,G(t),r,!1,!1),e.h==2?ln(e,no,t):t.push(no(e.g)),!0)}var ot=ye(function(e,t,r){if(e.h!==1)return!1;var n=e.g;e=ro(n);let o=ro(n);n=2*(o>>31)+1;let s=o>>>20&2047;return e=4294967296*(1048575&o)+e,ve(t,r,s==2047?e?NaN:n*(1/0):s==0?5e-324*n*e:n*Math.pow(2,s-1075)*(e+4503599627370496)),!0},function(e,t,r){(t=At(t))!=null&&(Se(e,r,1),e=e.g,(r=si||(si=new DataView(new ArrayBuffer(8)))).setFloat64(0,+t,!0),V=r.getUint32(0,!0),Z=r.getUint32(4,!0),br(e,V),br(e,Z))},He()),ce=ye(function(e,t,r){return e.h===5&&(ve(t,r,no(e.g)),!0)},function(e,t,r){(t=At(t))!=null&&(Se(e,r,5),e=e.g,Ao(t),br(e,V))},$o),Zu=rr(Xi,function(e,t,r){if((t=tr(At,t))!=null)for(let a=0;a<t.length;a++){var n=e,o=r,s=t[a];s!=null&&(Se(n,o,5),n=n.g,Ao(s),br(n,V))}},$o),es=rr(Xi,function(e,t,r){if((t=tr(At,t))!=null&&t.length){Se(e,r,2),Zt(e.g,4*t.length);for(let n=0;n<t.length;n++)r=e.g,Ao(t[n]),br(r,V)}},$o),bt=ye(function(e,t,r){return e.h===0&&(ve(t,r,Vo(e.g,wo)),!0)},Di,Si),Wn=ye(function(e,t,r){return e.h===0&&(ve(t,r,(e=Vo(e.g,wo))===0?void 0:e),!0)},Di,Si),e2=ye(function(e,t,r){return e.h===0&&(ve(t,r,Vo(e.g,Ro)),!0)},function(e,t,r){if((t=Pu(t))!=null&&(typeof t=="string"&&Qs(t),t!=null))switch(Se(e,r,0),typeof t){case"number":e=e.g,Vt(t),Bt(e,V,Z);break;case"bigint":r=BigInt.asUintN(64,t),r=new oo(Number(r&BigInt(4294967295)),Number(r>>BigInt(32))),Bt(e.g,r.h,r.g);break;default:r=Qs(t),Bt(e.g,r.h,r.g)}},He()),ee=ye(function(e,t,r){return e.h===0&&(ve(t,r,Et(e.g)),!0)},Ni,Ko),yn=rr(function(e,t,r){return(e.h===0||e.h===2)&&(t=Qt(t,G(t),r,!1,!1),e.h==2?ln(e,Et,t):t.push(Et(e.g)),!0)},function(e,t,r){if((t=tr(qt,t))!=null&&t.length){r=Xo(e,r);for(let n=0;n<t.length;n++)dn(e.g,t[n]);Ho(e,r)}},Ko),Pt=ye(function(e,t,r){return e.h===0&&(ve(t,r,(e=Et(e.g))===0?void 0:e),!0)},Ni,Ko),q=ye(function(e,t,r){return e.h===0&&(ve(t,r,jo(e.g)),!0)},Gi,wi),Dt=ye(function(e,t,r){return e.h===0&&(ve(t,r,(e=jo(e.g))===!1?void 0:e),!0)},Gi,wi),fe=rr(function(e,t,r){return e.h===2&&(e=Wo(e),Qt(t,G(t),r,!1).push(e),!0)},function(e,t,r){if((t=tr(gt,t))!=null)for(let a=0;a<t.length;a++){var n=e,o=r,s=t[a];s!=null&&fn(n,o,Ka(s))}},zo),pt=ye(function(e,t,r){return e.h===2&&(ve(t,r,(e=Wo(e))===""?void 0:e),!0)},Vi,zo),D=ye(function(e,t,r){return e.h===2&&(ve(t,r,Wo(e)),!0)},Vi,zo),ie=function(e,t,r=Yo){return new er(e,t,r)}(function(e,t,r,n,o){return e.h===2&&(n=xt(void 0,n,!0),Qt(t,G(t),r,!0).push(n),wr(e,n,o),!0)},function(e,t,r,n,o){if(Array.isArray(t))for(let s=0;s<t.length;s++)ji(e,t[s],r,n,o)}),N=pn(function(e,t,r,n,o,s){return e.h===2&&(gi(t,re(t),s,r),wr(e,t=Do(t,n,r),o),!0)},ji),Hi=ye(function(e,t,r){return e.h===2&&(ve(t,r,Ai(e)),!0)},Wi,Ci),t2=rr(function(e,t,r){return(e.h===0||e.h===2)&&(t=Qt(t,G(t),r,!1,!1),e.h==2?ln(e,ut,t):t.push(ut(e.g)),!0)},function(e,t,r){if((t=tr(ii,t))!=null)for(let a=0;a<t.length;a++){var n=e,o=r,s=t[a];s!=null&&(Se(n,o,0),Zt(n.g,s))}},ki),r2=ye(function(e,t,r){return e.h===0&&(ve(t,r,(e=ut(e.g))===0?void 0:e),!0)},function(e,t,r){(t=ii(t))!=null&&t!=null&&(Se(e,r,0),Zt(e.g,t))},ki),We=ye(function(e,t,r){return e.h===0&&(ve(t,r,Et(e.g)),!0)},function(e,t,r){(t=qt(t))!=null&&(t=parseInt(t,10),Se(e,r,0),dn(e.g,t))},Li),ao=class{constructor(t,r){this.h=t,this.g=r,this.l=O,this.m=T,this.defaultValue=void 0}};function Ye(e,t){return new ao(e,t)}function Rt(e,t){return(r,n)=>{if(Ur.length){let s=Ur.pop();s.o(n),jn(s.g,r,n),r=s}else r=new class{constructor(s,a){if(Js.length){let i=Js.pop();jn(i,s,a),s=i}else s=new class{constructor(i,c){this.h=null,this.m=!1,this.g=this.l=this.j=0,jn(this,i,c)}clear(){this.h=null,this.m=!1,this.g=this.l=this.j=0,this.ca=!1}}(s,a);this.g=s,this.l=this.g.g,this.h=this.m=-1,this.o(a)}o({ga:s=!1}={}){this.ga=s}}(r,n);try{let s=new e,a=s.u;Zo(t)(a,r);var o=s}finally{r.g.clear(),r.m=-1,r.h=-1,Ur.length<100&&Ur.push(r)}return o}}function vn(e){return function(){let t=new class{constructor(){this.l=[],this.h=0,this.g=new class{constructor(){this.g=[]}length(){return this.g.length}end(){let a=this.g;return this.g=[],a}}}};Bi(this.u,t,Ft(mn,gn,xn,e)),Wt(t,t.g.end());let r=new Uint8Array(t.h),n=t.l,o=n.length,s=0;for(let a=0;a<o;a++){let i=n[a];r.set(i,s),s+=i.length}return t.l=[r],r}}var na=class extends g{constructor(e){super(e)}},oa=[0,pt,ye(function(e,t,r){return e.h===2&&(ve(t,r,(e=Ai(e))===Mt()?void 0:e),!0)},function(e,t,r){if(t!=null){if(t instanceof g){let n=t.Qa;return void(n&&(t=n(t),t!=null&&fn(e,r,Go(t).buffer)))}if(Array.isArray(t))return}Wi(e,t,r)},Ci)],Xn,sa=globalThis.trustedTypes;function aa(e){Xn===void 0&&(Xn=function(){let r=null;if(!sa)return r;try{let n=o=>o;r=sa.createPolicy("goog#html",{createHTML:n,createScript:n,createScriptURL:n})}catch{}return r}());var t=Xn;return new class{constructor(r){this.g=r}toString(){return this.g+""}}(t?t.createScriptURL(e):e)}function n2(e,...t){if(t.length===0)return aa(e[0]);let r=e[0];for(let n=0;n<t.length;n++)r+=encodeURIComponent(t[n])+e[n+1];return aa(r)}var Yi=[0,ee,We,q,-1,yn,We,-1],o2=class extends g{constructor(){super()}},zi=[0,q,D,q,We,-1,rr(function(e,t,r){return(e.h===0||e.h===2)&&(t=Qt(t,G(t),r,!1,!1),e.h==2?ln(e,Yu,t):t.push(Et(e.g)),!0)},function(e,t,r){if((t=tr(qt,t))!=null&&t.length){r=Xo(e,r);for(let n=0;n<t.length;n++)dn(e.g,t[n]);Ho(e,r)}},Li),D,-1,[0,q,-1],We,q,-1],Ki=[0,D,-2],ia=class extends g{constructor(){super()}},$i=[0],qi=[0,ee,q,1,q,-3],ke=class extends g{constructor(e){super(e,2)}},se={};se[336783863]=[0,D,q,-1,ee,[0,[1,2,3,4,5,6,7],N,$i,N,zi,N,Ki,N,qi,N,Yi,N,[0,D,-2],N,[0,D,We]],[0,D],q,[0,[1,3],[2,4],N,[0,yn],-1,N,[0,fe],-1,ie,[0,D,-1]],D];var ca=[0,Wn,-1,Dt,-3,Wn,yn,pt,Pt,Wn,-1,Dt,Pt,Dt,-2,pt];function Ce(e,t){to(e,2,Jt(t),"")}function H(e,t){hn(e,3,t)}function F(e,t){hn(e,4,t)}var xe=class extends g{constructor(e){super(e,500)}o(e){return T(this,0,7,e)}},gr=[-1,{}],ua=[0,D,1,gr],ha=[0,D,fe,gr];function Le(e,t){$r(e,1,xe,t)}function Y(e,t){hn(e,10,t)}function P(e,t){hn(e,15,t)}var be=class extends g{constructor(e){super(e,500)}o(e){return T(this,0,1001,e)}},Ji=[-500,ie,[-500,pt,-1,fe,-3,[-2,se,q],ie,oa,Pt,-1,ua,ha,ie,[0,pt,Dt],pt,ca,Pt,fe,987,fe],4,ie,[-500,D,-1,[-1,{}],998,D],ie,[-500,D,fe,-1,[-2,{},q],997,fe,-1],Pt,ie,[-500,D,fe,gr,998,fe],fe,Pt,ua,ha,ie,[0,pt,-1,gr],fe,-2,ca,pt,-1,Dt,[0,Dt,r2],978,gr,ie,oa];be.prototype.g=vn(Ji);var s2=Rt(be,Ji),a2=class extends g{constructor(e){super(e)}},Qi=class extends g{constructor(e){super(e)}g(){return ct(this,a2,1)}},Zi=[0,ie,[0,ee,ce,D,-1]],En=Rt(Qi,Zi),i2=class extends g{constructor(e){super(e)}},c2=class extends g{constructor(e){super(e)}},Hn=class extends g{constructor(e){super(e)}h(){return O(this,i2,2)}g(){return ct(this,c2,5)}},ec=Rt(class extends g{constructor(e){super(e)}},[0,fe,yn,es,[0,We,[0,ee,-3],[0,ce,-3],[0,ee,-1,[0,ie,[0,ee,-2]]],ie,[0,ce,-1,D,ce]],D,-1,bt,ie,[0,ee,ce],fe,bt]),tc=class extends g{constructor(e){super(e)}},Nt=Rt(class extends g{constructor(e){super(e)}},[0,ie,[0,ce,-4]]),rc=class extends g{constructor(e){super(e)}},kr=Rt(class extends g{constructor(e){super(e)}},[0,ie,[0,ce,-4]]),u2=class extends g{constructor(e){super(e)}},h2=[0,ee,-1,es,We],nc=class extends g{constructor(){super()}};nc.prototype.g=vn([0,ce,-4,bt]);var l2=class extends g{constructor(e){super(e)}},d2=Rt(class extends g{constructor(e){super(e)}},[0,ie,[0,1,ee,D,Zi],bt]),la=class extends g{constructor(e){super(e)}},f2=class extends g{constructor(e){super(e)}pa(){let e=pi(this);return e??Mt()}},p2=class extends g{constructor(e){super(e)}},oc=[1,2],m2=Rt(class extends g{constructor(e){super(e)}},[0,ie,[0,oc,N,[0,es],N,[0,Hi],ee,D],bt]),ts=class extends g{constructor(e){super(e)}},sc=[0,D,ee,ce,fe,-1],da=class extends g{constructor(e){super(e)}},g2=[0,q,-1],fa=class extends g{constructor(e){super(e)}},Gr=[1,2,3,4,5],Zr=class extends g{constructor(e){super(e)}g(){return pi(this)!=null}h(){return gt(vt(this,2))!=null}},$=class extends g{constructor(e){super(e)}g(){return ai(vt(this,2))??!1}},ac=[0,Hi,D,[0,ee,bt,-1],[0,e2,bt]],ne=[0,ac,q,[0,Gr,N,qi,N,zi,N,Yi,N,$i,N,Ki],We],bn=class extends g{constructor(e){super(e)}},rs=[0,ne,ce,-1,ee],x2=Ye(502141897,bn);se[502141897]=rs;var y2=Rt(class extends g{constructor(e){super(e)}},[0,[0,We,-1,Zu,t2],h2]),ic=class extends g{constructor(e){super(e)}},cc=class extends g{constructor(e){super(e)}},ns=[0,ne,ce,[0,ne],q],uc=[0,ne,rs,ns,ce,[0,[0,ac]]],v2=Ye(508968150,cc);se[508968150]=uc,se[508968149]=ns;var hc=class extends g{constructor(e){super(e)}},E2=Ye(513916220,hc);se[513916220]=[0,ne,uc,ee];var Ut=class extends g{constructor(e){super(e)}h(){return O(this,ts,2)}g(){X(this,2)}},lc=[0,ne,sc];se[478825465]=lc;var b2=class extends g{constructor(e){super(e)}},dc=class extends g{constructor(e){super(e)}},os=class extends g{constructor(e){super(e)}},ss=class extends g{constructor(e){super(e)}},fc=class extends g{constructor(e){super(e)}},pa=[0,ne,[0,ne],lc,-1],pc=[0,ne,ce,ee],as=[0,ne,ce],mc=[0,ne,pc,as,ce],T2=Ye(479097054,fc);se[479097054]=[0,ne,mc,pa],se[463370452]=pa,se[464864288]=pc;var _2=Ye(462713202,ss);se[462713202]=mc,se[474472470]=as;var A2=class extends g{constructor(e){super(e)}},gc=class extends g{constructor(e){super(e)}},xc=class extends g{constructor(e){super(e)}},yc=class extends g{constructor(){super()}},is=[0,ne,ce,-1,ee],io=[0,ne,ce,q];yc.prototype.g=vn([0,ne,as,[0,ne],rs,ns,is,io]);var vc=class extends g{constructor(e){super(e)}},R2=Ye(456383383,vc);se[456383383]=[0,ne,sc];var Ec=class extends g{constructor(e){super(e)}},w2=Ye(476348187,Ec);se[476348187]=[0,ne,g2];var bc=class extends g{constructor(e){super(e)}},ma=class extends g{constructor(e){super(e)}},Tc=[0,We,-1],k2=Ye(458105876,class extends g{constructor(e){super(e)}g(){var e=this.u;let t=G(e),r=2&t;return e=function(n,o,s){var a=ma;let i=2&o,c=!1;if(s==null){if(i)return $s();s=[]}else if(s.constructor===Pe){if((2&s.M)==0||i)return s;s=s.Y()}else Array.isArray(s)?c=!!(2&re(s)):s=[];if(i){if(!s.length)return $s();c||(c=!0,$t(s))}else c&&(c=!1,s=mi(s));return c||(64&re(s)?Jn(s,32):32&o&&rn(s,32)),J(n,o,2,a=new Pe(s,a,Bu,void 0)),a}(e,t,ht(e,t,2)),!r&&ma&&(e.sa=!0),e}});se[458105876]=[0,Tc,Qu,[!0,bt,[0,D,-1,fe]]];var cs=class extends g{constructor(e){super(e)}},_c=Ye(458105758,cs);se[458105758]=[0,ne,D,Tc];var Ac=class extends g{constructor(e){super(e)}},S2=Ye(443442058,Ac);se[443442058]=[0,ne,D,ee,ce,fe,-1],se[514774813]=is;var Rc=class extends g{constructor(e){super(e)}},C2=Ye(516587230,Rc);function co(e,t){return t=t?t.clone():new ts,e.displayNamesLocale!==void 0?X(t,1,Jt(e.displayNamesLocale)):e.displayNamesLocale===void 0&&X(t,1),e.maxResults!==void 0?tt(t,2,e.maxResults):"maxResults"in e&&X(t,2),e.scoreThreshold!==void 0?y(t,3,e.scoreThreshold):"scoreThreshold"in e&&X(t,3),e.categoryAllowlist!==void 0?qr(t,4,e.categoryAllowlist):"categoryAllowlist"in e&&X(t,4),e.categoryDenylist!==void 0?qr(t,5,e.categoryDenylist):"categoryDenylist"in e&&X(t,5),t}function us(e,t=-1,r=""){return{categories:e.map(n=>({index:je(Oe(n,1),0)??-1,score:te(n,2)??0,categoryName:et(n,3)??"",displayName:et(n,4)??""})),headIndex:t,headName:r}}function wc(e){var t=Ct(e,3,At,St()),r=Ct(e,2,qt,St()),n=Ct(e,1,gt,St()),o=Ct(e,9,gt,St());let s={categories:[],keypoints:[]};for(let a=0;a<t.length;a++)s.categories.push({score:t[a],index:r[a]??-1,categoryName:n[a]??"",displayName:o[a]??""});if((t=O(e,Hn,4)?.h())&&(s.boundingBox={originX:Oe(t,1)??0,originY:Oe(t,2)??0,width:Oe(t,3)??0,height:Oe(t,4)??0,angle:0}),O(e,Hn,4)?.g().length)for(let a of O(e,Hn,4).g())s.keypoints.push({x:Dr(a,1)??0,y:Dr(a,2)??0,score:Dr(a,4)??0,label:gt(vt(a,3))??""});return s}function Tn(e){let t=[];for(let r of ct(e,rc,1))t.push({x:te(r,1)??0,y:te(r,2)??0,z:te(r,3)??0,visibility:te(r,4)??0});return t}function xr(e){let t=[];for(let r of ct(e,tc,1))t.push({x:te(r,1)??0,y:te(r,2)??0,z:te(r,3)??0,visibility:te(r,4)??0});return t}function ga(e){return Array.from(e,t=>t>127?t-256:t)}function xa(e,t){if(e.length!==t.length)throw Error(`Cannot compute cosine similarity between embeddings of different sizes (${e.length} vs. ${t.length}).`);let r=0,n=0,o=0;for(let s=0;s<e.length;s++)r+=e[s]*t[s],n+=e[s]*e[s],o+=t[s]*t[s];if(n<=0||o<=0)throw Error("Cannot compute cosine similarity on embedding with 0 norm.");return r/Math.sqrt(n*o)}var Or;se[516587230]=[0,ne,is,io,ce],se[518928384]=io;var L2=new Uint8Array([0,97,115,109,1,0,0,0,1,5,1,96,0,1,123,3,2,1,0,10,10,1,8,0,65,0,253,15,253,98,11]);async function kc(){if(Or===void 0)try{await WebAssembly.instantiate(L2),Or=!0}catch{Or=!1}return Or}async function hr(e,t=n2``){let r=await kc()?"wasm_internal":"wasm_nosimd_internal";return{wasmLoaderPath:`${t}/${e}_${r}.js`,wasmBinaryPath:`${t}/${e}_${r}.wasm`}}var dt=class{};function Sc(){var e=navigator;return typeof OffscreenCanvas<"u"&&(!function(t=navigator){return(t=t.userAgent).includes("Safari")&&!t.includes("Chrome")}(e)||!!((e=e.userAgent.match(/Version\/([\d]+).*Safari/))&&e.length>=1&&Number(e[1])>=17))}async function ya(e){if(typeof importScripts!="function"){let t=document.createElement("script");return t.src=e.toString(),t.crossOrigin="anonymous",new Promise((r,n)=>{t.addEventListener("load",()=>{r()},!1),t.addEventListener("error",o=>{n(o)},!1),document.body.appendChild(t)})}importScripts(e.toString())}function Cc(e){return e.videoWidth!==void 0?[e.videoWidth,e.videoHeight]:e.naturalWidth!==void 0?[e.naturalWidth,e.naturalHeight]:e.displayWidth!==void 0?[e.displayWidth,e.displayHeight]:[e.width,e.height]}function v(e,t,r){e.m||console.error("No wasm multistream support detected: ensure dependency inclusion of :gl_graph_runner_internal_multi_input target"),r(t=e.i.stringToNewUTF8(t)),e.i._free(t)}function va(e,t,r){if(!e.i.canvas)throw Error("No OpenGL canvas configured.");if(r?e.i._bindTextureToStream(r):e.i._bindTextureToCanvas(),!(r=e.i.canvas.getContext("webgl2")||e.i.canvas.getContext("webgl")))throw Error("Failed to obtain WebGL context from the provided canvas. `getContext()` should only be invoked with `webgl` or `webgl2`.");e.i.gpuOriginForWebTexturesIsBottomLeft&&r.pixelStorei(r.UNPACK_FLIP_Y_WEBGL,!0),r.texImage2D(r.TEXTURE_2D,0,r.RGBA,r.RGBA,r.UNSIGNED_BYTE,t),e.i.gpuOriginForWebTexturesIsBottomLeft&&r.pixelStorei(r.UNPACK_FLIP_Y_WEBGL,!1);let[n,o]=Cc(t);return!e.l||n===e.i.canvas.width&&o===e.i.canvas.height||(e.i.canvas.width=n,e.i.canvas.height=o),[n,o]}function Ea(e,t,r){e.m||console.error("No wasm multistream support detected: ensure dependency inclusion of :gl_graph_runner_internal_multi_input target");let n=new Uint32Array(t.length);for(let o=0;o<t.length;o++)n[o]=e.i.stringToNewUTF8(t[o]);t=e.i._malloc(4*n.length),e.i.HEAPU32.set(n,t>>2),r(t);for(let o of n)e.i._free(o);e.i._free(t)}function qe(e,t,r){e.i.simpleListeners=e.i.simpleListeners||{},e.i.simpleListeners[t]=r}function lt(e,t,r){let n=[];e.i.simpleListeners=e.i.simpleListeners||{},e.i.simpleListeners[t]=(o,s,a)=>{s?(r(n,a),n=[]):n.push(o)}}dt.forVisionTasks=function(e){return hr("vision",e)},dt.forTextTasks=function(e){return hr("text",e)},dt.forGenAiExperimentalTasks=function(e){return hr("genai_experimental",e)},dt.forGenAiTasks=function(e){return hr("genai",e)},dt.forAudioTasks=function(e){return hr("audio",e)},dt.isSimdSupported=function(){return kc()};async function I2(e,t,r,n){return e=await(async(o,s,a,i,c)=>{if(s&&await ya(s),!self.ModuleFactory||a&&(await ya(a),!self.ModuleFactory))throw Error("ModuleFactory not set.");return self.Module&&c&&((s=self.Module).locateFile=c.locateFile,c.mainScriptUrlOrBlob&&(s.mainScriptUrlOrBlob=c.mainScriptUrlOrBlob)),c=await self.ModuleFactory(self.Module||c),self.ModuleFactory=self.Module=void 0,new o(c,i)})(e,r.wasmLoaderPath,r.assetLoaderPath,t,{locateFile:o=>o.endsWith(".wasm")?r.wasmBinaryPath.toString():r.assetBinaryPath&&o.endsWith(".data")?r.assetBinaryPath.toString():o}),await e.o(n),e}function Yn(e,t){let r=O(e.baseOptions,Zr,1)||new Zr;typeof t=="string"?(X(r,2,Jt(t)),X(r,1)):t instanceof Uint8Array&&(X(r,1,_o(t,!1)),X(r,2)),T(e.baseOptions,0,1,r)}function ba(e){try{let t=e.H.length;if(t===1)throw Error(e.H[0].message);if(t>1)throw Error("Encountered multiple errors: "+e.H.map(r=>r.message).join(", "))}finally{e.H=[]}}function m(e,t){e.B=Math.max(e.B,t)}function _n(e,t){e.A=new xe,Ce(e.A,"PassThroughCalculator"),H(e.A,"free_memory"),F(e.A,"free_memory_unused_out"),Y(t,"free_memory"),Le(t,e.A)}function Xt(e,t){H(e.A,t),F(e.A,t+"_unused_out")}function An(e){e.g.addBoolToStream(!0,"free_memory",e.B)}var Vr=class{constructor(e){this.g=e,this.H=[],this.B=0,this.g.setAutoRenderToScreen(!1)}l(e,t=!0){if(t){let r=e.baseOptions||{};if(e.baseOptions?.modelAssetBuffer&&e.baseOptions?.modelAssetPath)throw Error("Cannot set both baseOptions.modelAssetPath and baseOptions.modelAssetBuffer");if(!(O(this.baseOptions,Zr,1)?.g()||O(this.baseOptions,Zr,1)?.h()||e.baseOptions?.modelAssetBuffer||e.baseOptions?.modelAssetPath))throw Error("Either baseOptions.modelAssetPath or baseOptions.modelAssetBuffer must be set");if(function(n,o){let s=O(n.baseOptions,fa,3);if(!s){var a=s=new fa,i=new ia;mr(a,4,Gr,i)}"delegate"in o&&(o.delegate==="GPU"?(o=s,a=new o2,mr(o,2,Gr,a)):(o=s,a=new ia,mr(o,4,Gr,a))),T(n.baseOptions,0,3,s)}(this,r),r.modelAssetPath)return fetch(r.modelAssetPath.toString()).then(n=>{if(n.ok)return n.arrayBuffer();throw Error(`Failed to fetch model: ${r.modelAssetPath} (${n.status})`)}).then(n=>{try{this.g.i.FS_unlink("/model.dat")}catch{}this.g.i.FS_createDataFile("/","model.dat",new Uint8Array(n),!0,!1,!1),Yn(this,"/model.dat"),this.m(),this.J()});if(r.modelAssetBuffer instanceof Uint8Array)Yn(this,r.modelAssetBuffer);else if(r.modelAssetBuffer)return async function(n){let o=[];for(var s=0;;){let{done:a,value:i}=await n.read();if(a)break;o.push(i),s+=i.length}if(o.length===0)return new Uint8Array(0);if(o.length===1)return o[0];n=new Uint8Array(s),s=0;for(let a of o)n.set(a,s),s+=a.length;return n}(r.modelAssetBuffer).then(n=>{Yn(this,n),this.m(),this.J()})}return this.m(),this.J(),Promise.resolve()}J(){}ea(){let e;if(this.g.ea(t=>{e=s2(t)}),!e)throw Error("Failed to retrieve CalculatorGraphConfig");return e}setGraph(e,t){this.g.attachErrorListener((r,n)=>{this.H.push(Error(n))}),this.g.La(),this.g.setGraph(e,t),this.A=void 0,ba(this)}finishProcessing(){this.g.finishProcessing(),ba(this)}close(){this.A=void 0,this.g.closeGraph()}};function ge(e,t){if(!e)throw Error(`Unable to obtain required WebGL resource: ${t}`);return e}Vr.prototype.close=Vr.prototype.close,za("TaskRunner",Vr);var uo=class{constructor(t,r,n,o){this.g=t,this.h=r,this.m=n,this.l=o}bind(){this.g.bindVertexArray(this.h)}close(){this.g.deleteVertexArray(this.h),this.g.deleteBuffer(this.m),this.g.deleteBuffer(this.l)}};function Ta(e,t,r){let n=e.g;if(r=ge(n.createShader(r),"Failed to create WebGL shader"),n.shaderSource(r,t),n.compileShader(r),!n.getShaderParameter(r,n.COMPILE_STATUS))throw Error(`Could not compile WebGL shader: ${n.getShaderInfoLog(r)}`);return n.attachShader(e.h,r),r}function _a(e,t){let r=e.g,n=ge(r.createVertexArray(),"Failed to create vertex array");r.bindVertexArray(n);let o=ge(r.createBuffer(),"Failed to create buffer");r.bindBuffer(r.ARRAY_BUFFER,o),r.enableVertexAttribArray(e.P),r.vertexAttribPointer(e.P,2,r.FLOAT,!1,0,0),r.bufferData(r.ARRAY_BUFFER,new Float32Array([-1,-1,-1,1,1,1,1,-1]),r.STATIC_DRAW);let s=ge(r.createBuffer(),"Failed to create buffer");return r.bindBuffer(r.ARRAY_BUFFER,s),r.enableVertexAttribArray(e.J),r.vertexAttribPointer(e.J,2,r.FLOAT,!1,0,0),r.bufferData(r.ARRAY_BUFFER,new Float32Array(t?[0,1,0,0,1,0,1,1]:[0,0,0,1,1,1,1,0]),r.STATIC_DRAW),r.bindBuffer(r.ARRAY_BUFFER,null),r.bindVertexArray(null),new uo(r,n,o,s)}function hs(e,t){if(e.g){if(t!==e.g)throw Error("Cannot change GL context once initialized")}else e.g=t}function Sr(e,t,r,n){return hs(e,t),e.h||(e.m(),e.C()),r?(e.s||(e.s=_a(e,!0)),r=e.s):(e.v||(e.v=_a(e,!1)),r=e.v),t.useProgram(e.h),r.bind(),e.l(),e=n(),r.g.bindVertexArray(null),e}function Tt(e,t,r){return hs(e,t),e=ge(t.createTexture(),"Failed to create texture"),t.bindTexture(t.TEXTURE_2D,e),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_WRAP_S,t.CLAMP_TO_EDGE),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_WRAP_T,t.CLAMP_TO_EDGE),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_MIN_FILTER,r??t.LINEAR),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_MAG_FILTER,r??t.LINEAR),t.bindTexture(t.TEXTURE_2D,null),e}function Rn(e,t,r){hs(e,t),e.A||(e.A=ge(t.createFramebuffer(),"Failed to create framebuffe.")),t.bindFramebuffer(t.FRAMEBUFFER,e.A),t.framebufferTexture2D(t.FRAMEBUFFER,t.COLOR_ATTACHMENT0,t.TEXTURE_2D,r,0)}function ls(e){e.g?.bindFramebuffer(e.g.FRAMEBUFFER,null)}var nr=class{H(){return`
|
|
2
2
|
precision mediump float;
|
|
3
3
|
varying vec2 vTex;
|
|
4
4
|
uniform sampler2D inputTexture;
|
|
5
5
|
void main() {
|
|
6
6
|
gl_FragColor = texture2D(inputTexture, vTex);
|
|
7
7
|
}
|
|
8
|
-
`}m(){let e=this.g;if(this.h=
|
|
8
|
+
`}m(){let e=this.g;if(this.h=ge(e.createProgram(),"Failed to create WebGL program"),this.ba=Ta(this,`
|
|
9
9
|
attribute vec2 aVertex;
|
|
10
10
|
attribute vec2 aTex;
|
|
11
11
|
varying vec2 vTex;
|
|
12
12
|
void main(void) {
|
|
13
13
|
gl_Position = vec4(aVertex, 0.0, 1.0);
|
|
14
14
|
vTex = aTex;
|
|
15
|
-
}`,e.VERTEX_SHADER),this.aa=
|
|
15
|
+
}`,e.VERTEX_SHADER),this.aa=Ta(this,this.H(),e.FRAGMENT_SHADER),e.linkProgram(this.h),!e.getProgramParameter(this.h,e.LINK_STATUS))throw Error(`Error during program linking: ${e.getProgramInfoLog(this.h)}`);this.P=e.getAttribLocation(this.h,"aVertex"),this.J=e.getAttribLocation(this.h,"aTex")}C(){}l(){}close(){if(this.h){let e=this.g;e.deleteProgram(this.h),e.deleteShader(this.ba),e.deleteShader(this.aa)}this.A&&this.g.deleteFramebuffer(this.A),this.v&&this.v.close(),this.s&&this.s.close()}},M2=class extends nr{H(){return`
|
|
16
16
|
precision mediump float;
|
|
17
17
|
uniform sampler2D backgroundTexture;
|
|
18
18
|
uniform sampler2D maskTexture;
|
|
@@ -24,7 +24,7 @@ var Ct=typeof self<"u"?self:{};function Xn(e,t){e:{for(var r=["CLOSURE_FLAGS"],n
|
|
|
24
24
|
vec4 categoryColor = texture2D(colorMappingTexture, vec2(category, 0.0));
|
|
25
25
|
gl_FragColor = mix(backgroundColor, categoryColor, categoryColor.a);
|
|
26
26
|
}
|
|
27
|
-
`}C(){let e=this.g;e.activeTexture(e.TEXTURE1),this.B=
|
|
27
|
+
`}C(){let e=this.g;e.activeTexture(e.TEXTURE1),this.B=Tt(this,e,e.LINEAR),e.activeTexture(e.TEXTURE2),this.j=Tt(this,e,e.NEAREST)}m(){super.m();let e=this.g;this.L=ge(e.getUniformLocation(this.h,"backgroundTexture"),"Uniform location"),this.U=ge(e.getUniformLocation(this.h,"colorMappingTexture"),"Uniform location"),this.K=ge(e.getUniformLocation(this.h,"maskTexture"),"Uniform location")}l(){super.l();let e=this.g;e.uniform1i(this.K,0),e.uniform1i(this.L,1),e.uniform1i(this.U,2)}close(){this.B&&this.g.deleteTexture(this.B),this.j&&this.g.deleteTexture(this.j),super.close()}},F2=class extends nr{H(){return`
|
|
28
28
|
precision mediump float;
|
|
29
29
|
uniform sampler2D maskTexture;
|
|
30
30
|
uniform sampler2D defaultTexture;
|
|
@@ -38,15 +38,15 @@ var Ct=typeof self<"u"?self:{};function Xn(e,t){e:{for(var r=["CLOSURE_FLAGS"],n
|
|
|
38
38
|
overlayColor = mix(defaultColor, overlayColor, overlayColor.a);
|
|
39
39
|
gl_FragColor = mix(defaultColor, overlayColor, confidence);
|
|
40
40
|
}
|
|
41
|
-
`}C(){let e=this.g;e.activeTexture(e.TEXTURE1),this.j=xt(this,e),e.activeTexture(e.TEXTURE2),this.B=xt(this,e)}m(){super.m();let e=this.g;this.K=de(e.getUniformLocation(this.h,"defaultTexture"),"Uniform location"),this.L=de(e.getUniformLocation(this.h,"overlayTexture"),"Uniform location"),this.I=de(e.getUniformLocation(this.h,"maskTexture"),"Uniform location")}l(){super.l();let e=this.g;e.uniform1i(this.I,0),e.uniform1i(this.K,1),e.uniform1i(this.L,2)}close(){this.j&&this.g.deleteTexture(this.j),this.B&&this.g.deleteTexture(this.B),super.close()}};function ot(e,t){switch(t){case 0:return e.g.find(r=>r instanceof Uint8Array);case 1:return e.g.find(r=>r instanceof Float32Array);case 2:return e.g.find(r=>typeof WebGLTexture<"u"&&r instanceof WebGLTexture);default:throw Error(`Type is not supported: ${t}`)}}function so(e){var t=ot(e,1);if(!t){if(t=ot(e,0))t=new Float32Array(t).map(n=>n/255);else{t=new Float32Array(e.width*e.height);let n=Ht(e);var r=os(e);if(wn(r,n,vc(e)),"iPad Simulator;iPhone Simulator;iPod Simulator;iPad;iPhone;iPod".split(";").includes(navigator.platform)||navigator.userAgent.includes("Mac")&&"document"in self&&"ontouchend"in self.document){r=new Float32Array(e.width*e.height*4),n.readPixels(0,0,e.width,e.height,n.RGBA,n.FLOAT,r);for(let o=0,s=0;o<t.length;++o,s+=4)t[o]=r[s]}else n.readPixels(0,0,e.width,e.height,n.RED,n.FLOAT,t)}e.g.push(t)}return t}function vc(e){let t=ot(e,2);if(!t){let r=Ht(e);t=bc(e);let n=so(e),o=Tc(e);r.texImage2D(r.TEXTURE_2D,0,o,e.width,e.height,0,r.RED,r.FLOAT,n),io(e)}return t}function Ht(e){if(!e.canvas)throw Error("Conversion to different image formats require that a canvas is passed when initializing the image.");return e.h||(e.h=de(e.canvas.getContext("webgl2"),"You cannot use a canvas that is already bound to a different type of rendering context.")),e.h}function Tc(e){if(e=Ht(e),!Mr)if(e.getExtension("EXT_color_buffer_float")&&e.getExtension("OES_texture_float_linear")&&e.getExtension("EXT_float_blend"))Mr=e.R32F;else{if(!e.getExtension("EXT_color_buffer_half_float"))throw Error("GPU does not fully support 4-channel float32 or float16 formats");Mr=e.R16F}return Mr}function os(e){return e.l||(e.l=new tr),e.l}function bc(e){let t=Ht(e);t.viewport(0,0,e.width,e.height),t.activeTexture(t.TEXTURE0);let r=ot(e,2);return r||(r=xt(os(e),t,e.m?t.LINEAR:t.NEAREST),e.g.push(r),e.j=!0),t.bindTexture(t.TEXTURE_2D,r),r}function io(e){e.h.bindTexture(e.h.TEXTURE_2D,null)}var Mr,ie=class{constructor(e,t,r,n,o,s,i){this.g=e,this.m=t,this.j=r,this.canvas=n,this.l=o,this.width=s,this.height=i,this.j&&--li===0&&console.error("You seem to be creating MPMask instances without invoking .close(). This leaks resources.")}Ha(){return!!ot(this,0)}la(){return!!ot(this,1)}R(){return!!ot(this,2)}ka(){return(t=ot(e=this,0))||(t=so(e),t=new Uint8Array(t.map(r=>255*r)),e.g.push(t)),t;var e,t}ja(){return so(this)}N(){return vc(this)}clone(){let e=[];for(let t of this.g){let r;if(t instanceof Uint8Array)r=new Uint8Array(t);else if(t instanceof Float32Array)r=new Float32Array(t);else{if(!(t instanceof WebGLTexture))throw Error(`Type is not supported: ${t}`);{let n=Ht(this),o=os(this);n.activeTexture(n.TEXTURE1),r=xt(o,n,this.m?n.LINEAR:n.NEAREST),n.bindTexture(n.TEXTURE_2D,r);let s=Tc(this);n.texImage2D(n.TEXTURE_2D,0,s,this.width,this.height,0,n.RED,n.FLOAT,null),n.bindTexture(n.TEXTURE_2D,null),wn(o,n,r),Cr(o,n,!1,()=>{bc(this),n.clearColor(0,0,0,0),n.clear(n.COLOR_BUFFER_BIT),n.drawArrays(n.TRIANGLE_FAN,0,4),io(this)}),ns(o),io(this)}}e.push(r)}return new ie(e,this.m,this.R(),this.canvas,this.l,this.width,this.height)}close(){this.j&&Ht(this).deleteTexture(ot(this,2)),li=-1}};ie.prototype.close=ie.prototype.close,ie.prototype.clone=ie.prototype.clone,ie.prototype.getAsWebGLTexture=ie.prototype.N,ie.prototype.getAsFloat32Array=ie.prototype.ja,ie.prototype.getAsUint8Array=ie.prototype.ka,ie.prototype.hasWebGLTexture=ie.prototype.R,ie.prototype.hasFloat32Array=ie.prototype.la,ie.prototype.hasUint8Array=ie.prototype.Ha;var li=250,A1={color:"white",lineWidth:4,radius:6};function jn(e){return{...A1,fillColor:(e=e||{}).color,...e}}function tt(e,t){return e instanceof Function?e(t):e}function di(e,t,r){return Math.max(Math.min(t,r),Math.min(Math.max(t,r),e))}function ar(e){if(!e.l)throw Error("CPU rendering requested but CanvasRenderingContext2D not provided.");return e.l}function _r(e){if(!e.j)throw Error("GPU rendering requested but WebGL2RenderingContext not provided.");return e.j}function pi(e,t,r){if(t.R())r(t.N());else{let n=t.la()?t.ja():t.ka();e.m=e.m??new tr;let o=_r(e);r((e=new ie([n],t.m,!1,o.canvas,e.m,t.width,t.height)).N()),e.close()}}function mi(e,t,r,n){let o=function(c){return c.g||(c.g=new T1),c.g}(e),s=_r(e),i=Array.isArray(r)?new ImageData(new Uint8ClampedArray(r),1,1):r;Cr(o,s,!0,()=>{(function(a,u,f,g){let p=a.g;if(p.activeTexture(p.TEXTURE0),p.bindTexture(p.TEXTURE_2D,u),p.activeTexture(p.TEXTURE1),p.bindTexture(p.TEXTURE_2D,a.B),p.texImage2D(p.TEXTURE_2D,0,p.RGBA,p.RGBA,p.UNSIGNED_BYTE,f),a.I&&function(x,b){if(x!==b)return!1;x=x.entries(),b=b.entries();for(let[W,C]of x){x=W;let l=C;var A=b.next();if(A.done)return!1;let[_,T]=A.value;if(A=T,x!==_||l[0]!==A[0]||l[1]!==A[1]||l[2]!==A[2]||l[3]!==A[3])return!1}return!!b.next().done}(a.I,g))p.activeTexture(p.TEXTURE2),p.bindTexture(p.TEXTURE_2D,a.j);else{a.I=g;let x=Array(1024).fill(0);g.forEach((b,A)=>{if(b.length!==4)throw Error(`Color at index ${A} is not a four-channel value.`);x[4*A]=b[0],x[4*A+1]=b[1],x[4*A+2]=b[2],x[4*A+3]=b[3]}),p.activeTexture(p.TEXTURE2),p.bindTexture(p.TEXTURE_2D,a.j),p.texImage2D(p.TEXTURE_2D,0,p.RGBA,256,1,0,p.RGBA,p.UNSIGNED_BYTE,new Uint8Array(x))}})(o,t,i,n),s.clearColor(0,0,0,0),s.clear(s.COLOR_BUFFER_BIT),s.drawArrays(s.TRIANGLE_FAN,0,4);let c=o.g;c.activeTexture(c.TEXTURE0),c.bindTexture(c.TEXTURE_2D,null),c.activeTexture(c.TEXTURE1),c.bindTexture(c.TEXTURE_2D,null),c.activeTexture(c.TEXTURE2),c.bindTexture(c.TEXTURE_2D,null)})}function gi(e,t,r,n){let o=_r(e),s=function(a){return a.h||(a.h=new b1),a.h}(e),i=Array.isArray(r)?new ImageData(new Uint8ClampedArray(r),1,1):r,c=Array.isArray(n)?new ImageData(new Uint8ClampedArray(n),1,1):n;Cr(s,o,!0,()=>{var a=s.g;a.activeTexture(a.TEXTURE0),a.bindTexture(a.TEXTURE_2D,t),a.activeTexture(a.TEXTURE1),a.bindTexture(a.TEXTURE_2D,s.j),a.texImage2D(a.TEXTURE_2D,0,a.RGBA,a.RGBA,a.UNSIGNED_BYTE,i),a.activeTexture(a.TEXTURE2),a.bindTexture(a.TEXTURE_2D,s.B),a.texImage2D(a.TEXTURE_2D,0,a.RGBA,a.RGBA,a.UNSIGNED_BYTE,c),o.clearColor(0,0,0,0),o.clear(o.COLOR_BUFFER_BIT),o.drawArrays(o.TRIANGLE_FAN,0,4),o.bindTexture(o.TEXTURE_2D,null),(a=s.g).activeTexture(a.TEXTURE0),a.bindTexture(a.TEXTURE_2D,null),a.activeTexture(a.TEXTURE1),a.bindTexture(a.TEXTURE_2D,null),a.activeTexture(a.TEXTURE2),a.bindTexture(a.TEXTURE_2D,null)})}var ge=class{constructor(e,t){e instanceof CanvasRenderingContext2D||e instanceof OffscreenCanvasRenderingContext2D?(this.l=e,this.j=t):this.j=e}Aa(e,t){if(e){var r=ar(this);t=jn(t),r.save();var n=r.canvas,o=0;for(let s of e)r.fillStyle=tt(t.fillColor,{index:o,from:s}),r.strokeStyle=tt(t.color,{index:o,from:s}),r.lineWidth=tt(t.lineWidth,{index:o,from:s}),(e=new Path2D).arc(s.x*n.width,s.y*n.height,tt(t.radius,{index:o,from:s}),0,2*Math.PI),r.fill(e),r.stroke(e),++o;r.restore()}}za(e,t,r){if(e&&t){var n=ar(this);r=jn(r),n.save();var o=n.canvas,s=0;for(let i of t){n.beginPath(),t=e[i.start];let c=e[i.end];t&&c&&(n.strokeStyle=tt(r.color,{index:s,from:t,to:c}),n.lineWidth=tt(r.lineWidth,{index:s,from:t,to:c}),n.moveTo(t.x*o.width,t.y*o.height),n.lineTo(c.x*o.width,c.y*o.height)),++s,n.stroke()}n.restore()}}wa(e,t){let r=ar(this);t=jn(t),r.save(),r.beginPath(),r.lineWidth=tt(t.lineWidth,{}),r.strokeStyle=tt(t.color,{}),r.fillStyle=tt(t.fillColor,{}),r.moveTo(e.originX,e.originY),r.lineTo(e.originX+e.width,e.originY),r.lineTo(e.originX+e.width,e.originY+e.height),r.lineTo(e.originX,e.originY+e.height),r.lineTo(e.originX,e.originY),r.stroke(),r.fill(),r.restore()}xa(e,t,r=[0,0,0,255]){this.l?function(n,o,s,i){let c=_r(n);pi(n,o,a=>{mi(n,a,s,i),(a=ar(n)).drawImage(c.canvas,0,0,a.canvas.width,a.canvas.height)})}(this,e,r,t):mi(this,e.N(),r,t)}ya(e,t,r){this.l?function(n,o,s,i){let c=_r(n);pi(n,o,a=>{gi(n,a,s,i),(a=ar(n)).drawImage(c.canvas,0,0,a.canvas.width,a.canvas.height)})}(this,e,t,r):gi(this,e.N(),t,r)}close(){this.g?.close(),this.g=void 0,this.h?.close(),this.h=void 0,this.m?.close(),this.m=void 0}};function qe(e,t){switch(t){case 0:return e.g.find(r=>r instanceof ImageData);case 1:return e.g.find(r=>typeof ImageBitmap<"u"&&r instanceof ImageBitmap);case 2:return e.g.find(r=>typeof WebGLTexture<"u"&&r instanceof WebGLTexture);default:throw Error(`Type is not supported: ${t}`)}}function Ac(e){var t=qe(e,0);if(!t){t=Yt(e);let r=Rn(e),n=new Uint8Array(e.width*e.height*4);wn(r,t,Nr(e)),t.readPixels(0,0,e.width,e.height,t.RGBA,t.UNSIGNED_BYTE,n),ns(r),t=new ImageData(new Uint8ClampedArray(n.buffer),e.width,e.height),e.g.push(t)}return t}function Nr(e){let t=qe(e,2);if(!t){let r=Yt(e);t=Gr(e);let n=qe(e,1)||Ac(e);r.texImage2D(r.TEXTURE_2D,0,r.RGBA,r.RGBA,r.UNSIGNED_BYTE,n),ur(e)}return t}function Yt(e){if(!e.canvas)throw Error("Conversion to different image formats require that a canvas is passed when iniitializing the image.");return e.h||(e.h=de(e.canvas.getContext("webgl2"),"You cannot use a canvas that is already bound to a different type of rendering context.")),e.h}function Rn(e){return e.l||(e.l=new tr),e.l}function Gr(e){let t=Yt(e);t.viewport(0,0,e.width,e.height),t.activeTexture(t.TEXTURE0);let r=qe(e,2);return r||(r=xt(Rn(e),t),e.g.push(r),e.m=!0),t.bindTexture(t.TEXTURE_2D,r),r}function ur(e){e.h.bindTexture(e.h.TEXTURE_2D,null)}function yi(e){let t=Yt(e);return Cr(Rn(e),t,!0,()=>function(r,n){let o=r.canvas;if(o.width===r.width&&o.height===r.height)return n();let s=o.width,i=o.height;return o.width=r.width,o.height=r.height,r=n(),o.width=s,o.height=i,r}(e,()=>{if(t.bindFramebuffer(t.FRAMEBUFFER,null),t.clearColor(0,0,0,0),t.clear(t.COLOR_BUFFER_BIT),t.drawArrays(t.TRIANGLE_FAN,0,4),!(e.canvas instanceof OffscreenCanvas))throw Error("Conversion to ImageBitmap requires that the MediaPipe Tasks is initialized with an OffscreenCanvas");return e.canvas.transferToImageBitmap()}))}ge.prototype.close=ge.prototype.close,ge.prototype.drawConfidenceMask=ge.prototype.ya,ge.prototype.drawCategoryMask=ge.prototype.xa,ge.prototype.drawBoundingBox=ge.prototype.wa,ge.prototype.drawConnectors=ge.prototype.za,ge.prototype.drawLandmarks=ge.prototype.Aa,ge.lerp=function(e,t,r,n,o){return di(n*(1-(e-t)/(r-t))+o*(1-(r-e)/(r-t)),n,o)},ge.clamp=di;var he=class{constructor(e,t,r,n,o,s,i){this.g=e,this.j=t,this.m=r,this.canvas=n,this.l=o,this.width=s,this.height=i,(this.j||this.m)&&--Ei===0&&console.error("You seem to be creating MPImage instances without invoking .close(). This leaks resources.")}Ga(){return!!qe(this,0)}ma(){return!!qe(this,1)}R(){return!!qe(this,2)}Ea(){return Ac(this)}Da(){var e=qe(this,1);return e||(Nr(this),Gr(this),e=yi(this),ur(this),this.g.push(e),this.j=!0),e}N(){return Nr(this)}clone(){let e=[];for(let t of this.g){let r;if(t instanceof ImageData)r=new ImageData(t.data,this.width,this.height);else if(t instanceof WebGLTexture){let n=Yt(this),o=Rn(this);n.activeTexture(n.TEXTURE1),r=xt(o,n),n.bindTexture(n.TEXTURE_2D,r),n.texImage2D(n.TEXTURE_2D,0,n.RGBA,this.width,this.height,0,n.RGBA,n.UNSIGNED_BYTE,null),n.bindTexture(n.TEXTURE_2D,null),wn(o,n,r),Cr(o,n,!1,()=>{Gr(this),n.clearColor(0,0,0,0),n.clear(n.COLOR_BUFFER_BIT),n.drawArrays(n.TRIANGLE_FAN,0,4),ur(this)}),ns(o),ur(this)}else{if(!(t instanceof ImageBitmap))throw Error(`Type is not supported: ${t}`);Nr(this),Gr(this),r=yi(this),ur(this)}e.push(r)}return new he(e,this.ma(),this.R(),this.canvas,this.l,this.width,this.height)}close(){this.j&&qe(this,1).close(),this.m&&Yt(this).deleteTexture(qe(this,2)),Ei=-1}};he.prototype.close=he.prototype.close,he.prototype.clone=he.prototype.clone,he.prototype.getAsWebGLTexture=he.prototype.N,he.prototype.getAsImageBitmap=he.prototype.Da,he.prototype.getAsImageData=he.prototype.Ea,he.prototype.hasWebGLTexture=he.prototype.R,he.prototype.hasImageBitmap=he.prototype.ma,he.prototype.hasImageData=he.prototype.Ga;var Ei=250;function He(...e){return e.map(([t,r])=>({start:t,end:r}))}var w1=function(e){return class extends e{Ma(){this.i._registerModelResourcesGraphService()}}}((xi=class{constructor(e,t){this.l=!0,this.i=e,this.g=null,this.h=0,this.m=typeof this.i._addIntToInputStream=="function",t!==void 0?this.i.canvas=t:xc()?this.i.canvas=new OffscreenCanvas(1,1):(console.warn("OffscreenCanvas not supported and GraphRunner constructor glCanvas parameter is undefined. Creating backup canvas."),this.i.canvas=document.createElement("canvas"))}async initializeGraph(e){let t=await(await fetch(e)).arrayBuffer();e=!(e.endsWith(".pbtxt")||e.endsWith(".textproto")),this.setGraph(new Uint8Array(t),e)}setGraphFromString(e){this.setGraph(new TextEncoder().encode(e),!1)}setGraph(e,t){let r=e.length,n=this.i._malloc(r);this.i.HEAPU8.set(e,n),t?this.i._changeBinaryGraph(r,n):this.i._changeTextGraph(r,n),this.i._free(n)}configureAudio(e,t,r,n,o){this.i._configureAudio||console.warn('Attempting to use configureAudio without support for input audio. Is build dep ":gl_graph_runner_audio" missing?'),E(this,n||"input_audio",s=>{E(this,o=o||"audio_header",i=>{this.i._configureAudio(s,i,e,t??0,r)})})}setAutoResizeCanvas(e){this.l=e}setAutoRenderToScreen(e){this.i._setAutoRenderToScreen(e)}setGpuBufferVerticalFlip(e){this.i.gpuOriginForWebTexturesIsBottomLeft=e}ea(e){Ke(this,"__graph_config__",t=>{e(t)}),E(this,"__graph_config__",t=>{this.i._getGraphConfig(t,void 0)}),delete this.i.simpleListeners.__graph_config__}attachErrorListener(e){this.i.errorListener=e}attachEmptyPacketListener(e,t){this.i.emptyPacketListeners=this.i.emptyPacketListeners||{},this.i.emptyPacketListeners[e]=t}addAudioToStream(e,t,r){this.addAudioToStreamWithShape(e,0,0,t,r)}addAudioToStreamWithShape(e,t,r,n,o){let s=4*e.length;this.h!==s&&(this.g&&this.i._free(this.g),this.g=this.i._malloc(s),this.h=s),this.i.HEAPF32.set(e,this.g/4),E(this,n,i=>{this.i._addAudioToInputStream(this.g,t,r,i,o)})}addGpuBufferToStream(e,t,r){E(this,t,n=>{let[o,s]=ai(this,e,n);this.i._addBoundTextureToStream(n,o,s,r)})}addBoolToStream(e,t,r){E(this,t,n=>{this.i._addBoolToInputStream(e,n,r)})}addDoubleToStream(e,t,r){E(this,t,n=>{this.i._addDoubleToInputStream(e,n,r)})}addFloatToStream(e,t,r){E(this,t,n=>{this.i._addFloatToInputStream(e,n,r)})}addIntToStream(e,t,r){E(this,t,n=>{this.i._addIntToInputStream(e,n,r)})}addUintToStream(e,t,r){E(this,t,n=>{this.i._addUintToInputStream(e,n,r)})}addStringToStream(e,t,r){E(this,t,n=>{E(this,e,o=>{this.i._addStringToInputStream(o,n,r)})})}addStringRecordToStream(e,t,r){E(this,t,n=>{ci(this,Object.keys(e),o=>{ci(this,Object.values(e),s=>{this.i._addFlatHashMapToInputStream(o,s,Object.keys(e).length,n,r)})})})}addProtoToStream(e,t,r,n){E(this,r,o=>{E(this,t,s=>{let i=this.i._malloc(e.length);this.i.HEAPU8.set(e,i),this.i._addProtoToInputStream(i,e.length,s,o,n),this.i._free(i)})})}addEmptyPacketToStream(e,t){E(this,e,r=>{this.i._addEmptyPacketToInputStream(r,t)})}addBoolVectorToStream(e,t,r){E(this,t,n=>{let o=this.i._allocateBoolVector(e.length);if(!o)throw Error("Unable to allocate new bool vector on heap.");for(let s of e)this.i._addBoolVectorEntry(o,s);this.i._addBoolVectorToInputStream(o,n,r)})}addDoubleVectorToStream(e,t,r){E(this,t,n=>{let o=this.i._allocateDoubleVector(e.length);if(!o)throw Error("Unable to allocate new double vector on heap.");for(let s of e)this.i._addDoubleVectorEntry(o,s);this.i._addDoubleVectorToInputStream(o,n,r)})}addFloatVectorToStream(e,t,r){E(this,t,n=>{let o=this.i._allocateFloatVector(e.length);if(!o)throw Error("Unable to allocate new float vector on heap.");for(let s of e)this.i._addFloatVectorEntry(o,s);this.i._addFloatVectorToInputStream(o,n,r)})}addIntVectorToStream(e,t,r){E(this,t,n=>{let o=this.i._allocateIntVector(e.length);if(!o)throw Error("Unable to allocate new int vector on heap.");for(let s of e)this.i._addIntVectorEntry(o,s);this.i._addIntVectorToInputStream(o,n,r)})}addUintVectorToStream(e,t,r){E(this,t,n=>{let o=this.i._allocateUintVector(e.length);if(!o)throw Error("Unable to allocate new unsigned int vector on heap.");for(let s of e)this.i._addUintVectorEntry(o,s);this.i._addUintVectorToInputStream(o,n,r)})}addStringVectorToStream(e,t,r){E(this,t,n=>{let o=this.i._allocateStringVector(e.length);if(!o)throw Error("Unable to allocate new string vector on heap.");for(let s of e)E(this,s,i=>{this.i._addStringVectorEntry(o,i)});this.i._addStringVectorToInputStream(o,n,r)})}addBoolToInputSidePacket(e,t){E(this,t,r=>{this.i._addBoolToInputSidePacket(e,r)})}addDoubleToInputSidePacket(e,t){E(this,t,r=>{this.i._addDoubleToInputSidePacket(e,r)})}addFloatToInputSidePacket(e,t){E(this,t,r=>{this.i._addFloatToInputSidePacket(e,r)})}addIntToInputSidePacket(e,t){E(this,t,r=>{this.i._addIntToInputSidePacket(e,r)})}addUintToInputSidePacket(e,t){E(this,t,r=>{this.i._addUintToInputSidePacket(e,r)})}addStringToInputSidePacket(e,t){E(this,t,r=>{E(this,e,n=>{this.i._addStringToInputSidePacket(n,r)})})}addProtoToInputSidePacket(e,t,r){E(this,r,n=>{E(this,t,o=>{let s=this.i._malloc(e.length);this.i.HEAPU8.set(e,s),this.i._addProtoToInputSidePacket(s,e.length,o,n),this.i._free(s)})})}addBoolVectorToInputSidePacket(e,t){E(this,t,r=>{let n=this.i._allocateBoolVector(e.length);if(!n)throw Error("Unable to allocate new bool vector on heap.");for(let o of e)this.i._addBoolVectorEntry(n,o);this.i._addBoolVectorToInputSidePacket(n,r)})}addDoubleVectorToInputSidePacket(e,t){E(this,t,r=>{let n=this.i._allocateDoubleVector(e.length);if(!n)throw Error("Unable to allocate new double vector on heap.");for(let o of e)this.i._addDoubleVectorEntry(n,o);this.i._addDoubleVectorToInputSidePacket(n,r)})}addFloatVectorToInputSidePacket(e,t){E(this,t,r=>{let n=this.i._allocateFloatVector(e.length);if(!n)throw Error("Unable to allocate new float vector on heap.");for(let o of e)this.i._addFloatVectorEntry(n,o);this.i._addFloatVectorToInputSidePacket(n,r)})}addIntVectorToInputSidePacket(e,t){E(this,t,r=>{let n=this.i._allocateIntVector(e.length);if(!n)throw Error("Unable to allocate new int vector on heap.");for(let o of e)this.i._addIntVectorEntry(n,o);this.i._addIntVectorToInputSidePacket(n,r)})}addUintVectorToInputSidePacket(e,t){E(this,t,r=>{let n=this.i._allocateUintVector(e.length);if(!n)throw Error("Unable to allocate new unsigned int vector on heap.");for(let o of e)this.i._addUintVectorEntry(n,o);this.i._addUintVectorToInputSidePacket(n,r)})}addStringVectorToInputSidePacket(e,t){E(this,t,r=>{let n=this.i._allocateStringVector(e.length);if(!n)throw Error("Unable to allocate new string vector on heap.");for(let o of e)E(this,o,s=>{this.i._addStringVectorEntry(n,s)});this.i._addStringVectorToInputSidePacket(n,r)})}attachBoolListener(e,t){Ke(this,e,t),E(this,e,r=>{this.i._attachBoolListener(r)})}attachBoolVectorListener(e,t){ct(this,e,t),E(this,e,r=>{this.i._attachBoolVectorListener(r)})}attachIntListener(e,t){Ke(this,e,t),E(this,e,r=>{this.i._attachIntListener(r)})}attachIntVectorListener(e,t){ct(this,e,t),E(this,e,r=>{this.i._attachIntVectorListener(r)})}attachUintListener(e,t){Ke(this,e,t),E(this,e,r=>{this.i._attachUintListener(r)})}attachUintVectorListener(e,t){ct(this,e,t),E(this,e,r=>{this.i._attachUintVectorListener(r)})}attachDoubleListener(e,t){Ke(this,e,t),E(this,e,r=>{this.i._attachDoubleListener(r)})}attachDoubleVectorListener(e,t){ct(this,e,t),E(this,e,r=>{this.i._attachDoubleVectorListener(r)})}attachFloatListener(e,t){Ke(this,e,t),E(this,e,r=>{this.i._attachFloatListener(r)})}attachFloatVectorListener(e,t){ct(this,e,t),E(this,e,r=>{this.i._attachFloatVectorListener(r)})}attachStringListener(e,t){Ke(this,e,t),E(this,e,r=>{this.i._attachStringListener(r)})}attachStringVectorListener(e,t){ct(this,e,t),E(this,e,r=>{this.i._attachStringVectorListener(r)})}attachProtoListener(e,t,r){Ke(this,e,t),E(this,e,n=>{this.i._attachProtoListener(n,r||!1)})}attachProtoVectorListener(e,t,r){ct(this,e,t),E(this,e,n=>{this.i._attachProtoVectorListener(n,r||!1)})}attachAudioListener(e,t,r){this.i._attachAudioListener||console.warn('Attempting to use attachAudioListener without support for output audio. Is build dep ":gl_graph_runner_audio_out" missing?'),Ke(this,e,(n,o)=>{n=new Float32Array(n.buffer,n.byteOffset,n.length/4),t(n,o)}),E(this,e,n=>{this.i._attachAudioListener(n,r||!1)})}finishProcessing(){this.i._waitUntilIdle()}closeGraph(){this.i._closeGraph(),this.i.simpleListeners=void 0,this.i.emptyPacketListeners=void 0}},class extends xi{get ga(){return this.i}sa(e,t,r){E(this,t,n=>{let[o,s]=ai(this,e,n);this.ga._addBoundTextureAsImageToStream(n,o,s,r)})}V(e,t){Ke(this,e,t),E(this,e,r=>{this.ga._attachImageListener(r)})}da(e,t){ct(this,e,t),E(this,e,r=>{this.ga._attachImageVectorListener(r)})}})),xi,Pe=class extends w1{};async function w(e,t,r){return async function(n,o,s,i){return v1(n,o,s,i)}(e,r.canvas??(xc()?void 0:document.createElement("canvas")),t,r)}function wc(e,t,r,n){if(e.U){let s=new za;if(r?.regionOfInterest){if(!e.ra)throw Error("This task doesn't support region-of-interest.");var o=r.regionOfInterest;if(o.left>=o.right||o.top>=o.bottom)throw Error("Expected RectF with left < right and top < bottom.");if(o.left<0||o.top<0||o.right>1||o.bottom>1)throw Error("Expected RectF values to be in [0,1].");y(s,1,(o.left+o.right)/2),y(s,2,(o.top+o.bottom)/2),y(s,4,o.right-o.left),y(s,3,o.bottom-o.top)}else y(s,1,.5),y(s,2,.5),y(s,4,1),y(s,3,1);if(r?.rotationDegrees){if(r?.rotationDegrees%90!=0)throw Error("Expected rotation to be a multiple of 90\xB0.");if(y(s,5,-Math.PI*r.rotationDegrees/180),r?.rotationDegrees%180!=0){let[i,c]=_c(t);r=re(s,3)*c/i,o=re(s,4)*i/c,y(s,4,r),y(s,3,o)}}e.g.addProtoToStream(s.g(),"mediapipe.NormalizedRect",e.U,n)}e.g.sa(t,e.ba,n??performance.now()),e.finishProcessing()}function Be(e,t,r){if(e.baseOptions?.g())throw Error("Task is not initialized with image mode. 'runningMode' must be set to 'IMAGE'.");wc(e,t,r,e.B+1)}function et(e,t,r,n){if(!e.baseOptions?.g())throw Error("Task is not initialized with video mode. 'runningMode' must be set to 'VIDEO'.");wc(e,t,r,n)}function Kt(e,t,r,n){var o=t.data;let s=t.width,i=s*(t=t.height);if((o instanceof Uint8Array||o instanceof Float32Array)&&o.length!==i)throw Error("Unsupported channel count: "+o.length/i);return e=new ie([o],r,!1,e.g.i.canvas,e.P,s,t),n?e.clone():e}var ye=class extends Dr{constructor(e,t,r,n){super(e),this.g=e,this.ba=t,this.U=r,this.ra=n,this.P=new tr}l(e,t=!0){if("runningMode"in e&&Er(this.baseOptions,2,!!e.runningMode&&e.runningMode!=="IMAGE"),e.canvas!==void 0&&this.g.i.canvas!==e.canvas)throw Error("You must create a new task to reset the canvas.");return super.l(e,t)}close(){this.P.close(),super.close()}};ye.prototype.close=ye.prototype.close;var Ce=class extends ye{constructor(e,t){super(new Pe(e,t),"image_in","norm_rect_in",!1),this.j={detections:[]},v(e=this.h=new vn,0,1,t=new K),y(this.h,2,.5),y(this.h,3,.3)}get baseOptions(){return k(this.h,K,1)}set baseOptions(e){v(this.h,0,1,e)}o(e){return"minDetectionConfidence"in e&&y(this.h,2,e.minDetectionConfidence??.5),"minSuppressionThreshold"in e&&y(this.h,3,e.minSuppressionThreshold??.3),this.l(e)}D(e,t){return this.j={detections:[]},Be(this,e,t),this.j}F(e,t,r){return this.j={detections:[]},et(this,e,r,t),this.j}m(){var e=new _e;j(e,"image_in"),j(e,"norm_rect_in"),L(e,"detections");let t=new Re;je(t,a1,this.h);let r=new pe;Se(r,"mediapipe.tasks.vision.face_detector.FaceDetectorGraph"),V(r,"IMAGE:image_in"),V(r,"NORM_RECT:norm_rect_in"),R(r,"DETECTIONS:detections"),r.o(t),ke(e,r),this.g.attachProtoVectorListener("detections",(n,o)=>{for(let s of n)n=Ha(s),this.j.detections.push(yc(n));d(this,o)}),this.g.attachEmptyPacketListener("detections",n=>{d(this,n)}),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};Ce.prototype.detectForVideo=Ce.prototype.F,Ce.prototype.detect=Ce.prototype.D,Ce.prototype.setOptions=Ce.prototype.o,Ce.createFromModelPath=async function(e,t){return w(Ce,e,{baseOptions:{modelAssetPath:t}})},Ce.createFromModelBuffer=function(e,t){return w(Ce,e,{baseOptions:{modelAssetBuffer:t}})},Ce.createFromOptions=function(e,t){return w(Ce,e,t)};var ss=He([61,146],[146,91],[91,181],[181,84],[84,17],[17,314],[314,405],[405,321],[321,375],[375,291],[61,185],[185,40],[40,39],[39,37],[37,0],[0,267],[267,269],[269,270],[270,409],[409,291],[78,95],[95,88],[88,178],[178,87],[87,14],[14,317],[317,402],[402,318],[318,324],[324,308],[78,191],[191,80],[80,81],[81,82],[82,13],[13,312],[312,311],[311,310],[310,415],[415,308]),is=He([263,249],[249,390],[390,373],[373,374],[374,380],[380,381],[381,382],[382,362],[263,466],[466,388],[388,387],[387,386],[386,385],[385,384],[384,398],[398,362]),as=He([276,283],[283,282],[282,295],[295,285],[300,293],[293,334],[334,296],[296,336]),Rc=He([474,475],[475,476],[476,477],[477,474]),cs=He([33,7],[7,163],[163,144],[144,145],[145,153],[153,154],[154,155],[155,133],[33,246],[246,161],[161,160],[160,159],[159,158],[158,157],[157,173],[173,133]),us=He([46,53],[53,52],[52,65],[65,55],[70,63],[63,105],[105,66],[66,107]),Sc=He([469,470],[470,471],[471,472],[472,469]),hs=He([10,338],[338,297],[297,332],[332,284],[284,251],[251,389],[389,356],[356,454],[454,323],[323,361],[361,288],[288,397],[397,365],[365,379],[379,378],[378,400],[400,377],[377,152],[152,148],[148,176],[176,149],[149,150],[150,136],[136,172],[172,58],[58,132],[132,93],[93,234],[234,127],[127,162],[162,21],[21,54],[54,103],[103,67],[67,109],[109,10]),kc=[...ss,...is,...as,...cs,...us,...hs],Cc=He([127,34],[34,139],[139,127],[11,0],[0,37],[37,11],[232,231],[231,120],[120,232],[72,37],[37,39],[39,72],[128,121],[121,47],[47,128],[232,121],[121,128],[128,232],[104,69],[69,67],[67,104],[175,171],[171,148],[148,175],[118,50],[50,101],[101,118],[73,39],[39,40],[40,73],[9,151],[151,108],[108,9],[48,115],[115,131],[131,48],[194,204],[204,211],[211,194],[74,40],[40,185],[185,74],[80,42],[42,183],[183,80],[40,92],[92,186],[186,40],[230,229],[229,118],[118,230],[202,212],[212,214],[214,202],[83,18],[18,17],[17,83],[76,61],[61,146],[146,76],[160,29],[29,30],[30,160],[56,157],[157,173],[173,56],[106,204],[204,194],[194,106],[135,214],[214,192],[192,135],[203,165],[165,98],[98,203],[21,71],[71,68],[68,21],[51,45],[45,4],[4,51],[144,24],[24,23],[23,144],[77,146],[146,91],[91,77],[205,50],[50,187],[187,205],[201,200],[200,18],[18,201],[91,106],[106,182],[182,91],[90,91],[91,181],[181,90],[85,84],[84,17],[17,85],[206,203],[203,36],[36,206],[148,171],[171,140],[140,148],[92,40],[40,39],[39,92],[193,189],[189,244],[244,193],[159,158],[158,28],[28,159],[247,246],[246,161],[161,247],[236,3],[3,196],[196,236],[54,68],[68,104],[104,54],[193,168],[168,8],[8,193],[117,228],[228,31],[31,117],[189,193],[193,55],[55,189],[98,97],[97,99],[99,98],[126,47],[47,100],[100,126],[166,79],[79,218],[218,166],[155,154],[154,26],[26,155],[209,49],[49,131],[131,209],[135,136],[136,150],[150,135],[47,126],[126,217],[217,47],[223,52],[52,53],[53,223],[45,51],[51,134],[134,45],[211,170],[170,140],[140,211],[67,69],[69,108],[108,67],[43,106],[106,91],[91,43],[230,119],[119,120],[120,230],[226,130],[130,247],[247,226],[63,53],[53,52],[52,63],[238,20],[20,242],[242,238],[46,70],[70,156],[156,46],[78,62],[62,96],[96,78],[46,53],[53,63],[63,46],[143,34],[34,227],[227,143],[123,117],[117,111],[111,123],[44,125],[125,19],[19,44],[236,134],[134,51],[51,236],[216,206],[206,205],[205,216],[154,153],[153,22],[22,154],[39,37],[37,167],[167,39],[200,201],[201,208],[208,200],[36,142],[142,100],[100,36],[57,212],[212,202],[202,57],[20,60],[60,99],[99,20],[28,158],[158,157],[157,28],[35,226],[226,113],[113,35],[160,159],[159,27],[27,160],[204,202],[202,210],[210,204],[113,225],[225,46],[46,113],[43,202],[202,204],[204,43],[62,76],[76,77],[77,62],[137,123],[123,116],[116,137],[41,38],[38,72],[72,41],[203,129],[129,142],[142,203],[64,98],[98,240],[240,64],[49,102],[102,64],[64,49],[41,73],[73,74],[74,41],[212,216],[216,207],[207,212],[42,74],[74,184],[184,42],[169,170],[170,211],[211,169],[170,149],[149,176],[176,170],[105,66],[66,69],[69,105],[122,6],[6,168],[168,122],[123,147],[147,187],[187,123],[96,77],[77,90],[90,96],[65,55],[55,107],[107,65],[89,90],[90,180],[180,89],[101,100],[100,120],[120,101],[63,105],[105,104],[104,63],[93,137],[137,227],[227,93],[15,86],[86,85],[85,15],[129,102],[102,49],[49,129],[14,87],[87,86],[86,14],[55,8],[8,9],[9,55],[100,47],[47,121],[121,100],[145,23],[23,22],[22,145],[88,89],[89,179],[179,88],[6,122],[122,196],[196,6],[88,95],[95,96],[96,88],[138,172],[172,136],[136,138],[215,58],[58,172],[172,215],[115,48],[48,219],[219,115],[42,80],[80,81],[81,42],[195,3],[3,51],[51,195],[43,146],[146,61],[61,43],[171,175],[175,199],[199,171],[81,82],[82,38],[38,81],[53,46],[46,225],[225,53],[144,163],[163,110],[110,144],[52,65],[65,66],[66,52],[229,228],[228,117],[117,229],[34,127],[127,234],[234,34],[107,108],[108,69],[69,107],[109,108],[108,151],[151,109],[48,64],[64,235],[235,48],[62,78],[78,191],[191,62],[129,209],[209,126],[126,129],[111,35],[35,143],[143,111],[117,123],[123,50],[50,117],[222,65],[65,52],[52,222],[19,125],[125,141],[141,19],[221,55],[55,65],[65,221],[3,195],[195,197],[197,3],[25,7],[7,33],[33,25],[220,237],[237,44],[44,220],[70,71],[71,139],[139,70],[122,193],[193,245],[245,122],[247,130],[130,33],[33,247],[71,21],[21,162],[162,71],[170,169],[169,150],[150,170],[188,174],[174,196],[196,188],[216,186],[186,92],[92,216],[2,97],[97,167],[167,2],[141,125],[125,241],[241,141],[164,167],[167,37],[37,164],[72,38],[38,12],[12,72],[38,82],[82,13],[13,38],[63,68],[68,71],[71,63],[226,35],[35,111],[111,226],[101,50],[50,205],[205,101],[206,92],[92,165],[165,206],[209,198],[198,217],[217,209],[165,167],[167,97],[97,165],[220,115],[115,218],[218,220],[133,112],[112,243],[243,133],[239,238],[238,241],[241,239],[214,135],[135,169],[169,214],[190,173],[173,133],[133,190],[171,208],[208,32],[32,171],[125,44],[44,237],[237,125],[86,87],[87,178],[178,86],[85,86],[86,179],[179,85],[84,85],[85,180],[180,84],[83,84],[84,181],[181,83],[201,83],[83,182],[182,201],[137,93],[93,132],[132,137],[76,62],[62,183],[183,76],[61,76],[76,184],[184,61],[57,61],[61,185],[185,57],[212,57],[57,186],[186,212],[214,207],[207,187],[187,214],[34,143],[143,156],[156,34],[79,239],[239,237],[237,79],[123,137],[137,177],[177,123],[44,1],[1,4],[4,44],[201,194],[194,32],[32,201],[64,102],[102,129],[129,64],[213,215],[215,138],[138,213],[59,166],[166,219],[219,59],[242,99],[99,97],[97,242],[2,94],[94,141],[141,2],[75,59],[59,235],[235,75],[24,110],[110,228],[228,24],[25,130],[130,226],[226,25],[23,24],[24,229],[229,23],[22,23],[23,230],[230,22],[26,22],[22,231],[231,26],[112,26],[26,232],[232,112],[189,190],[190,243],[243,189],[221,56],[56,190],[190,221],[28,56],[56,221],[221,28],[27,28],[28,222],[222,27],[29,27],[27,223],[223,29],[30,29],[29,224],[224,30],[247,30],[30,225],[225,247],[238,79],[79,20],[20,238],[166,59],[59,75],[75,166],[60,75],[75,240],[240,60],[147,177],[177,215],[215,147],[20,79],[79,166],[166,20],[187,147],[147,213],[213,187],[112,233],[233,244],[244,112],[233,128],[128,245],[245,233],[128,114],[114,188],[188,128],[114,217],[217,174],[174,114],[131,115],[115,220],[220,131],[217,198],[198,236],[236,217],[198,131],[131,134],[134,198],[177,132],[132,58],[58,177],[143,35],[35,124],[124,143],[110,163],[163,7],[7,110],[228,110],[110,25],[25,228],[356,389],[389,368],[368,356],[11,302],[302,267],[267,11],[452,350],[350,349],[349,452],[302,303],[303,269],[269,302],[357,343],[343,277],[277,357],[452,453],[453,357],[357,452],[333,332],[332,297],[297,333],[175,152],[152,377],[377,175],[347,348],[348,330],[330,347],[303,304],[304,270],[270,303],[9,336],[336,337],[337,9],[278,279],[279,360],[360,278],[418,262],[262,431],[431,418],[304,408],[408,409],[409,304],[310,415],[415,407],[407,310],[270,409],[409,410],[410,270],[450,348],[348,347],[347,450],[422,430],[430,434],[434,422],[313,314],[314,17],[17,313],[306,307],[307,375],[375,306],[387,388],[388,260],[260,387],[286,414],[414,398],[398,286],[335,406],[406,418],[418,335],[364,367],[367,416],[416,364],[423,358],[358,327],[327,423],[251,284],[284,298],[298,251],[281,5],[5,4],[4,281],[373,374],[374,253],[253,373],[307,320],[320,321],[321,307],[425,427],[427,411],[411,425],[421,313],[313,18],[18,421],[321,405],[405,406],[406,321],[320,404],[404,405],[405,320],[315,16],[16,17],[17,315],[426,425],[425,266],[266,426],[377,400],[400,369],[369,377],[322,391],[391,269],[269,322],[417,465],[465,464],[464,417],[386,257],[257,258],[258,386],[466,260],[260,388],[388,466],[456,399],[399,419],[419,456],[284,332],[332,333],[333,284],[417,285],[285,8],[8,417],[346,340],[340,261],[261,346],[413,441],[441,285],[285,413],[327,460],[460,328],[328,327],[355,371],[371,329],[329,355],[392,439],[439,438],[438,392],[382,341],[341,256],[256,382],[429,420],[420,360],[360,429],[364,394],[394,379],[379,364],[277,343],[343,437],[437,277],[443,444],[444,283],[283,443],[275,440],[440,363],[363,275],[431,262],[262,369],[369,431],[297,338],[338,337],[337,297],[273,375],[375,321],[321,273],[450,451],[451,349],[349,450],[446,342],[342,467],[467,446],[293,334],[334,282],[282,293],[458,461],[461,462],[462,458],[276,353],[353,383],[383,276],[308,324],[324,325],[325,308],[276,300],[300,293],[293,276],[372,345],[345,447],[447,372],[352,345],[345,340],[340,352],[274,1],[1,19],[19,274],[456,248],[248,281],[281,456],[436,427],[427,425],[425,436],[381,256],[256,252],[252,381],[269,391],[391,393],[393,269],[200,199],[199,428],[428,200],[266,330],[330,329],[329,266],[287,273],[273,422],[422,287],[250,462],[462,328],[328,250],[258,286],[286,384],[384,258],[265,353],[353,342],[342,265],[387,259],[259,257],[257,387],[424,431],[431,430],[430,424],[342,353],[353,276],[276,342],[273,335],[335,424],[424,273],[292,325],[325,307],[307,292],[366,447],[447,345],[345,366],[271,303],[303,302],[302,271],[423,266],[266,371],[371,423],[294,455],[455,460],[460,294],[279,278],[278,294],[294,279],[271,272],[272,304],[304,271],[432,434],[434,427],[427,432],[272,407],[407,408],[408,272],[394,430],[430,431],[431,394],[395,369],[369,400],[400,395],[334,333],[333,299],[299,334],[351,417],[417,168],[168,351],[352,280],[280,411],[411,352],[325,319],[319,320],[320,325],[295,296],[296,336],[336,295],[319,403],[403,404],[404,319],[330,348],[348,349],[349,330],[293,298],[298,333],[333,293],[323,454],[454,447],[447,323],[15,16],[16,315],[315,15],[358,429],[429,279],[279,358],[14,15],[15,316],[316,14],[285,336],[336,9],[9,285],[329,349],[349,350],[350,329],[374,380],[380,252],[252,374],[318,402],[402,403],[403,318],[6,197],[197,419],[419,6],[318,319],[319,325],[325,318],[367,364],[364,365],[365,367],[435,367],[367,397],[397,435],[344,438],[438,439],[439,344],[272,271],[271,311],[311,272],[195,5],[5,281],[281,195],[273,287],[287,291],[291,273],[396,428],[428,199],[199,396],[311,271],[271,268],[268,311],[283,444],[444,445],[445,283],[373,254],[254,339],[339,373],[282,334],[334,296],[296,282],[449,347],[347,346],[346,449],[264,447],[447,454],[454,264],[336,296],[296,299],[299,336],[338,10],[10,151],[151,338],[278,439],[439,455],[455,278],[292,407],[407,415],[415,292],[358,371],[371,355],[355,358],[340,345],[345,372],[372,340],[346,347],[347,280],[280,346],[442,443],[443,282],[282,442],[19,94],[94,370],[370,19],[441,442],[442,295],[295,441],[248,419],[419,197],[197,248],[263,255],[255,359],[359,263],[440,275],[275,274],[274,440],[300,383],[383,368],[368,300],[351,412],[412,465],[465,351],[263,467],[467,466],[466,263],[301,368],[368,389],[389,301],[395,378],[378,379],[379,395],[412,351],[351,419],[419,412],[436,426],[426,322],[322,436],[2,164],[164,393],[393,2],[370,462],[462,461],[461,370],[164,0],[0,267],[267,164],[302,11],[11,12],[12,302],[268,12],[12,13],[13,268],[293,300],[300,301],[301,293],[446,261],[261,340],[340,446],[330,266],[266,425],[425,330],[426,423],[423,391],[391,426],[429,355],[355,437],[437,429],[391,327],[327,326],[326,391],[440,457],[457,438],[438,440],[341,382],[382,362],[362,341],[459,457],[457,461],[461,459],[434,430],[430,394],[394,434],[414,463],[463,362],[362,414],[396,369],[369,262],[262,396],[354,461],[461,457],[457,354],[316,403],[403,402],[402,316],[315,404],[404,403],[403,315],[314,405],[405,404],[404,314],[313,406],[406,405],[405,313],[421,418],[418,406],[406,421],[366,401],[401,361],[361,366],[306,408],[408,407],[407,306],[291,409],[409,408],[408,291],[287,410],[410,409],[409,287],[432,436],[436,410],[410,432],[434,416],[416,411],[411,434],[264,368],[368,383],[383,264],[309,438],[438,457],[457,309],[352,376],[376,401],[401,352],[274,275],[275,4],[4,274],[421,428],[428,262],[262,421],[294,327],[327,358],[358,294],[433,416],[416,367],[367,433],[289,455],[455,439],[439,289],[462,370],[370,326],[326,462],[2,326],[326,370],[370,2],[305,460],[460,455],[455,305],[254,449],[449,448],[448,254],[255,261],[261,446],[446,255],[253,450],[450,449],[449,253],[252,451],[451,450],[450,252],[256,452],[452,451],[451,256],[341,453],[453,452],[452,341],[413,464],[464,463],[463,413],[441,413],[413,414],[414,441],[258,442],[442,441],[441,258],[257,443],[443,442],[442,257],[259,444],[444,443],[443,259],[260,445],[445,444],[444,260],[467,342],[342,445],[445,467],[459,458],[458,250],[250,459],[289,392],[392,290],[290,289],[290,328],[328,460],[460,290],[376,433],[433,435],[435,376],[250,290],[290,392],[392,250],[411,416],[416,433],[433,411],[341,463],[463,464],[464,341],[453,464],[464,465],[465,453],[357,465],[465,412],[412,357],[343,412],[412,399],[399,343],[360,363],[363,440],[440,360],[437,399],[399,456],[456,437],[420,456],[456,363],[363,420],[401,435],[435,288],[288,401],[372,383],[383,353],[353,372],[339,255],[255,249],[249,339],[448,261],[261,255],[255,448],[133,243],[243,190],[190,133],[133,155],[155,112],[112,133],[33,246],[246,247],[247,33],[33,130],[130,25],[25,33],[398,384],[384,286],[286,398],[362,398],[398,414],[414,362],[362,463],[463,341],[341,362],[263,359],[359,467],[467,263],[263,249],[249,255],[255,263],[466,467],[467,260],[260,466],[75,60],[60,166],[166,75],[238,239],[239,79],[79,238],[162,127],[127,139],[139,162],[72,11],[11,37],[37,72],[121,232],[232,120],[120,121],[73,72],[72,39],[39,73],[114,128],[128,47],[47,114],[233,232],[232,128],[128,233],[103,104],[104,67],[67,103],[152,175],[175,148],[148,152],[119,118],[118,101],[101,119],[74,73],[73,40],[40,74],[107,9],[9,108],[108,107],[49,48],[48,131],[131,49],[32,194],[194,211],[211,32],[184,74],[74,185],[185,184],[191,80],[80,183],[183,191],[185,40],[40,186],[186,185],[119,230],[230,118],[118,119],[210,202],[202,214],[214,210],[84,83],[83,17],[17,84],[77,76],[76,146],[146,77],[161,160],[160,30],[30,161],[190,56],[56,173],[173,190],[182,106],[106,194],[194,182],[138,135],[135,192],[192,138],[129,203],[203,98],[98,129],[54,21],[21,68],[68,54],[5,51],[51,4],[4,5],[145,144],[144,23],[23,145],[90,77],[77,91],[91,90],[207,205],[205,187],[187,207],[83,201],[201,18],[18,83],[181,91],[91,182],[182,181],[180,90],[90,181],[181,180],[16,85],[85,17],[17,16],[205,206],[206,36],[36,205],[176,148],[148,140],[140,176],[165,92],[92,39],[39,165],[245,193],[193,244],[244,245],[27,159],[159,28],[28,27],[30,247],[247,161],[161,30],[174,236],[236,196],[196,174],[103,54],[54,104],[104,103],[55,193],[193,8],[8,55],[111,117],[117,31],[31,111],[221,189],[189,55],[55,221],[240,98],[98,99],[99,240],[142,126],[126,100],[100,142],[219,166],[166,218],[218,219],[112,155],[155,26],[26,112],[198,209],[209,131],[131,198],[169,135],[135,150],[150,169],[114,47],[47,217],[217,114],[224,223],[223,53],[53,224],[220,45],[45,134],[134,220],[32,211],[211,140],[140,32],[109,67],[67,108],[108,109],[146,43],[43,91],[91,146],[231,230],[230,120],[120,231],[113,226],[226,247],[247,113],[105,63],[63,52],[52,105],[241,238],[238,242],[242,241],[124,46],[46,156],[156,124],[95,78],[78,96],[96,95],[70,46],[46,63],[63,70],[116,143],[143,227],[227,116],[116,123],[123,111],[111,116],[1,44],[44,19],[19,1],[3,236],[236,51],[51,3],[207,216],[216,205],[205,207],[26,154],[154,22],[22,26],[165,39],[39,167],[167,165],[199,200],[200,208],[208,199],[101,36],[36,100],[100,101],[43,57],[57,202],[202,43],[242,20],[20,99],[99,242],[56,28],[28,157],[157,56],[124,35],[35,113],[113,124],[29,160],[160,27],[27,29],[211,204],[204,210],[210,211],[124,113],[113,46],[46,124],[106,43],[43,204],[204,106],[96,62],[62,77],[77,96],[227,137],[137,116],[116,227],[73,41],[41,72],[72,73],[36,203],[203,142],[142,36],[235,64],[64,240],[240,235],[48,49],[49,64],[64,48],[42,41],[41,74],[74,42],[214,212],[212,207],[207,214],[183,42],[42,184],[184,183],[210,169],[169,211],[211,210],[140,170],[170,176],[176,140],[104,105],[105,69],[69,104],[193,122],[122,168],[168,193],[50,123],[123,187],[187,50],[89,96],[96,90],[90,89],[66,65],[65,107],[107,66],[179,89],[89,180],[180,179],[119,101],[101,120],[120,119],[68,63],[63,104],[104,68],[234,93],[93,227],[227,234],[16,15],[15,85],[85,16],[209,129],[129,49],[49,209],[15,14],[14,86],[86,15],[107,55],[55,9],[9,107],[120,100],[100,121],[121,120],[153,145],[145,22],[22,153],[178,88],[88,179],[179,178],[197,6],[6,196],[196,197],[89,88],[88,96],[96,89],[135,138],[138,136],[136,135],[138,215],[215,172],[172,138],[218,115],[115,219],[219,218],[41,42],[42,81],[81,41],[5,195],[195,51],[51,5],[57,43],[43,61],[61,57],[208,171],[171,199],[199,208],[41,81],[81,38],[38,41],[224,53],[53,225],[225,224],[24,144],[144,110],[110,24],[105,52],[52,66],[66,105],[118,229],[229,117],[117,118],[227,34],[34,234],[234,227],[66,107],[107,69],[69,66],[10,109],[109,151],[151,10],[219,48],[48,235],[235,219],[183,62],[62,191],[191,183],[142,129],[129,126],[126,142],[116,111],[111,143],[143,116],[118,117],[117,50],[50,118],[223,222],[222,52],[52,223],[94,19],[19,141],[141,94],[222,221],[221,65],[65,222],[196,3],[3,197],[197,196],[45,220],[220,44],[44,45],[156,70],[70,139],[139,156],[188,122],[122,245],[245,188],[139,71],[71,162],[162,139],[149,170],[170,150],[150,149],[122,188],[188,196],[196,122],[206,216],[216,92],[92,206],[164,2],[2,167],[167,164],[242,141],[141,241],[241,242],[0,164],[164,37],[37,0],[11,72],[72,12],[12,11],[12,38],[38,13],[13,12],[70,63],[63,71],[71,70],[31,226],[226,111],[111,31],[36,101],[101,205],[205,36],[203,206],[206,165],[165,203],[126,209],[209,217],[217,126],[98,165],[165,97],[97,98],[237,220],[220,218],[218,237],[237,239],[239,241],[241,237],[210,214],[214,169],[169,210],[140,171],[171,32],[32,140],[241,125],[125,237],[237,241],[179,86],[86,178],[178,179],[180,85],[85,179],[179,180],[181,84],[84,180],[180,181],[182,83],[83,181],[181,182],[194,201],[201,182],[182,194],[177,137],[137,132],[132,177],[184,76],[76,183],[183,184],[185,61],[61,184],[184,185],[186,57],[57,185],[185,186],[216,212],[212,186],[186,216],[192,214],[214,187],[187,192],[139,34],[34,156],[156,139],[218,79],[79,237],[237,218],[147,123],[123,177],[177,147],[45,44],[44,4],[4,45],[208,201],[201,32],[32,208],[98,64],[64,129],[129,98],[192,213],[213,138],[138,192],[235,59],[59,219],[219,235],[141,242],[242,97],[97,141],[97,2],[2,141],[141,97],[240,75],[75,235],[235,240],[229,24],[24,228],[228,229],[31,25],[25,226],[226,31],[230,23],[23,229],[229,230],[231,22],[22,230],[230,231],[232,26],[26,231],[231,232],[233,112],[112,232],[232,233],[244,189],[189,243],[243,244],[189,221],[221,190],[190,189],[222,28],[28,221],[221,222],[223,27],[27,222],[222,223],[224,29],[29,223],[223,224],[225,30],[30,224],[224,225],[113,247],[247,225],[225,113],[99,60],[60,240],[240,99],[213,147],[147,215],[215,213],[60,20],[20,166],[166,60],[192,187],[187,213],[213,192],[243,112],[112,244],[244,243],[244,233],[233,245],[245,244],[245,128],[128,188],[188,245],[188,114],[114,174],[174,188],[134,131],[131,220],[220,134],[174,217],[217,236],[236,174],[236,198],[198,134],[134,236],[215,177],[177,58],[58,215],[156,143],[143,124],[124,156],[25,110],[110,7],[7,25],[31,228],[228,25],[25,31],[264,356],[356,368],[368,264],[0,11],[11,267],[267,0],[451,452],[452,349],[349,451],[267,302],[302,269],[269,267],[350,357],[357,277],[277,350],[350,452],[452,357],[357,350],[299,333],[333,297],[297,299],[396,175],[175,377],[377,396],[280,347],[347,330],[330,280],[269,303],[303,270],[270,269],[151,9],[9,337],[337,151],[344,278],[278,360],[360,344],[424,418],[418,431],[431,424],[270,304],[304,409],[409,270],[272,310],[310,407],[407,272],[322,270],[270,410],[410,322],[449,450],[450,347],[347,449],[432,422],[422,434],[434,432],[18,313],[313,17],[17,18],[291,306],[306,375],[375,291],[259,387],[387,260],[260,259],[424,335],[335,418],[418,424],[434,364],[364,416],[416,434],[391,423],[423,327],[327,391],[301,251],[251,298],[298,301],[275,281],[281,4],[4,275],[254,373],[373,253],[253,254],[375,307],[307,321],[321,375],[280,425],[425,411],[411,280],[200,421],[421,18],[18,200],[335,321],[321,406],[406,335],[321,320],[320,405],[405,321],[314,315],[315,17],[17,314],[423,426],[426,266],[266,423],[396,377],[377,369],[369,396],[270,322],[322,269],[269,270],[413,417],[417,464],[464,413],[385,386],[386,258],[258,385],[248,456],[456,419],[419,248],[298,284],[284,333],[333,298],[168,417],[417,8],[8,168],[448,346],[346,261],[261,448],[417,413],[413,285],[285,417],[326,327],[327,328],[328,326],[277,355],[355,329],[329,277],[309,392],[392,438],[438,309],[381,382],[382,256],[256,381],[279,429],[429,360],[360,279],[365,364],[364,379],[379,365],[355,277],[277,437],[437,355],[282,443],[443,283],[283,282],[281,275],[275,363],[363,281],[395,431],[431,369],[369,395],[299,297],[297,337],[337,299],[335,273],[273,321],[321,335],[348,450],[450,349],[349,348],[359,446],[446,467],[467,359],[283,293],[293,282],[282,283],[250,458],[458,462],[462,250],[300,276],[276,383],[383,300],[292,308],[308,325],[325,292],[283,276],[276,293],[293,283],[264,372],[372,447],[447,264],[346,352],[352,340],[340,346],[354,274],[274,19],[19,354],[363,456],[456,281],[281,363],[426,436],[436,425],[425,426],[380,381],[381,252],[252,380],[267,269],[269,393],[393,267],[421,200],[200,428],[428,421],[371,266],[266,329],[329,371],[432,287],[287,422],[422,432],[290,250],[250,328],[328,290],[385,258],[258,384],[384,385],[446,265],[265,342],[342,446],[386,387],[387,257],[257,386],[422,424],[424,430],[430,422],[445,342],[342,276],[276,445],[422,273],[273,424],[424,422],[306,292],[292,307],[307,306],[352,366],[366,345],[345,352],[268,271],[271,302],[302,268],[358,423],[423,371],[371,358],[327,294],[294,460],[460,327],[331,279],[279,294],[294,331],[303,271],[271,304],[304,303],[436,432],[432,427],[427,436],[304,272],[272,408],[408,304],[395,394],[394,431],[431,395],[378,395],[395,400],[400,378],[296,334],[334,299],[299,296],[6,351],[351,168],[168,6],[376,352],[352,411],[411,376],[307,325],[325,320],[320,307],[285,295],[295,336],[336,285],[320,319],[319,404],[404,320],[329,330],[330,349],[349,329],[334,293],[293,333],[333,334],[366,323],[323,447],[447,366],[316,15],[15,315],[315,316],[331,358],[358,279],[279,331],[317,14],[14,316],[316,317],[8,285],[285,9],[9,8],[277,329],[329,350],[350,277],[253,374],[374,252],[252,253],[319,318],[318,403],[403,319],[351,6],[6,419],[419,351],[324,318],[318,325],[325,324],[397,367],[367,365],[365,397],[288,435],[435,397],[397,288],[278,344],[344,439],[439,278],[310,272],[272,311],[311,310],[248,195],[195,281],[281,248],[375,273],[273,291],[291,375],[175,396],[396,199],[199,175],[312,311],[311,268],[268,312],[276,283],[283,445],[445,276],[390,373],[373,339],[339,390],[295,282],[282,296],[296,295],[448,449],[449,346],[346,448],[356,264],[264,454],[454,356],[337,336],[336,299],[299,337],[337,338],[338,151],[151,337],[294,278],[278,455],[455,294],[308,292],[292,415],[415,308],[429,358],[358,355],[355,429],[265,340],[340,372],[372,265],[352,346],[346,280],[280,352],[295,442],[442,282],[282,295],[354,19],[19,370],[370,354],[285,441],[441,295],[295,285],[195,248],[248,197],[197,195],[457,440],[440,274],[274,457],[301,300],[300,368],[368,301],[417,351],[351,465],[465,417],[251,301],[301,389],[389,251],[394,395],[395,379],[379,394],[399,412],[412,419],[419,399],[410,436],[436,322],[322,410],[326,2],[2,393],[393,326],[354,370],[370,461],[461,354],[393,164],[164,267],[267,393],[268,302],[302,12],[12,268],[312,268],[268,13],[13,312],[298,293],[293,301],[301,298],[265,446],[446,340],[340,265],[280,330],[330,425],[425,280],[322,426],[426,391],[391,322],[420,429],[429,437],[437,420],[393,391],[391,326],[326,393],[344,440],[440,438],[438,344],[458,459],[459,461],[461,458],[364,434],[434,394],[394,364],[428,396],[396,262],[262,428],[274,354],[354,457],[457,274],[317,316],[316,402],[402,317],[316,315],[315,403],[403,316],[315,314],[314,404],[404,315],[314,313],[313,405],[405,314],[313,421],[421,406],[406,313],[323,366],[366,361],[361,323],[292,306],[306,407],[407,292],[306,291],[291,408],[408,306],[291,287],[287,409],[409,291],[287,432],[432,410],[410,287],[427,434],[434,411],[411,427],[372,264],[264,383],[383,372],[459,309],[309,457],[457,459],[366,352],[352,401],[401,366],[1,274],[274,4],[4,1],[418,421],[421,262],[262,418],[331,294],[294,358],[358,331],[435,433],[433,367],[367,435],[392,289],[289,439],[439,392],[328,462],[462,326],[326,328],[94,2],[2,370],[370,94],[289,305],[305,455],[455,289],[339,254],[254,448],[448,339],[359,255],[255,446],[446,359],[254,253],[253,449],[449,254],[253,252],[252,450],[450,253],[252,256],[256,451],[451,252],[256,341],[341,452],[452,256],[414,413],[413,463],[463,414],[286,441],[441,414],[414,286],[286,258],[258,441],[441,286],[258,257],[257,442],[442,258],[257,259],[259,443],[443,257],[259,260],[260,444],[444,259],[260,467],[467,445],[445,260],[309,459],[459,250],[250,309],[305,289],[289,290],[290,305],[305,290],[290,460],[460,305],[401,376],[376,435],[435,401],[309,250],[250,392],[392,309],[376,411],[411,433],[433,376],[453,341],[341,464],[464,453],[357,453],[453,465],[465,357],[343,357],[357,412],[412,343],[437,343],[343,399],[399,437],[344,360],[360,440],[440,344],[420,437],[437,456],[456,420],[360,420],[420,363],[363,360],[361,401],[401,288],[288,361],[265,372],[372,353],[353,265],[390,339],[339,249],[249,390],[339,448],[448,255],[255,339]);function _i(e){e.j={faceLandmarks:[],faceBlendshapes:[],facialTransformationMatrixes:[]}}var Z=class extends ye{constructor(e,t){super(new Pe(e,t),"image_in","norm_rect",!1),this.j={faceLandmarks:[],faceBlendshapes:[],facialTransformationMatrixes:[]},this.outputFacialTransformationMatrixes=this.outputFaceBlendshapes=!1,v(e=this.h=new Za,0,1,t=new K),this.v=new Qa,v(this.h,0,3,this.v),this.s=new vn,v(this.h,0,2,this.s),Qe(this.s,4,1),y(this.s,2,.5),y(this.v,2,.5),y(this.h,4,.5)}get baseOptions(){return k(this.h,K,1)}set baseOptions(e){v(this.h,0,1,e)}o(e){return"numFaces"in e&&Qe(this.s,4,e.numFaces??1),"minFaceDetectionConfidence"in e&&y(this.s,2,e.minFaceDetectionConfidence??.5),"minTrackingConfidence"in e&&y(this.h,4,e.minTrackingConfidence??.5),"minFacePresenceConfidence"in e&&y(this.v,2,e.minFacePresenceConfidence??.5),"outputFaceBlendshapes"in e&&(this.outputFaceBlendshapes=!!e.outputFaceBlendshapes),"outputFacialTransformationMatrixes"in e&&(this.outputFacialTransformationMatrixes=!!e.outputFacialTransformationMatrixes),this.l(e)}D(e,t){return _i(this),Be(this,e,t),this.j}F(e,t,r){return _i(this),et(this,e,r,t),this.j}m(){var e=new _e;j(e,"image_in"),j(e,"norm_rect"),L(e,"face_landmarks");let t=new Re;je(t,u1,this.h);let r=new pe;Se(r,"mediapipe.tasks.vision.face_landmarker.FaceLandmarkerGraph"),V(r,"IMAGE:image_in"),V(r,"NORM_RECT:norm_rect"),R(r,"NORM_LANDMARKS:face_landmarks"),r.o(t),ke(e,r),this.g.attachProtoVectorListener("face_landmarks",(n,o)=>{for(let s of n)n=kr(s),this.j.faceLandmarks.push(Tn(n));d(this,o)}),this.g.attachEmptyPacketListener("face_landmarks",n=>{d(this,n)}),this.outputFaceBlendshapes&&(L(e,"blendshapes"),R(r,"BLENDSHAPES:blendshapes"),this.g.attachProtoVectorListener("blendshapes",(n,o)=>{if(this.outputFaceBlendshapes)for(let s of n)n=_n(s),this.j.faceBlendshapes.push(ts(n.g()??[]));d(this,o)}),this.g.attachEmptyPacketListener("blendshapes",n=>{d(this,n)})),this.outputFacialTransformationMatrixes&&(L(e,"face_geometry"),R(r,"FACE_GEOMETRY:face_geometry"),this.g.attachProtoVectorListener("face_geometry",(n,o)=>{if(this.outputFacialTransformationMatrixes)for(let s of n)(n=k(c1(s),Zu,2))&&this.j.facialTransformationMatrixes.push({rows:Ge(Me(n,1),0)??0,columns:Ge(Me(n,2),0)??0,data:Rt(n,3,_t,wt()).slice()??[]});d(this,o)}),this.g.attachEmptyPacketListener("face_geometry",n=>{d(this,n)})),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};Z.prototype.detectForVideo=Z.prototype.F,Z.prototype.detect=Z.prototype.D,Z.prototype.setOptions=Z.prototype.o,Z.createFromModelPath=function(e,t){return w(Z,e,{baseOptions:{modelAssetPath:t}})},Z.createFromModelBuffer=function(e,t){return w(Z,e,{baseOptions:{modelAssetBuffer:t}})},Z.createFromOptions=function(e,t){return w(Z,e,t)},Z.FACE_LANDMARKS_LIPS=ss,Z.FACE_LANDMARKS_LEFT_EYE=is,Z.FACE_LANDMARKS_LEFT_EYEBROW=as,Z.FACE_LANDMARKS_LEFT_IRIS=Rc,Z.FACE_LANDMARKS_RIGHT_EYE=cs,Z.FACE_LANDMARKS_RIGHT_EYEBROW=us,Z.FACE_LANDMARKS_RIGHT_IRIS=Sc,Z.FACE_LANDMARKS_FACE_OVAL=hs,Z.FACE_LANDMARKS_CONTOURS=kc,Z.FACE_LANDMARKS_TESSELATION=Cc;var ze=class extends ye{constructor(e,t){super(new Pe(e,t),"image_in","norm_rect",!0),v(e=this.j=new tc,0,1,t=new K)}get baseOptions(){return k(this.j,K,1)}set baseOptions(e){v(this.j,0,1,e)}o(e){return super.l(e)}Pa(e,t,r){let n=typeof t!="function"?t:{};if(this.h=typeof t=="function"?t:r,Be(this,e,n??{}),!this.h)return this.s}m(){var e=new _e;j(e,"image_in"),j(e,"norm_rect"),L(e,"stylized_image");let t=new Re;je(t,h1,this.j);let r=new pe;Se(r,"mediapipe.tasks.vision.face_stylizer.FaceStylizerGraph"),V(r,"IMAGE:image_in"),V(r,"NORM_RECT:norm_rect"),R(r,"STYLIZED_IMAGE:stylized_image"),r.o(t),ke(e,r),this.g.V("stylized_image",(n,o)=>{var s=!this.h,i=n.data,c=n.width;let a=c*(n=n.height);if(i instanceof Uint8Array)if(i.length===3*a){let u=new Uint8ClampedArray(4*a);for(let f=0;f<a;++f)u[4*f]=i[3*f],u[4*f+1]=i[3*f+1],u[4*f+2]=i[3*f+2],u[4*f+3]=255;i=new ImageData(u,c,n)}else{if(i.length!==4*a)throw Error("Unsupported channel count: "+i.length/a);i=new ImageData(new Uint8ClampedArray(i.buffer,i.byteOffset,i.length),c,n)}else if(!(i instanceof WebGLTexture))throw Error(`Unsupported format: ${i.constructor.name}`);c=new he([i],!1,!1,this.g.i.canvas,this.P,c,n),this.s=s=s?c.clone():c,this.h&&this.h(s),d(this,o)}),this.g.attachEmptyPacketListener("stylized_image",n=>{this.s=null,this.h&&this.h(null),d(this,n)}),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};ze.prototype.stylize=ze.prototype.Pa,ze.prototype.setOptions=ze.prototype.o,ze.createFromModelPath=function(e,t){return w(ze,e,{baseOptions:{modelAssetPath:t}})},ze.createFromModelBuffer=function(e,t){return w(ze,e,{baseOptions:{modelAssetBuffer:t}})},ze.createFromOptions=function(e,t){return w(ze,e,t)};var fs=He([0,1],[1,2],[2,3],[3,4],[0,5],[5,6],[6,7],[7,8],[5,9],[9,10],[10,11],[11,12],[9,13],[13,14],[14,15],[15,16],[13,17],[0,17],[17,18],[18,19],[19,20]);function vi(e){e.gestures=[],e.landmarks=[],e.worldLandmarks=[],e.handedness=[]}function Ti(e){return e.gestures.length===0?{gestures:[],landmarks:[],worldLandmarks:[],handedness:[],handednesses:[]}:{gestures:e.gestures,landmarks:e.landmarks,worldLandmarks:e.worldLandmarks,handedness:e.handedness,handednesses:e.handedness}}function bi(e,t=!0){let r=[];for(let o of e){var n=_n(o);e=[];for(let s of n.g())n=t&&Me(s,1)!=null?Ge(Me(s,1),0):-1,e.push({score:re(s,2)??0,index:n,categoryName:Je(s,3)??"",displayName:Je(s,4)??""});r.push(e)}return r}var ve=class extends ye{constructor(e,t){super(new Pe(e,t),"image_in","norm_rect",!1),this.gestures=[],this.landmarks=[],this.worldLandmarks=[],this.handedness=[],v(e=this.j=new oc,0,1,t=new K),this.s=new Jo,v(this.j,0,2,this.s),this.C=new qo,v(this.s,0,3,this.C),this.v=new nc,v(this.s,0,2,this.v),this.h=new f1,v(this.j,0,3,this.h),y(this.v,2,.5),y(this.s,4,.5),y(this.C,2,.5)}get baseOptions(){return k(this.j,K,1)}set baseOptions(e){v(this.j,0,1,e)}o(e){if(Qe(this.v,3,e.numHands??1),"minHandDetectionConfidence"in e&&y(this.v,2,e.minHandDetectionConfidence??.5),"minTrackingConfidence"in e&&y(this.s,4,e.minTrackingConfidence??.5),"minHandPresenceConfidence"in e&&y(this.C,2,e.minHandPresenceConfidence??.5),e.cannedGesturesClassifierOptions){var t=new Ot,r=t,n=no(e.cannedGesturesClassifierOptions,k(this.h,Ot,3)?.h());v(r,0,2,n),v(this.h,0,3,t)}else e.cannedGesturesClassifierOptions===void 0&&k(this.h,Ot,3)?.g();return e.customGesturesClassifierOptions?(v(r=t=new Ot,0,2,n=no(e.customGesturesClassifierOptions,k(this.h,Ot,4)?.h())),v(this.h,0,4,t)):e.customGesturesClassifierOptions===void 0&&k(this.h,Ot,4)?.g(),this.l(e)}Ka(e,t){return vi(this),Be(this,e,t),Ti(this)}La(e,t,r){return vi(this),et(this,e,r,t),Ti(this)}m(){var e=new _e;j(e,"image_in"),j(e,"norm_rect"),L(e,"hand_gestures"),L(e,"hand_landmarks"),L(e,"world_hand_landmarks"),L(e,"handedness");let t=new Re;je(t,l1,this.j);let r=new pe;Se(r,"mediapipe.tasks.vision.gesture_recognizer.GestureRecognizerGraph"),V(r,"IMAGE:image_in"),V(r,"NORM_RECT:norm_rect"),R(r,"HAND_GESTURES:hand_gestures"),R(r,"LANDMARKS:hand_landmarks"),R(r,"WORLD_LANDMARKS:world_hand_landmarks"),R(r,"HANDEDNESS:handedness"),r.o(t),ke(e,r),this.g.attachProtoVectorListener("hand_landmarks",(n,o)=>{for(let s of n){n=kr(s);let i=[];for(let c of it(n,Ka,1))i.push({x:re(c,1)??0,y:re(c,2)??0,z:re(c,3)??0,visibility:re(c,4)??0});this.landmarks.push(i)}d(this,o)}),this.g.attachEmptyPacketListener("hand_landmarks",n=>{d(this,n)}),this.g.attachProtoVectorListener("world_hand_landmarks",(n,o)=>{for(let s of n){n=Dt(s);let i=[];for(let c of it(n,Ya,1))i.push({x:re(c,1)??0,y:re(c,2)??0,z:re(c,3)??0,visibility:re(c,4)??0});this.worldLandmarks.push(i)}d(this,o)}),this.g.attachEmptyPacketListener("world_hand_landmarks",n=>{d(this,n)}),this.g.attachProtoVectorListener("hand_gestures",(n,o)=>{this.gestures.push(...bi(n,!1)),d(this,o)}),this.g.attachEmptyPacketListener("hand_gestures",n=>{d(this,n)}),this.g.attachProtoVectorListener("handedness",(n,o)=>{this.handedness.push(...bi(n)),d(this,o)}),this.g.attachEmptyPacketListener("handedness",n=>{d(this,n)}),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};function Ai(e){return{landmarks:e.landmarks,worldLandmarks:e.worldLandmarks,handednesses:e.handedness,handedness:e.handedness}}ve.prototype.recognizeForVideo=ve.prototype.La,ve.prototype.recognize=ve.prototype.Ka,ve.prototype.setOptions=ve.prototype.o,ve.createFromModelPath=function(e,t){return w(ve,e,{baseOptions:{modelAssetPath:t}})},ve.createFromModelBuffer=function(e,t){return w(ve,e,{baseOptions:{modelAssetBuffer:t}})},ve.createFromOptions=function(e,t){return w(ve,e,t)},ve.HAND_CONNECTIONS=fs;var Te=class extends ye{constructor(e,t){super(new Pe(e,t),"image_in","norm_rect",!1),this.landmarks=[],this.worldLandmarks=[],this.handedness=[],v(e=this.h=new Jo,0,1,t=new K),this.s=new qo,v(this.h,0,3,this.s),this.j=new nc,v(this.h,0,2,this.j),Qe(this.j,3,1),y(this.j,2,.5),y(this.s,2,.5),y(this.h,4,.5)}get baseOptions(){return k(this.h,K,1)}set baseOptions(e){v(this.h,0,1,e)}o(e){return"numHands"in e&&Qe(this.j,3,e.numHands??1),"minHandDetectionConfidence"in e&&y(this.j,2,e.minHandDetectionConfidence??.5),"minTrackingConfidence"in e&&y(this.h,4,e.minTrackingConfidence??.5),"minHandPresenceConfidence"in e&&y(this.s,2,e.minHandPresenceConfidence??.5),this.l(e)}D(e,t){return this.landmarks=[],this.worldLandmarks=[],this.handedness=[],Be(this,e,t),Ai(this)}F(e,t,r){return this.landmarks=[],this.worldLandmarks=[],this.handedness=[],et(this,e,r,t),Ai(this)}m(){var e=new _e;j(e,"image_in"),j(e,"norm_rect"),L(e,"hand_landmarks"),L(e,"world_hand_landmarks"),L(e,"handedness");let t=new Re;je(t,d1,this.h);let r=new pe;Se(r,"mediapipe.tasks.vision.hand_landmarker.HandLandmarkerGraph"),V(r,"IMAGE:image_in"),V(r,"NORM_RECT:norm_rect"),R(r,"LANDMARKS:hand_landmarks"),R(r,"WORLD_LANDMARKS:world_hand_landmarks"),R(r,"HANDEDNESS:handedness"),r.o(t),ke(e,r),this.g.attachProtoVectorListener("hand_landmarks",(n,o)=>{for(let s of n)n=kr(s),this.landmarks.push(Tn(n));d(this,o)}),this.g.attachEmptyPacketListener("hand_landmarks",n=>{d(this,n)}),this.g.attachProtoVectorListener("world_hand_landmarks",(n,o)=>{for(let s of n)n=Dt(s),this.worldLandmarks.push(pr(n));d(this,o)}),this.g.attachEmptyPacketListener("world_hand_landmarks",n=>{d(this,n)}),this.g.attachProtoVectorListener("handedness",(n,o)=>{var s=this.handedness,i=s.push;let c=[];for(let a of n){n=_n(a);let u=[];for(let f of n.g())u.push({score:re(f,2)??0,index:Ge(Me(f,1),0)??-1,categoryName:Je(f,3)??"",displayName:Je(f,4)??""});c.push(u)}i.call(s,...c),d(this,o)}),this.g.attachEmptyPacketListener("handedness",n=>{d(this,n)}),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};Te.prototype.detectForVideo=Te.prototype.F,Te.prototype.detect=Te.prototype.D,Te.prototype.setOptions=Te.prototype.o,Te.createFromModelPath=function(e,t){return w(Te,e,{baseOptions:{modelAssetPath:t}})},Te.createFromModelBuffer=function(e,t){return w(Te,e,{baseOptions:{modelAssetBuffer:t}})},Te.createFromOptions=function(e,t){return w(Te,e,t)},Te.HAND_CONNECTIONS=fs;var Lc=He([0,1],[1,2],[2,3],[3,7],[0,4],[4,5],[5,6],[6,8],[9,10],[11,12],[11,13],[13,15],[15,17],[15,19],[15,21],[17,19],[12,14],[14,16],[16,18],[16,20],[16,22],[18,20],[11,23],[12,24],[23,24],[23,25],[24,26],[25,27],[26,28],[27,29],[28,30],[29,31],[30,32],[27,31],[28,32]);function wi(e){e.h={faceLandmarks:[],faceBlendshapes:[],poseLandmarks:[],poseWorldLandmarks:[],poseSegmentationMasks:[],leftHandLandmarks:[],leftHandWorldLandmarks:[],rightHandLandmarks:[],rightHandWorldLandmarks:[]}}function Ri(e){try{if(!e.C)return e.h;e.C(e.h)}finally{An(e)}}function Or(e,t){e=kr(e),t.push(Tn(e))}var H=class extends ye{constructor(e,t){super(new Pe(e,t),"input_frames_image",null,!1),this.h={faceLandmarks:[],faceBlendshapes:[],poseLandmarks:[],poseWorldLandmarks:[],poseSegmentationMasks:[],leftHandLandmarks:[],leftHandWorldLandmarks:[],rightHandLandmarks:[],rightHandWorldLandmarks:[]},this.outputPoseSegmentationMasks=this.outputFaceBlendshapes=!1,v(e=this.j=new uc,0,1,t=new K),this.K=new qo,v(this.j,0,2,this.K),this.aa=new p1,v(this.j,0,3,this.aa),this.s=new vn,v(this.j,0,4,this.s),this.I=new Qa,v(this.j,0,5,this.I),this.v=new ac,v(this.j,0,6,this.v),this.L=new cc,v(this.j,0,7,this.L),y(this.s,2,.5),y(this.s,3,.3),y(this.I,2,.5),y(this.v,2,.5),y(this.v,3,.3),y(this.L,2,.5),y(this.K,2,.5)}get baseOptions(){return k(this.j,K,1)}set baseOptions(e){v(this.j,0,1,e)}o(e){return"minFaceDetectionConfidence"in e&&y(this.s,2,e.minFaceDetectionConfidence??.5),"minFaceSuppressionThreshold"in e&&y(this.s,3,e.minFaceSuppressionThreshold??.3),"minFacePresenceConfidence"in e&&y(this.I,2,e.minFacePresenceConfidence??.5),"outputFaceBlendshapes"in e&&(this.outputFaceBlendshapes=!!e.outputFaceBlendshapes),"minPoseDetectionConfidence"in e&&y(this.v,2,e.minPoseDetectionConfidence??.5),"minPoseSuppressionThreshold"in e&&y(this.v,3,e.minPoseSuppressionThreshold??.3),"minPosePresenceConfidence"in e&&y(this.L,2,e.minPosePresenceConfidence??.5),"outputPoseSegmentationMasks"in e&&(this.outputPoseSegmentationMasks=!!e.outputPoseSegmentationMasks),"minHandLandmarksConfidence"in e&&y(this.K,2,e.minHandLandmarksConfidence??.5),this.l(e)}D(e,t,r){let n=typeof t!="function"?t:{};return this.C=typeof t=="function"?t:r,wi(this),Be(this,e,n),Ri(this)}F(e,t,r,n){let o=typeof r!="function"?r:{};return this.C=typeof r=="function"?r:n,wi(this),et(this,e,o,t),Ri(this)}m(){var e=new _e;j(e,"input_frames_image"),L(e,"pose_landmarks"),L(e,"pose_world_landmarks"),L(e,"face_landmarks"),L(e,"left_hand_landmarks"),L(e,"left_hand_world_landmarks"),L(e,"right_hand_landmarks"),L(e,"right_hand_world_landmarks");let t=new Re,r=new Hs;qn(r,1,qt("type.googleapis.com/mediapipe.tasks.vision.holistic_landmarker.proto.HolisticLandmarkerGraphOptions"),""),function(o,s){if(s!=null)if(Array.isArray(s))G(o,2,cn(s,Ro,void 0,void 0,!1));else{if(!(typeof s=="string"||s instanceof st||vr(s)))throw Error("invalid value in Any.value field: "+s+" expected a ByteString, a base64 encoded string, a Uint8Array or a jspb array");qn(o,2,go(s,!1,!1),Lt())}}(r,this.j.g());let n=new pe;Se(n,"mediapipe.tasks.vision.holistic_landmarker.HolisticLandmarkerGraph"),zr(n,8,Hs,r),V(n,"IMAGE:input_frames_image"),R(n,"POSE_LANDMARKS:pose_landmarks"),R(n,"POSE_WORLD_LANDMARKS:pose_world_landmarks"),R(n,"FACE_LANDMARKS:face_landmarks"),R(n,"LEFT_HAND_LANDMARKS:left_hand_landmarks"),R(n,"LEFT_HAND_WORLD_LANDMARKS:left_hand_world_landmarks"),R(n,"RIGHT_HAND_LANDMARKS:right_hand_landmarks"),R(n,"RIGHT_HAND_WORLD_LANDMARKS:right_hand_world_landmarks"),n.o(t),ke(e,n),bn(this,e),this.g.attachProtoListener("pose_landmarks",(o,s)=>{Or(o,this.h.poseLandmarks),d(this,s)}),this.g.attachEmptyPacketListener("pose_landmarks",o=>{d(this,o)}),this.g.attachProtoListener("pose_world_landmarks",(o,s)=>{var i=this.h.poseWorldLandmarks;o=Dt(o),i.push(pr(o)),d(this,s)}),this.g.attachEmptyPacketListener("pose_world_landmarks",o=>{d(this,o)}),this.outputPoseSegmentationMasks&&(R(n,"POSE_SEGMENTATION_MASK:pose_segmentation_mask"),Xt(this,"pose_segmentation_mask"),this.g.V("pose_segmentation_mask",(o,s)=>{this.h.poseSegmentationMasks=[Kt(this,o,!0,!this.C)],d(this,s)}),this.g.attachEmptyPacketListener("pose_segmentation_mask",o=>{this.h.poseSegmentationMasks=[],d(this,o)})),this.g.attachProtoListener("face_landmarks",(o,s)=>{Or(o,this.h.faceLandmarks),d(this,s)}),this.g.attachEmptyPacketListener("face_landmarks",o=>{d(this,o)}),this.outputFaceBlendshapes&&(L(e,"extra_blendshapes"),R(n,"FACE_BLENDSHAPES:extra_blendshapes"),this.g.attachProtoListener("extra_blendshapes",(o,s)=>{var i=this.h.faceBlendshapes;this.outputFaceBlendshapes&&(o=_n(o),i.push(ts(o.g()??[]))),d(this,s)}),this.g.attachEmptyPacketListener("extra_blendshapes",o=>{d(this,o)})),this.g.attachProtoListener("left_hand_landmarks",(o,s)=>{Or(o,this.h.leftHandLandmarks),d(this,s)}),this.g.attachEmptyPacketListener("left_hand_landmarks",o=>{d(this,o)}),this.g.attachProtoListener("left_hand_world_landmarks",(o,s)=>{var i=this.h.leftHandWorldLandmarks;o=Dt(o),i.push(pr(o)),d(this,s)}),this.g.attachEmptyPacketListener("left_hand_world_landmarks",o=>{d(this,o)}),this.g.attachProtoListener("right_hand_landmarks",(o,s)=>{Or(o,this.h.rightHandLandmarks),d(this,s)}),this.g.attachEmptyPacketListener("right_hand_landmarks",o=>{d(this,o)}),this.g.attachProtoListener("right_hand_world_landmarks",(o,s)=>{var i=this.h.rightHandWorldLandmarks;o=Dt(o),i.push(pr(o)),d(this,s)}),this.g.attachEmptyPacketListener("right_hand_world_landmarks",o=>{d(this,o)}),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};H.prototype.detectForVideo=H.prototype.F,H.prototype.detect=H.prototype.D,H.prototype.setOptions=H.prototype.o,H.createFromModelPath=function(e,t){return w(H,e,{baseOptions:{modelAssetPath:t}})},H.createFromModelBuffer=function(e,t){return w(H,e,{baseOptions:{modelAssetBuffer:t}})},H.createFromOptions=function(e,t){return w(H,e,t)},H.HAND_CONNECTIONS=fs,H.POSE_CONNECTIONS=Lc,H.FACE_LANDMARKS_LIPS=ss,H.FACE_LANDMARKS_LEFT_EYE=is,H.FACE_LANDMARKS_LEFT_EYEBROW=as,H.FACE_LANDMARKS_LEFT_IRIS=Rc,H.FACE_LANDMARKS_RIGHT_EYE=cs,H.FACE_LANDMARKS_RIGHT_EYEBROW=us,H.FACE_LANDMARKS_RIGHT_IRIS=Sc,H.FACE_LANDMARKS_FACE_OVAL=hs,H.FACE_LANDMARKS_CONTOURS=kc,H.FACE_LANDMARKS_TESSELATION=Cc;var Le=class extends ye{constructor(e,t){super(new Pe(e,t),"input_image","norm_rect",!0),this.j={classifications:[]},v(e=this.h=new hc,0,1,t=new K)}get baseOptions(){return k(this.h,K,1)}set baseOptions(e){v(this.h,0,1,e)}o(e){return v(this.h,0,2,no(e,k(this.h,Ko,2))),this.l(e)}ua(e,t){return this.j={classifications:[]},Be(this,e,t),this.j}va(e,t,r){return this.j={classifications:[]},et(this,e,r,t),this.j}m(){var e=new _e;j(e,"input_image"),j(e,"norm_rect"),L(e,"classifications");let t=new Re;je(t,m1,this.h);let r=new pe;Se(r,"mediapipe.tasks.vision.image_classifier.ImageClassifierGraph"),V(r,"IMAGE:input_image"),V(r,"NORM_RECT:norm_rect"),R(r,"CLASSIFICATIONS:classifications"),r.o(t),ke(e,r),this.g.attachProtoListener("classifications",(n,o)=>{this.j=function(s){let i={classifications:it(s,t1,1).map(c=>ts(k(c,Wa,4)?.g()??[],Ge(Me(c,2),0),Je(c,3)))};return Hr(mt(s,2))!=null&&(i.timestampMs=Ge(Hr(mt(s,2)),0)),i}(r1(n)),d(this,o)}),this.g.attachEmptyPacketListener("classifications",n=>{d(this,n)}),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};Le.prototype.classifyForVideo=Le.prototype.va,Le.prototype.classify=Le.prototype.ua,Le.prototype.setOptions=Le.prototype.o,Le.createFromModelPath=function(e,t){return w(Le,e,{baseOptions:{modelAssetPath:t}})},Le.createFromModelBuffer=function(e,t){return w(Le,e,{baseOptions:{modelAssetBuffer:t}})},Le.createFromOptions=function(e,t){return w(Le,e,t)};var be=class extends ye{constructor(e,t){super(new Pe(e,t),"image_in","norm_rect",!0),this.h=new fc,this.embeddings={embeddings:[]},v(e=this.h,0,1,t=new K)}get baseOptions(){return k(this.h,K,1)}set baseOptions(e){v(this.h,0,1,e)}o(e){var t=this.h,r=k(this.h,ei,2);return r=r?r.clone():new ei,e.l2Normalize!==void 0?Er(r,1,e.l2Normalize):"l2Normalize"in e&&G(r,1),e.quantize!==void 0?Er(r,2,e.quantize):"quantize"in e&&G(r,2),v(t,0,2,r),this.l(e)}Ba(e,t){return Be(this,e,t),this.embeddings}Ca(e,t,r){return et(this,e,r,t),this.embeddings}m(){var e=new _e;j(e,"image_in"),j(e,"norm_rect"),L(e,"embeddings_out");let t=new Re;je(t,g1,this.h);let r=new pe;Se(r,"mediapipe.tasks.vision.image_embedder.ImageEmbedderGraph"),V(r,"IMAGE:image_in"),V(r,"NORM_RECT:norm_rect"),R(r,"EMBEDDINGS:embeddings_out"),r.o(t),ke(e,r),this.g.attachProtoListener("embeddings_out",(n,o)=>{n=s1(n),this.embeddings=function(s){return{embeddings:it(s,o1,1).map(i=>{let c={headIndex:Ge(Me(i,3),0)??-1,headName:Je(i,4)??""};if(ua(i,Zs,Pn(i,1))!==void 0)i=Rt(i=k(i,Zs,Pn(i,1)),1,_t,wt()),c.floatEmbedding=i.slice();else{let a=new Uint8Array(0);c.quantizedEmbedding=k(i,n1,Pn(i,2))?.qa()?.h()??a}return c}),timestampMs:Ge(Hr(mt(s,2)),0)}}(n),d(this,o)}),this.g.attachEmptyPacketListener("embeddings_out",n=>{d(this,n)}),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};be.cosineSimilarity=function(e,t){if(e.floatEmbedding&&t.floatEmbedding)e=si(e.floatEmbedding,t.floatEmbedding);else{if(!e.quantizedEmbedding||!t.quantizedEmbedding)throw Error("Cannot compute cosine similarity between quantized and float embeddings.");e=si(oi(e.quantizedEmbedding),oi(t.quantizedEmbedding))}return e},be.prototype.embedForVideo=be.prototype.Ca,be.prototype.embed=be.prototype.Ba,be.prototype.setOptions=be.prototype.o,be.createFromModelPath=function(e,t){return w(be,e,{baseOptions:{modelAssetPath:t}})},be.createFromModelBuffer=function(e,t){return w(be,e,{baseOptions:{modelAssetBuffer:t}})},be.createFromOptions=function(e,t){return w(be,e,t)};var ao=class{constructor(e,t,r){this.confidenceMasks=e,this.categoryMask=t,this.qualityScores=r}close(){this.confidenceMasks?.forEach(e=>{e.close()}),this.categoryMask?.close()}};function Si(e){e.categoryMask=void 0,e.confidenceMasks=void 0,e.qualityScores=void 0}function ki(e){try{let t=new ao(e.confidenceMasks,e.categoryMask,e.qualityScores);if(!e.j)return t;e.j(t)}finally{An(e)}}ao.prototype.close=ao.prototype.close;var fe=class extends ye{constructor(e,t){super(new Pe(e,t),"image_in","norm_rect",!1),this.s=[],this.outputCategoryMask=!1,this.outputConfidenceMasks=!0,this.h=new es,this.v=new lc,v(this.h,0,3,this.v),v(e=this.h,0,1,t=new K)}get baseOptions(){return k(this.h,K,1)}set baseOptions(e){v(this.h,0,1,e)}o(e){return e.displayNamesLocale!==void 0?G(this.h,2,qt(e.displayNamesLocale)):"displayNamesLocale"in e&&G(this.h,2),"outputCategoryMask"in e&&(this.outputCategoryMask=e.outputCategoryMask??!1),"outputConfidenceMasks"in e&&(this.outputConfidenceMasks=e.outputConfidenceMasks??!0),super.l(e)}J(){(function(e){let t=it(e.ea(),pe,1).filter(r=>Je(r,1).includes("mediapipe.tasks.TensorsToSegmentationCalculator"));if(e.s=[],t.length>1)throw Error("The graph has more than one mediapipe.tasks.TensorsToSegmentationCalculator.");t.length===1&&(k(t[0],Re,7)?.l()?.g()??new Map).forEach((r,n)=>{e.s[Number(n)]=Je(r,1)})})(this)}fa(e,t,r){let n=typeof t!="function"?t:{};return this.j=typeof t=="function"?t:r,Si(this),Be(this,e,n),ki(this)}Na(e,t,r,n){let o=typeof r!="function"?r:{};return this.j=typeof r=="function"?r:n,Si(this),et(this,e,o,t),ki(this)}Fa(){return this.s}m(){var e=new _e;j(e,"image_in"),j(e,"norm_rect");let t=new Re;je(t,pc,this.h);let r=new pe;Se(r,"mediapipe.tasks.vision.image_segmenter.ImageSegmenterGraph"),V(r,"IMAGE:image_in"),V(r,"NORM_RECT:norm_rect"),r.o(t),ke(e,r),bn(this,e),this.outputConfidenceMasks&&(L(e,"confidence_masks"),R(r,"CONFIDENCE_MASKS:confidence_masks"),Xt(this,"confidence_masks"),this.g.da("confidence_masks",(n,o)=>{this.confidenceMasks=n.map(s=>Kt(this,s,!0,!this.j)),d(this,o)}),this.g.attachEmptyPacketListener("confidence_masks",n=>{this.confidenceMasks=[],d(this,n)})),this.outputCategoryMask&&(L(e,"category_mask"),R(r,"CATEGORY_MASK:category_mask"),Xt(this,"category_mask"),this.g.V("category_mask",(n,o)=>{this.categoryMask=Kt(this,n,!1,!this.j),d(this,o)}),this.g.attachEmptyPacketListener("category_mask",n=>{this.categoryMask=void 0,d(this,n)})),L(e,"quality_scores"),R(r,"QUALITY_SCORES:quality_scores"),this.g.attachFloatVectorListener("quality_scores",(n,o)=>{this.qualityScores=n,d(this,o)}),this.g.attachEmptyPacketListener("quality_scores",n=>{this.categoryMask=void 0,d(this,n)}),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};fe.prototype.getLabels=fe.prototype.Fa,fe.prototype.segmentForVideo=fe.prototype.Na,fe.prototype.segment=fe.prototype.fa,fe.prototype.setOptions=fe.prototype.o,fe.createFromModelPath=function(e,t){return w(fe,e,{baseOptions:{modelAssetPath:t}})},fe.createFromModelBuffer=function(e,t){return w(fe,e,{baseOptions:{modelAssetBuffer:t}})},fe.createFromOptions=function(e,t){return w(fe,e,t)};var co=class{constructor(e,t,r){this.confidenceMasks=e,this.categoryMask=t,this.qualityScores=r}close(){this.confidenceMasks?.forEach(e=>{e.close()}),this.categoryMask?.close()}};co.prototype.close=co.prototype.close;var R1=class extends m{constructor(e){super(e)}},Ut=[0,te,-2],Zr=[0,rt,-3,$,rt,-1],Ci=[0,Zr],Li=[0,Zr,te,-1],Wn=class extends m{constructor(e){super(e)}},Ii=[0,rt,-1,$],S1=class extends m{constructor(){super()}},Fi=class extends m{constructor(e){super(e)}},uo=[1,2,3,4,5,6,7,8,9,10,14,15],Ic=class extends m{constructor(){super()}};Ic.prototype.g=xn([0,ae,[0,uo,B,Zr,B,[0,Zr,Ut],B,Ci,B,[0,Ci,Ut],B,Ii,B,[0,rt,-3,$,Ve],B,[0,rt,-3,$],B,[0,U,rt,-2,$,te,$,-1,2,rt,Ut],B,Li,B,[0,Li,Ut],rt,Ut,U,B,[0,rt,-3,$,Ut,-1],B,[0,ae,Ii]],U,[0,U,te,-1,$]]);var $e=class extends ye{constructor(e,t){super(new Pe(e,t),"image_in","norm_rect_in",!1),this.outputCategoryMask=!1,this.outputConfidenceMasks=!0,this.h=new es,this.s=new lc,v(this.h,0,3,this.s),v(e=this.h,0,1,t=new K)}get baseOptions(){return k(this.h,K,1)}set baseOptions(e){v(this.h,0,1,e)}o(e){return"outputCategoryMask"in e&&(this.outputCategoryMask=e.outputCategoryMask??!1),"outputConfidenceMasks"in e&&(this.outputConfidenceMasks=e.outputConfidenceMasks??!0),super.l(e)}fa(e,t,r,n){let o=typeof r!="function"?r:{};this.j=typeof r=="function"?r:n,this.qualityScores=this.categoryMask=this.confidenceMasks=void 0,r=this.B+1,n=new Ic;let s=new Fi;var i=new R1;if(Qe(i,1,255),v(s,0,12,i),t.keypoint&&t.scribble)throw Error("Cannot provide both keypoint and scribble.");if(t.keypoint){var c=new Wn;Er(c,3,!0),y(c,1,t.keypoint.x),y(c,2,t.keypoint.y),fr(s,5,uo,c)}else{if(!t.scribble)throw Error("Must provide either a keypoint or a scribble.");for(c of(i=new S1,t.scribble))Er(t=new Wn,3,!0),y(t,1,c.x),y(t,2,c.y),zr(i,1,Wn,t);fr(s,15,uo,i)}zr(n,1,Fi,s),this.g.addProtoToStream(n.g(),"drishti.RenderData","roi_in",r),Be(this,e,o);e:{try{let u=new co(this.confidenceMasks,this.categoryMask,this.qualityScores);if(!this.j){var a=u;break e}this.j(u)}finally{An(this)}a=void 0}return a}m(){var e=new _e;j(e,"image_in"),j(e,"roi_in"),j(e,"norm_rect_in");let t=new Re;je(t,pc,this.h);let r=new pe;Se(r,"mediapipe.tasks.vision.interactive_segmenter.InteractiveSegmenterGraph"),V(r,"IMAGE:image_in"),V(r,"ROI:roi_in"),V(r,"NORM_RECT:norm_rect_in"),r.o(t),ke(e,r),bn(this,e),this.outputConfidenceMasks&&(L(e,"confidence_masks"),R(r,"CONFIDENCE_MASKS:confidence_masks"),Xt(this,"confidence_masks"),this.g.da("confidence_masks",(n,o)=>{this.confidenceMasks=n.map(s=>Kt(this,s,!0,!this.j)),d(this,o)}),this.g.attachEmptyPacketListener("confidence_masks",n=>{this.confidenceMasks=[],d(this,n)})),this.outputCategoryMask&&(L(e,"category_mask"),R(r,"CATEGORY_MASK:category_mask"),Xt(this,"category_mask"),this.g.V("category_mask",(n,o)=>{this.categoryMask=Kt(this,n,!1,!this.j),d(this,o)}),this.g.attachEmptyPacketListener("category_mask",n=>{this.categoryMask=void 0,d(this,n)})),L(e,"quality_scores"),R(r,"QUALITY_SCORES:quality_scores"),this.g.attachFloatVectorListener("quality_scores",(n,o)=>{this.qualityScores=n,d(this,o)}),this.g.attachEmptyPacketListener("quality_scores",n=>{this.categoryMask=void 0,d(this,n)}),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};$e.prototype.segment=$e.prototype.fa,$e.prototype.setOptions=$e.prototype.o,$e.createFromModelPath=function(e,t){return w($e,e,{baseOptions:{modelAssetPath:t}})},$e.createFromModelBuffer=function(e,t){return w($e,e,{baseOptions:{modelAssetBuffer:t}})},$e.createFromOptions=function(e,t){return w($e,e,t)};var Ie=class extends ye{constructor(e,t){super(new Pe(e,t),"input_frame_gpu","norm_rect",!1),this.j={detections:[]},v(e=this.h=new mc,0,1,t=new K)}get baseOptions(){return k(this.h,K,1)}set baseOptions(e){v(this.h,0,1,e)}o(e){return e.displayNamesLocale!==void 0?G(this.h,2,qt(e.displayNamesLocale)):"displayNamesLocale"in e&&G(this.h,2),e.maxResults!==void 0?Qe(this.h,3,e.maxResults):"maxResults"in e&&G(this.h,3),e.scoreThreshold!==void 0?y(this.h,4,e.scoreThreshold):"scoreThreshold"in e&&G(this.h,4),e.categoryAllowlist!==void 0?$r(this.h,5,e.categoryAllowlist):"categoryAllowlist"in e&&G(this.h,5),e.categoryDenylist!==void 0?$r(this.h,6,e.categoryDenylist):"categoryDenylist"in e&&G(this.h,6),this.l(e)}D(e,t){return this.j={detections:[]},Be(this,e,t),this.j}F(e,t,r){return this.j={detections:[]},et(this,e,r,t),this.j}m(){var e=new _e;j(e,"input_frame_gpu"),j(e,"norm_rect"),L(e,"detections");let t=new Re;je(t,E1,this.h);let r=new pe;Se(r,"mediapipe.tasks.vision.ObjectDetectorGraph"),V(r,"IMAGE:input_frame_gpu"),V(r,"NORM_RECT:norm_rect"),R(r,"DETECTIONS:detections"),r.o(t),ke(e,r),this.g.attachProtoVectorListener("detections",(n,o)=>{for(let s of n)n=Ha(s),this.j.detections.push(yc(n));d(this,o)}),this.g.attachEmptyPacketListener("detections",n=>{d(this,n)}),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};Ie.prototype.detectForVideo=Ie.prototype.F,Ie.prototype.detect=Ie.prototype.D,Ie.prototype.setOptions=Ie.prototype.o,Ie.createFromModelPath=async function(e,t){return w(Ie,e,{baseOptions:{modelAssetPath:t}})},Ie.createFromModelBuffer=function(e,t){return w(Ie,e,{baseOptions:{modelAssetBuffer:t}})},Ie.createFromOptions=function(e,t){return w(Ie,e,t)};var ho=class{constructor(e,t,r){this.landmarks=e,this.worldLandmarks=t,this.segmentationMasks=r}close(){this.segmentationMasks?.forEach(e=>{e.close()})}};function Mi(e){e.landmarks=[],e.worldLandmarks=[],e.segmentationMasks=void 0}function Oi(e){try{let t=new ho(e.landmarks,e.worldLandmarks,e.segmentationMasks);if(!e.s)return t;e.s(t)}finally{An(e)}}ho.prototype.close=ho.prototype.close;var Ae=class extends ye{constructor(e,t){super(new Pe(e,t),"image_in","norm_rect",!1),this.landmarks=[],this.worldLandmarks=[],this.outputSegmentationMasks=!1,v(e=this.h=new gc,0,1,t=new K),this.v=new cc,v(this.h,0,3,this.v),this.j=new ac,v(this.h,0,2,this.j),Qe(this.j,4,1),y(this.j,2,.5),y(this.v,2,.5),y(this.h,4,.5)}get baseOptions(){return k(this.h,K,1)}set baseOptions(e){v(this.h,0,1,e)}o(e){return"numPoses"in e&&Qe(this.j,4,e.numPoses??1),"minPoseDetectionConfidence"in e&&y(this.j,2,e.minPoseDetectionConfidence??.5),"minTrackingConfidence"in e&&y(this.h,4,e.minTrackingConfidence??.5),"minPosePresenceConfidence"in e&&y(this.v,2,e.minPosePresenceConfidence??.5),"outputSegmentationMasks"in e&&(this.outputSegmentationMasks=e.outputSegmentationMasks??!1),this.l(e)}D(e,t,r){let n=typeof t!="function"?t:{};return this.s=typeof t=="function"?t:r,Mi(this),Be(this,e,n),Oi(this)}F(e,t,r,n){let o=typeof r!="function"?r:{};return this.s=typeof r=="function"?r:n,Mi(this),et(this,e,o,t),Oi(this)}m(){var e=new _e;j(e,"image_in"),j(e,"norm_rect"),L(e,"normalized_landmarks"),L(e,"world_landmarks"),L(e,"segmentation_masks");let t=new Re;je(t,x1,this.h);let r=new pe;Se(r,"mediapipe.tasks.vision.pose_landmarker.PoseLandmarkerGraph"),V(r,"IMAGE:image_in"),V(r,"NORM_RECT:norm_rect"),R(r,"NORM_LANDMARKS:normalized_landmarks"),R(r,"WORLD_LANDMARKS:world_landmarks"),r.o(t),ke(e,r),bn(this,e),this.g.attachProtoVectorListener("normalized_landmarks",(n,o)=>{this.landmarks=[];for(let s of n)n=kr(s),this.landmarks.push(Tn(n));d(this,o)}),this.g.attachEmptyPacketListener("normalized_landmarks",n=>{this.landmarks=[],d(this,n)}),this.g.attachProtoVectorListener("world_landmarks",(n,o)=>{this.worldLandmarks=[];for(let s of n)n=Dt(s),this.worldLandmarks.push(pr(n));d(this,o)}),this.g.attachEmptyPacketListener("world_landmarks",n=>{this.worldLandmarks=[],d(this,n)}),this.outputSegmentationMasks&&(R(r,"SEGMENTATION_MASK:segmentation_masks"),Xt(this,"segmentation_masks"),this.g.da("segmentation_masks",(n,o)=>{this.segmentationMasks=n.map(s=>Kt(this,s,!0,!this.s)),d(this,o)}),this.g.attachEmptyPacketListener("segmentation_masks",n=>{this.segmentationMasks=[],d(this,n)})),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};Ae.prototype.detectForVideo=Ae.prototype.F,Ae.prototype.detect=Ae.prototype.D,Ae.prototype.setOptions=Ae.prototype.o,Ae.createFromModelPath=function(e,t){return w(Ae,e,{baseOptions:{modelAssetPath:t}})},Ae.createFromModelBuffer=function(e,t){return w(Ae,e,{baseOptions:{modelAssetBuffer:t}})},Ae.createFromOptions=function(e,t){return w(Ae,e,t)},Ae.POSE_CONNECTIONS=Lc;var S=(e,t="AssertError")=>{if(!e)throw new Error(t,{cause:e});return e};var ls=e=>e;var ds=(e,...t)=>{let r=t.reduce((n,o)=>s=>o(n(s)),ls);return(...n)=>r(e(...n))};var C1=e=>`(${e})`;var Fc=e=>C1(`?:${e}`),L1=e=>`${Fc(e)}?`,I1=e=>`${Fc(e)}*`;var F1=e=>`^${e}`,M1=e=>`${e}$`,O1=e=>typeof e=="function",U1=e=>t=>O1(t)?t(e):t;var P1=()=>e=>e,Sn=(e,t=P1)=>r=>n=>ds(U1(n),t(n),e)(r);var df=Sn(e=>L1(e)),pf=Sn(e=>I1(e));var mf=Sn(e=>F1(e)),gf=Sn(e=>M1(e));var z={Closed:"closed",Closing:"closing",Destroyed:"destroyed",Destroying:"destroying",Error:"Error",Idle:"idle",New:"new",Opened:"opened",Opening:"opening",Processing:"processing",Updated:"updated",Updating:"updating"},Mc={None:"none",Blur:"blur",Overlay:"overlay"},F={ContextCreationError:"ContextCreationError",ContextLost:"ContextLost",ContextRestored:"ContextRestored",Error:"Error",ProcessorRestarted:"ProcessorRestarted",SamplingError:"SamplingError"};var B1=e=>!!(typeof e=="string"&&Object.values(F).includes(e)),kn=e=>B1(e)?e:F.Error,Cn=e=>e instanceof Error?e.message:String(e),Oc=e=>{let t=new Set(Object.keys(e));return r=>{for(let n in r)t.has(n)&&typeof e[n]==typeof r[n]&&(e[n]=r[n])}},Uc=e=>{let t=new Map(e),r=new Set,n=async i=>{let a=await(await fetch(i)).blob();return await createImageBitmap(a)},o=async i=>{let c=t.get(i);if(!c){if(r.has(i))return null;r.add(i);let a=await n(i);return t.set(i,a),r.delete(i),a}return c},s=i=>(t.get(i)?.close(),t.delete(i));return{tryFetchingImage:o,setImage:(i,c)=>{t.has(i)&&s(i),t.set(i,c)},getImage:i=>t.get(i)??null,removeImage:s,clear:()=>{t.forEach(i=>i.close()),t.clear()}}},Pc=(e,t)=>r=>Math.min(Math.max(r,e),t);var Bc=(e,t,r,n)=>{if(!e||!t||!r||!n||e*n===r*t)return{sx:0,sy:0,sw:e,sh:t,dx:0,dy:0,dw:r,dh:n};let o=e/t,s=r/n;if(o>s){let u=Math.ceil(e*s)/o,f=Math.abs(e-u);return{sx:Math.ceil(f/2),sy:0,sw:u,sh:t,dx:0,dy:0,dw:r,dh:n}}let i=Math.ceil(t*o)/s,c=Math.abs(t-i);return{sx:0,sy:Math.ceil(c/2),sw:e,sh:i,dx:0,dy:0,dw:r,dh:n}};var D1={drawImageDataCanvas:"drawImageDataCanvas",maskCanvas:"maskCanvas",blurredMaskCanvas:"blurredMaskCanvas",blurredCanvas:"blurredCanvas",downScaledCanvas:"downScaledCanvas",backgroundImageCanvas:"backgroundImageCanvas",inputCanvas:"inputCanvas"},Tt=(e,t)=>{let r=e.getContext("2d",t);if(!r)throw new Error("Cannot get CanvasRenderingContext2D");return r},N1=e=>{let t=Tt(e);t.scale(-1,1),t.translate(-e.width,0)},ps=e=>"VideoFrame"in globalThis&&e instanceof VideoFrame?{height:e.displayHeight,width:e.displayWidth}:"offsetHeight"in e&&typeof e.offsetHeight=="number"&&e.offsetHeight!==0&&"offsetWidth"in e&&typeof e.offsetWidth=="number"&&e.offsetWidth!==0?{height:e.offsetHeight,width:e.offsetWidth}:"videoHeight"in e&&typeof e.videoHeight=="number"&&e.videoHeight!==0&&"videoWidth"in e&&typeof e.videoWidth=="number"&&e.videoWidth!==0?{height:e.videoHeight,width:e.videoWidth}:"height"in e&&e.height!==0&&"width"in e&&e.width!==0?{height:e.height,width:e.width}:{height:0,width:0},rr=(e,t)=>new OffscreenCanvas(e,t);var G1=e=>{Tt(e).clearRect(0,0,e.width,e.height)},Dc=(e,t)=>{let r={downScaleFactor:3},n=l=>rr(l==="downScaledCanvas"?Math.trunc(e/r.downScaleFactor):e,l==="downScaledCanvas"?Math.trunc(t/r.downScaleFactor):t),o=l=>{let _=r[l];if(!_){let T=n(l);return r[l]=T,T}return _},s=(l,_)=>{let T=o(_);return Tt(T).putImageData(l,0,0),T},i=(l,_,T,M,I,O,X,D,Q,oe)=>{let bt=_ instanceof ImageData?s(_,"drawImageDataCanvas"):_;I===void 0||O===void 0?l.drawImage(bt,T,M):X===void 0||D===void 0||Q===void 0||oe===void 0?l.drawImage(bt,T,M,I,O):l.drawImage(bt,T,M,I,O,X,D,Q,oe)},c=(l,_,T=e,M=t,I={})=>{let{height:O,width:X}=ps(l),D=Bc(X,O,T,M),Q=Tt(_,I);i(Q,l,D.sx,D.sy,D.sw,D.sh,D.dx,D.dy,D.dw,D.dh)},a=(l,_)=>{let T=o(_);return c(l,T),T},u=(l,_,T)=>{l.globalCompositeOperation=T,i(l,_,0,0)},f=(l,_,T)=>{let M=Tt(l),I=0,O=5,X=1/(2*Math.PI*O*O),D=T<3?1:2;for(let Q=-T;Q<=T;Q+=D)for(let oe=-T;oe<=T;oe+=D){let bt=X*Math.exp(-(oe*oe+Q*Q)/(2*O*O));I+=bt}for(let Q=-T;Q<=T;Q+=D)for(let oe=-T;oe<=T;oe+=D)M.globalAlpha=X*Math.exp(-(oe*oe+Q*Q)/(2*O*O))/I*T,i(M,_,oe,Q);M.globalAlpha=1},g=({image:l,blurAmount:_,canvas:T,preserveOldDrawing:M=!0})=>{let{height:I,width:O}=ps(l),X=Tt(T);if(_<=0)return i(X,l,0,0,O,I);let D=o("downScaledCanvas"),Q=Tt(D);M||(Q.clearRect(0,0,D.width,D.height),X.clearRect(0,0,O,I)),"filter"in X?(Q.filter=`blur(${_}px)`,i(Q,l,0,0,O,I,0,0,D.width,D.height),i(X,D,0,0,O,I)):f(T,l,_)},p=({image:l,blurAmount:_,offscreenCanvasName:T,preserveOldDrawing:M})=>{let I=o(T);return G1(I),_===0?c(l,I):g({image:l,blurAmount:_,canvas:I,preserveOldDrawing:M}),I},x=(l,_,T)=>{let M=Array.isArray(l)?l[0]?.canvas:l.canvas;if(!M)return o("maskCanvas");let I=p({image:M,offscreenCanvasName:"maskCanvas",blurAmount:0});return T===0?I:p({image:I,blurAmount:T,offscreenCanvasName:"blurredMaskCanvas",preserveOldDrawing:!1})},b=(l,_,T,M,I=.5,O=3,X=3,D=!1)=>{let Q=p({image:T,blurAmount:O,offscreenCanvasName:"blurredCanvas"}),oe=Tt(l);if(Array.isArray(M)&&M.length===0)return i(oe,Q,0,0);let bt=x(M,I,X);oe.save(),D&&N1(l);let{height:ru,width:nu}=ps(_);i(oe,_,0,0,nu,ru),u(oe,bt,"destination-in"),u(oe,Q,"destination-over"),oe.restore()};return{evaluateInput:l=>a(l,"inputCanvas"),renderImageToCanvas:c,drawBlurEffect:(l,_,T,M=.5,I=3,O=3,X=!1)=>b(l,_,_,T,M,I,O,X),drawOverlayEffect:(l,_,T,M,I=.5,O=0,X=3,D=!1)=>b(l,_,T,M,I,O,X,D),renderImageToOffScreenCanvas:a,renderImageDataToOffScreenCanvas:s,drawAndBlurImageOnOffScreenCanvas:p,reset:()=>{Object.keys(D1).forEach(l=>{let _=l,T=r[_];T&&T instanceof OffscreenCanvas&&(r[_]=n(_))})}}};var Ln={VertexShader:WebGLRenderingContext.VERTEX_SHADER,FragmentShader:WebGLRenderingContext.FRAGMENT_SHADER},ms={[Ln.VertexShader]:"VertexShader",[Ln.FragmentShader]:"FragmentShader"},V1=e=>typeof e=="string"?e.startsWith("#version 300 es"):!1,Nc=e=>{if(!V1(e))throw new Error("Expecting GLSL ES 3.00 shader source")},j1=/ERROR:\s*\d+:(\d+)/gi;function jc(e,t="",r=0){let n=[...t.matchAll(j1)],o=new Map(n.map((s,i)=>{if(!s[1]||s.index===void 0)return[0,t];let c=parseInt(s[1],10),a=n[i+1],u=a?a.index:t.length,f=t.substring(s.index,u);return[c-1,f]}));return e.split(`
|
|
42
|
-
`).map((s,
|
|
43
|
-
|
|
44
|
-
^^^ ${
|
|
45
|
-
`)}var
|
|
46
|
-
${s?
|
|
47
|
-
${t.map(
|
|
48
|
-
${
|
|
49
|
-
`)}`)}return[o,()=>{t
|
|
41
|
+
`}C(){let e=this.g;e.activeTexture(e.TEXTURE1),this.j=Tt(this,e),e.activeTexture(e.TEXTURE2),this.B=Tt(this,e)}m(){super.m();let e=this.g;this.K=ge(e.getUniformLocation(this.h,"defaultTexture"),"Uniform location"),this.L=ge(e.getUniformLocation(this.h,"overlayTexture"),"Uniform location"),this.I=ge(e.getUniformLocation(this.h,"maskTexture"),"Uniform location")}l(){super.l();let e=this.g;e.uniform1i(this.I,0),e.uniform1i(this.K,1),e.uniform1i(this.L,2)}close(){this.j&&this.g.deleteTexture(this.j),this.B&&this.g.deleteTexture(this.B),super.close()}};function st(e,t){switch(t){case 0:return e.g.find(r=>r instanceof Uint8Array);case 1:return e.g.find(r=>r instanceof Float32Array);case 2:return e.g.find(r=>typeof WebGLTexture<"u"&&r instanceof WebGLTexture);default:throw Error(`Type is not supported: ${t}`)}}function ho(e){var t=st(e,1);if(!t){if(t=st(e,0))t=new Float32Array(t).map(n=>n/255);else{t=new Float32Array(e.width*e.height);let n=Ht(e);var r=ds(e);if(Rn(r,n,Lc(e)),"iPad Simulator;iPhone Simulator;iPod Simulator;iPad;iPhone;iPod".split(";").includes(navigator.platform)||navigator.userAgent.includes("Mac")&&"document"in self&&"ontouchend"in self.document){r=new Float32Array(e.width*e.height*4),n.readPixels(0,0,e.width,e.height,n.RGBA,n.FLOAT,r);for(let o=0,s=0;o<t.length;++o,s+=4)t[o]=r[s]}else n.readPixels(0,0,e.width,e.height,n.RED,n.FLOAT,t)}e.g.push(t)}return t}function Lc(e){let t=st(e,2);if(!t){let r=Ht(e);t=Mc(e);let n=ho(e),o=Ic(e);r.texImage2D(r.TEXTURE_2D,0,o,e.width,e.height,0,r.RED,r.FLOAT,n),lo(e)}return t}function Ht(e){if(!e.canvas)throw Error("Conversion to different image formats require that a canvas is passed when initializing the image.");return e.h||(e.h=ge(e.canvas.getContext("webgl2"),"You cannot use a canvas that is already bound to a different type of rendering context.")),e.h}function Ic(e){if(e=Ht(e),!Pr)if(e.getExtension("EXT_color_buffer_float")&&e.getExtension("OES_texture_float_linear")&&e.getExtension("EXT_float_blend"))Pr=e.R32F;else{if(!e.getExtension("EXT_color_buffer_half_float"))throw Error("GPU does not fully support 4-channel float32 or float16 formats");Pr=e.R16F}return Pr}function ds(e){return e.l||(e.l=new nr),e.l}function Mc(e){let t=Ht(e);t.viewport(0,0,e.width,e.height),t.activeTexture(t.TEXTURE0);let r=st(e,2);return r||(r=Tt(ds(e),t,e.m?t.LINEAR:t.NEAREST),e.g.push(r),e.j=!0),t.bindTexture(t.TEXTURE_2D,r),r}function lo(e){e.h.bindTexture(e.h.TEXTURE_2D,null)}var Pr,ae=class{constructor(e,t,r,n,o,s,a){this.g=e,this.m=t,this.j=r,this.canvas=n,this.l=o,this.width=s,this.height=a,this.j&&--Aa===0&&console.error("You seem to be creating MPMask instances without invoking .close(). This leaks resources.")}Ga(){return!!st(this,0)}ka(){return!!st(this,1)}R(){return!!st(this,2)}ja(){return(t=st(e=this,0))||(t=ho(e),t=new Uint8Array(t.map(r=>255*r)),e.g.push(t)),t;var e,t}ia(){return ho(this)}N(){return Lc(this)}clone(){let e=[];for(let t of this.g){let r;if(t instanceof Uint8Array)r=new Uint8Array(t);else if(t instanceof Float32Array)r=new Float32Array(t);else{if(!(t instanceof WebGLTexture))throw Error(`Type is not supported: ${t}`);{let n=Ht(this),o=ds(this);n.activeTexture(n.TEXTURE1),r=Tt(o,n,this.m?n.LINEAR:n.NEAREST),n.bindTexture(n.TEXTURE_2D,r);let s=Ic(this);n.texImage2D(n.TEXTURE_2D,0,s,this.width,this.height,0,n.RED,n.FLOAT,null),n.bindTexture(n.TEXTURE_2D,null),Rn(o,n,r),Sr(o,n,!1,()=>{Mc(this),n.clearColor(0,0,0,0),n.clear(n.COLOR_BUFFER_BIT),n.drawArrays(n.TRIANGLE_FAN,0,4),lo(this)}),ls(o),lo(this)}}e.push(r)}return new ae(e,this.m,this.R(),this.canvas,this.l,this.width,this.height)}close(){this.j&&Ht(this).deleteTexture(st(this,2)),Aa=-1}};ae.prototype.close=ae.prototype.close,ae.prototype.clone=ae.prototype.clone,ae.prototype.getAsWebGLTexture=ae.prototype.N,ae.prototype.getAsFloat32Array=ae.prototype.ia,ae.prototype.getAsUint8Array=ae.prototype.ja,ae.prototype.hasWebGLTexture=ae.prototype.R,ae.prototype.hasFloat32Array=ae.prototype.ka,ae.prototype.hasUint8Array=ae.prototype.Ga;var Aa=250,U2={color:"white",lineWidth:4,radius:6};function zn(e){return{...U2,fillColor:(e=e||{}).color,...e}}function nt(e,t){return e instanceof Function?e(t):e}function Ra(e,t,r){return Math.max(Math.min(t,r),Math.min(Math.max(t,r),e))}function lr(e){if(!e.l)throw Error("CPU rendering requested but CanvasRenderingContext2D not provided.");return e.l}function Tr(e){if(!e.j)throw Error("GPU rendering requested but WebGL2RenderingContext not provided.");return e.j}function wa(e,t,r){if(t.R())r(t.N());else{let n=t.ka()?t.ia():t.ja();e.m=e.m??new nr;let o=Tr(e);r((e=new ae([n],t.m,!1,o.canvas,e.m,t.width,t.height)).N()),e.close()}}function ka(e,t,r,n){let o=function(i){return i.g||(i.g=new M2),i.g}(e),s=Tr(e),a=Array.isArray(r)?new ImageData(new Uint8ClampedArray(r),1,1):r;Sr(o,s,!0,()=>{(function(c,l,h,f){let d=c.g;if(d.activeTexture(d.TEXTURE0),d.bindTexture(d.TEXTURE_2D,l),d.activeTexture(d.TEXTURE1),d.bindTexture(d.TEXTURE_2D,c.B),d.texImage2D(d.TEXTURE_2D,0,d.RGBA,d.RGBA,d.UNSIGNED_BYTE,h),c.I&&function(b,R){if(b!==R)return!1;b=b.entries(),R=R.entries();for(let[k,S]of b){b=k;let p=S;var A=R.next();if(A.done)return!1;let[x,E]=A.value;if(A=E,b!==x||p[0]!==A[0]||p[1]!==A[1]||p[2]!==A[2]||p[3]!==A[3])return!1}return!!R.next().done}(c.I,f))d.activeTexture(d.TEXTURE2),d.bindTexture(d.TEXTURE_2D,c.j);else{c.I=f;let b=Array(1024).fill(0);f.forEach((R,A)=>{if(R.length!==4)throw Error(`Color at index ${A} is not a four-channel value.`);b[4*A]=R[0],b[4*A+1]=R[1],b[4*A+2]=R[2],b[4*A+3]=R[3]}),d.activeTexture(d.TEXTURE2),d.bindTexture(d.TEXTURE_2D,c.j),d.texImage2D(d.TEXTURE_2D,0,d.RGBA,256,1,0,d.RGBA,d.UNSIGNED_BYTE,new Uint8Array(b))}})(o,t,a,n),s.clearColor(0,0,0,0),s.clear(s.COLOR_BUFFER_BIT),s.drawArrays(s.TRIANGLE_FAN,0,4);let i=o.g;i.activeTexture(i.TEXTURE0),i.bindTexture(i.TEXTURE_2D,null),i.activeTexture(i.TEXTURE1),i.bindTexture(i.TEXTURE_2D,null),i.activeTexture(i.TEXTURE2),i.bindTexture(i.TEXTURE_2D,null)})}function Sa(e,t,r,n){let o=Tr(e),s=function(c){return c.h||(c.h=new F2),c.h}(e),a=Array.isArray(r)?new ImageData(new Uint8ClampedArray(r),1,1):r,i=Array.isArray(n)?new ImageData(new Uint8ClampedArray(n),1,1):n;Sr(s,o,!0,()=>{var c=s.g;c.activeTexture(c.TEXTURE0),c.bindTexture(c.TEXTURE_2D,t),c.activeTexture(c.TEXTURE1),c.bindTexture(c.TEXTURE_2D,s.j),c.texImage2D(c.TEXTURE_2D,0,c.RGBA,c.RGBA,c.UNSIGNED_BYTE,a),c.activeTexture(c.TEXTURE2),c.bindTexture(c.TEXTURE_2D,s.B),c.texImage2D(c.TEXTURE_2D,0,c.RGBA,c.RGBA,c.UNSIGNED_BYTE,i),o.clearColor(0,0,0,0),o.clear(o.COLOR_BUFFER_BIT),o.drawArrays(o.TRIANGLE_FAN,0,4),o.bindTexture(o.TEXTURE_2D,null),(c=s.g).activeTexture(c.TEXTURE0),c.bindTexture(c.TEXTURE_2D,null),c.activeTexture(c.TEXTURE1),c.bindTexture(c.TEXTURE_2D,null),c.activeTexture(c.TEXTURE2),c.bindTexture(c.TEXTURE_2D,null)})}var me=class{constructor(e,t){e instanceof CanvasRenderingContext2D||e instanceof OffscreenCanvasRenderingContext2D?(this.l=e,this.j=t):this.j=e}za(e,t){if(e){var r=lr(this);t=zn(t),r.save();var n=r.canvas,o=0;for(let s of e)r.fillStyle=nt(t.fillColor,{index:o,from:s}),r.strokeStyle=nt(t.color,{index:o,from:s}),r.lineWidth=nt(t.lineWidth,{index:o,from:s}),(e=new Path2D).arc(s.x*n.width,s.y*n.height,nt(t.radius,{index:o,from:s}),0,2*Math.PI),r.fill(e),r.stroke(e),++o;r.restore()}}ya(e,t,r){if(e&&t){var n=lr(this);r=zn(r),n.save();var o=n.canvas,s=0;for(let a of t){n.beginPath(),t=e[a.start];let i=e[a.end];t&&i&&(n.strokeStyle=nt(r.color,{index:s,from:t,to:i}),n.lineWidth=nt(r.lineWidth,{index:s,from:t,to:i}),n.moveTo(t.x*o.width,t.y*o.height),n.lineTo(i.x*o.width,i.y*o.height)),++s,n.stroke()}n.restore()}}va(e,t){let r=lr(this);t=zn(t),r.save(),r.beginPath(),r.lineWidth=nt(t.lineWidth,{}),r.strokeStyle=nt(t.color,{}),r.fillStyle=nt(t.fillColor,{}),r.moveTo(e.originX,e.originY),r.lineTo(e.originX+e.width,e.originY),r.lineTo(e.originX+e.width,e.originY+e.height),r.lineTo(e.originX,e.originY+e.height),r.lineTo(e.originX,e.originY),r.stroke(),r.fill(),r.restore()}wa(e,t,r=[0,0,0,255]){this.l?function(n,o,s,a){let i=Tr(n);wa(n,o,c=>{ka(n,c,s,a),(c=lr(n)).drawImage(i.canvas,0,0,c.canvas.width,c.canvas.height)})}(this,e,r,t):ka(this,e.N(),r,t)}xa(e,t,r){this.l?function(n,o,s,a){let i=Tr(n);wa(n,o,c=>{Sa(n,c,s,a),(c=lr(n)).drawImage(i.canvas,0,0,c.canvas.width,c.canvas.height)})}(this,e,t,r):Sa(this,e.N(),t,r)}close(){this.g?.close(),this.g=void 0,this.h?.close(),this.h=void 0,this.m?.close(),this.m=void 0}};function Ze(e,t){switch(t){case 0:return e.g.find(r=>r instanceof ImageData);case 1:return e.g.find(r=>typeof ImageBitmap<"u"&&r instanceof ImageBitmap);case 2:return e.g.find(r=>typeof WebGLTexture<"u"&&r instanceof WebGLTexture);default:throw Error(`Type is not supported: ${t}`)}}function Fc(e){var t=Ze(e,0);if(!t){t=Yt(e);let r=wn(e),n=new Uint8Array(e.width*e.height*4);Rn(r,t,jr(e)),t.readPixels(0,0,e.width,e.height,t.RGBA,t.UNSIGNED_BYTE,n),ls(r),t=new ImageData(new Uint8ClampedArray(n.buffer),e.width,e.height),e.g.push(t)}return t}function jr(e){let t=Ze(e,2);if(!t){let r=Yt(e);t=Wr(e);let n=Ze(e,1)||Fc(e);r.texImage2D(r.TEXTURE_2D,0,r.RGBA,r.RGBA,r.UNSIGNED_BYTE,n),fr(e)}return t}function Yt(e){if(!e.canvas)throw Error("Conversion to different image formats require that a canvas is passed when iniitializing the image.");return e.h||(e.h=ge(e.canvas.getContext("webgl2"),"You cannot use a canvas that is already bound to a different type of rendering context.")),e.h}function wn(e){return e.l||(e.l=new nr),e.l}function Wr(e){let t=Yt(e);t.viewport(0,0,e.width,e.height),t.activeTexture(t.TEXTURE0);let r=Ze(e,2);return r||(r=Tt(wn(e),t),e.g.push(r),e.m=!0),t.bindTexture(t.TEXTURE_2D,r),r}function fr(e){e.h.bindTexture(e.h.TEXTURE_2D,null)}function Ca(e){let t=Yt(e);return Sr(wn(e),t,!0,()=>function(r,n){let o=r.canvas;if(o.width===r.width&&o.height===r.height)return n();let s=o.width,a=o.height;return o.width=r.width,o.height=r.height,r=n(),o.width=s,o.height=a,r}(e,()=>{if(t.bindFramebuffer(t.FRAMEBUFFER,null),t.clearColor(0,0,0,0),t.clear(t.COLOR_BUFFER_BIT),t.drawArrays(t.TRIANGLE_FAN,0,4),!(e.canvas instanceof OffscreenCanvas))throw Error("Conversion to ImageBitmap requires that the MediaPipe Tasks is initialized with an OffscreenCanvas");return e.canvas.transferToImageBitmap()}))}me.prototype.close=me.prototype.close,me.prototype.drawConfidenceMask=me.prototype.xa,me.prototype.drawCategoryMask=me.prototype.wa,me.prototype.drawBoundingBox=me.prototype.va,me.prototype.drawConnectors=me.prototype.ya,me.prototype.drawLandmarks=me.prototype.za,me.lerp=function(e,t,r,n,o){return Ra(n*(1-(e-t)/(r-t))+o*(1-(r-e)/(r-t)),n,o)},me.clamp=Ra,za("DrawingUtils",me);var he=class{constructor(e,t,r,n,o,s,a){this.g=e,this.j=t,this.m=r,this.canvas=n,this.l=o,this.width=s,this.height=a,(this.j||this.m)&&--La===0&&console.error("You seem to be creating MPImage instances without invoking .close(). This leaks resources.")}Fa(){return!!Ze(this,0)}la(){return!!Ze(this,1)}R(){return!!Ze(this,2)}Da(){return Fc(this)}Ca(){var e=Ze(this,1);return e||(jr(this),Wr(this),e=Ca(this),fr(this),this.g.push(e),this.j=!0),e}N(){return jr(this)}clone(){let e=[];for(let t of this.g){let r;if(t instanceof ImageData)r=new ImageData(t.data,this.width,this.height);else if(t instanceof WebGLTexture){let n=Yt(this),o=wn(this);n.activeTexture(n.TEXTURE1),r=Tt(o,n),n.bindTexture(n.TEXTURE_2D,r),n.texImage2D(n.TEXTURE_2D,0,n.RGBA,this.width,this.height,0,n.RGBA,n.UNSIGNED_BYTE,null),n.bindTexture(n.TEXTURE_2D,null),Rn(o,n,r),Sr(o,n,!1,()=>{Wr(this),n.clearColor(0,0,0,0),n.clear(n.COLOR_BUFFER_BIT),n.drawArrays(n.TRIANGLE_FAN,0,4),fr(this)}),ls(o),fr(this)}else{if(!(t instanceof ImageBitmap))throw Error(`Type is not supported: ${t}`);jr(this),Wr(this),r=Ca(this),fr(this)}e.push(r)}return new he(e,this.la(),this.R(),this.canvas,this.l,this.width,this.height)}close(){this.j&&Ze(this,1).close(),this.m&&Yt(this).deleteTexture(Ze(this,2)),La=-1}};he.prototype.close=he.prototype.close,he.prototype.clone=he.prototype.clone,he.prototype.getAsWebGLTexture=he.prototype.N,he.prototype.getAsImageBitmap=he.prototype.Ca,he.prototype.getAsImageData=he.prototype.Da,he.prototype.hasWebGLTexture=he.prototype.R,he.prototype.hasImageBitmap=he.prototype.la,he.prototype.hasImageData=he.prototype.Fa;var La=250;function ze(...e){return e.map(([t,r])=>({start:t,end:r}))}var O2=function(e){return class extends e{La(){this.i._registerModelResourcesGraphService()}}}((Ia=class{constructor(e,t){this.l=!0,this.i=e,this.g=null,this.h=0,this.m=typeof this.i._addIntToInputStream=="function",t!==void 0?this.i.canvas=t:Sc()?this.i.canvas=new OffscreenCanvas(1,1):(console.warn("OffscreenCanvas not supported and GraphRunner constructor glCanvas parameter is undefined. Creating backup canvas."),this.i.canvas=document.createElement("canvas"))}async initializeGraph(e){let t=await(await fetch(e)).arrayBuffer();e=!(e.endsWith(".pbtxt")||e.endsWith(".textproto")),this.setGraph(new Uint8Array(t),e)}setGraphFromString(e){this.setGraph(new TextEncoder().encode(e),!1)}setGraph(e,t){let r=e.length,n=this.i._malloc(r);this.i.HEAPU8.set(e,n),t?this.i._changeBinaryGraph(r,n):this.i._changeTextGraph(r,n),this.i._free(n)}configureAudio(e,t,r,n,o){this.i._configureAudio||console.warn('Attempting to use configureAudio without support for input audio. Is build dep ":gl_graph_runner_audio" missing?'),v(this,n||"input_audio",s=>{v(this,o=o||"audio_header",a=>{this.i._configureAudio(s,a,e,t??0,r)})})}setAutoResizeCanvas(e){this.l=e}setAutoRenderToScreen(e){this.i._setAutoRenderToScreen(e)}setGpuBufferVerticalFlip(e){this.i.gpuOriginForWebTexturesIsBottomLeft=e}ea(e){qe(this,"__graph_config__",t=>{e(t)}),v(this,"__graph_config__",t=>{this.i._getGraphConfig(t,void 0)}),delete this.i.simpleListeners.__graph_config__}attachErrorListener(e){this.i.errorListener=e}attachEmptyPacketListener(e,t){this.i.emptyPacketListeners=this.i.emptyPacketListeners||{},this.i.emptyPacketListeners[e]=t}addAudioToStream(e,t,r){this.addAudioToStreamWithShape(e,0,0,t,r)}addAudioToStreamWithShape(e,t,r,n,o){let s=4*e.length;this.h!==s&&(this.g&&this.i._free(this.g),this.g=this.i._malloc(s),this.h=s),this.i.HEAPF32.set(e,this.g/4),v(this,n,a=>{this.i._addAudioToInputStream(this.g,t,r,a,o)})}addGpuBufferToStream(e,t,r){v(this,t,n=>{let[o,s]=va(this,e,n);this.i._addBoundTextureToStream(n,o,s,r)})}addBoolToStream(e,t,r){v(this,t,n=>{this.i._addBoolToInputStream(e,n,r)})}addDoubleToStream(e,t,r){v(this,t,n=>{this.i._addDoubleToInputStream(e,n,r)})}addFloatToStream(e,t,r){v(this,t,n=>{this.i._addFloatToInputStream(e,n,r)})}addIntToStream(e,t,r){v(this,t,n=>{this.i._addIntToInputStream(e,n,r)})}addUintToStream(e,t,r){v(this,t,n=>{this.i._addUintToInputStream(e,n,r)})}addStringToStream(e,t,r){v(this,t,n=>{v(this,e,o=>{this.i._addStringToInputStream(o,n,r)})})}addStringRecordToStream(e,t,r){v(this,t,n=>{Ea(this,Object.keys(e),o=>{Ea(this,Object.values(e),s=>{this.i._addFlatHashMapToInputStream(o,s,Object.keys(e).length,n,r)})})})}addProtoToStream(e,t,r,n){v(this,r,o=>{v(this,t,s=>{let a=this.i._malloc(e.length);this.i.HEAPU8.set(e,a),this.i._addProtoToInputStream(a,e.length,s,o,n),this.i._free(a)})})}addEmptyPacketToStream(e,t){v(this,e,r=>{this.i._addEmptyPacketToInputStream(r,t)})}addBoolVectorToStream(e,t,r){v(this,t,n=>{let o=this.i._allocateBoolVector(e.length);if(!o)throw Error("Unable to allocate new bool vector on heap.");for(let s of e)this.i._addBoolVectorEntry(o,s);this.i._addBoolVectorToInputStream(o,n,r)})}addDoubleVectorToStream(e,t,r){v(this,t,n=>{let o=this.i._allocateDoubleVector(e.length);if(!o)throw Error("Unable to allocate new double vector on heap.");for(let s of e)this.i._addDoubleVectorEntry(o,s);this.i._addDoubleVectorToInputStream(o,n,r)})}addFloatVectorToStream(e,t,r){v(this,t,n=>{let o=this.i._allocateFloatVector(e.length);if(!o)throw Error("Unable to allocate new float vector on heap.");for(let s of e)this.i._addFloatVectorEntry(o,s);this.i._addFloatVectorToInputStream(o,n,r)})}addIntVectorToStream(e,t,r){v(this,t,n=>{let o=this.i._allocateIntVector(e.length);if(!o)throw Error("Unable to allocate new int vector on heap.");for(let s of e)this.i._addIntVectorEntry(o,s);this.i._addIntVectorToInputStream(o,n,r)})}addUintVectorToStream(e,t,r){v(this,t,n=>{let o=this.i._allocateUintVector(e.length);if(!o)throw Error("Unable to allocate new unsigned int vector on heap.");for(let s of e)this.i._addUintVectorEntry(o,s);this.i._addUintVectorToInputStream(o,n,r)})}addStringVectorToStream(e,t,r){v(this,t,n=>{let o=this.i._allocateStringVector(e.length);if(!o)throw Error("Unable to allocate new string vector on heap.");for(let s of e)v(this,s,a=>{this.i._addStringVectorEntry(o,a)});this.i._addStringVectorToInputStream(o,n,r)})}addBoolToInputSidePacket(e,t){v(this,t,r=>{this.i._addBoolToInputSidePacket(e,r)})}addDoubleToInputSidePacket(e,t){v(this,t,r=>{this.i._addDoubleToInputSidePacket(e,r)})}addFloatToInputSidePacket(e,t){v(this,t,r=>{this.i._addFloatToInputSidePacket(e,r)})}addIntToInputSidePacket(e,t){v(this,t,r=>{this.i._addIntToInputSidePacket(e,r)})}addUintToInputSidePacket(e,t){v(this,t,r=>{this.i._addUintToInputSidePacket(e,r)})}addStringToInputSidePacket(e,t){v(this,t,r=>{v(this,e,n=>{this.i._addStringToInputSidePacket(n,r)})})}addProtoToInputSidePacket(e,t,r){v(this,r,n=>{v(this,t,o=>{let s=this.i._malloc(e.length);this.i.HEAPU8.set(e,s),this.i._addProtoToInputSidePacket(s,e.length,o,n),this.i._free(s)})})}addBoolVectorToInputSidePacket(e,t){v(this,t,r=>{let n=this.i._allocateBoolVector(e.length);if(!n)throw Error("Unable to allocate new bool vector on heap.");for(let o of e)this.i._addBoolVectorEntry(n,o);this.i._addBoolVectorToInputSidePacket(n,r)})}addDoubleVectorToInputSidePacket(e,t){v(this,t,r=>{let n=this.i._allocateDoubleVector(e.length);if(!n)throw Error("Unable to allocate new double vector on heap.");for(let o of e)this.i._addDoubleVectorEntry(n,o);this.i._addDoubleVectorToInputSidePacket(n,r)})}addFloatVectorToInputSidePacket(e,t){v(this,t,r=>{let n=this.i._allocateFloatVector(e.length);if(!n)throw Error("Unable to allocate new float vector on heap.");for(let o of e)this.i._addFloatVectorEntry(n,o);this.i._addFloatVectorToInputSidePacket(n,r)})}addIntVectorToInputSidePacket(e,t){v(this,t,r=>{let n=this.i._allocateIntVector(e.length);if(!n)throw Error("Unable to allocate new int vector on heap.");for(let o of e)this.i._addIntVectorEntry(n,o);this.i._addIntVectorToInputSidePacket(n,r)})}addUintVectorToInputSidePacket(e,t){v(this,t,r=>{let n=this.i._allocateUintVector(e.length);if(!n)throw Error("Unable to allocate new unsigned int vector on heap.");for(let o of e)this.i._addUintVectorEntry(n,o);this.i._addUintVectorToInputSidePacket(n,r)})}addStringVectorToInputSidePacket(e,t){v(this,t,r=>{let n=this.i._allocateStringVector(e.length);if(!n)throw Error("Unable to allocate new string vector on heap.");for(let o of e)v(this,o,s=>{this.i._addStringVectorEntry(n,s)});this.i._addStringVectorToInputSidePacket(n,r)})}attachBoolListener(e,t){qe(this,e,t),v(this,e,r=>{this.i._attachBoolListener(r)})}attachBoolVectorListener(e,t){lt(this,e,t),v(this,e,r=>{this.i._attachBoolVectorListener(r)})}attachIntListener(e,t){qe(this,e,t),v(this,e,r=>{this.i._attachIntListener(r)})}attachIntVectorListener(e,t){lt(this,e,t),v(this,e,r=>{this.i._attachIntVectorListener(r)})}attachUintListener(e,t){qe(this,e,t),v(this,e,r=>{this.i._attachUintListener(r)})}attachUintVectorListener(e,t){lt(this,e,t),v(this,e,r=>{this.i._attachUintVectorListener(r)})}attachDoubleListener(e,t){qe(this,e,t),v(this,e,r=>{this.i._attachDoubleListener(r)})}attachDoubleVectorListener(e,t){lt(this,e,t),v(this,e,r=>{this.i._attachDoubleVectorListener(r)})}attachFloatListener(e,t){qe(this,e,t),v(this,e,r=>{this.i._attachFloatListener(r)})}attachFloatVectorListener(e,t){lt(this,e,t),v(this,e,r=>{this.i._attachFloatVectorListener(r)})}attachStringListener(e,t){qe(this,e,t),v(this,e,r=>{this.i._attachStringListener(r)})}attachStringVectorListener(e,t){lt(this,e,t),v(this,e,r=>{this.i._attachStringVectorListener(r)})}attachProtoListener(e,t,r){qe(this,e,t),v(this,e,n=>{this.i._attachProtoListener(n,r||!1)})}attachProtoVectorListener(e,t,r){lt(this,e,t),v(this,e,n=>{this.i._attachProtoVectorListener(n,r||!1)})}attachAudioListener(e,t,r){this.i._attachAudioListener||console.warn('Attempting to use attachAudioListener without support for output audio. Is build dep ":gl_graph_runner_audio_out" missing?'),qe(this,e,(n,o)=>{n=new Float32Array(n.buffer,n.byteOffset,n.length/4),t(n,o)}),v(this,e,n=>{this.i._attachAudioListener(n,r||!1)})}finishProcessing(){this.i._waitUntilIdle()}closeGraph(){this.i._closeGraph(),this.i.simpleListeners=void 0,this.i.emptyPacketListeners=void 0}},class extends Ia{get fa(){return this.i}ra(e,t,r){v(this,t,n=>{let[o,s]=va(this,e,n);this.fa._addBoundTextureAsImageToStream(n,o,s,r)})}V(e,t){qe(this,e,t),v(this,e,r=>{this.fa._attachImageListener(r)})}da(e,t){lt(this,e,t),v(this,e,r=>{this.fa._attachImageVectorListener(r)})}})),Ia,Be=class extends O2{};async function M(e,t,r){return async function(n,o,s,a){return I2(n,o,s,a)}(e,r.canvas??(Sc()?void 0:document.createElement("canvas")),t,r)}function Uc(e,t,r,n){if(e.U){let s=new nc;if(r?.regionOfInterest){if(!e.qa)throw Error("This task doesn't support region-of-interest.");var o=r.regionOfInterest;if(o.left>=o.right||o.top>=o.bottom)throw Error("Expected RectF with left < right and top < bottom.");if(o.left<0||o.top<0||o.right>1||o.bottom>1)throw Error("Expected RectF values to be in [0,1].");y(s,1,(o.left+o.right)/2),y(s,2,(o.top+o.bottom)/2),y(s,4,o.right-o.left),y(s,3,o.bottom-o.top)}else y(s,1,.5),y(s,2,.5),y(s,4,1),y(s,3,1);if(r?.rotationDegrees){if(r?.rotationDegrees%90!=0)throw Error("Expected rotation to be a multiple of 90\xB0.");if(y(s,5,-Math.PI*r.rotationDegrees/180),r?.rotationDegrees%180!=0){let[a,i]=Cc(t);r=te(s,3)*i/a,o=te(s,4)*a/i,y(s,4,r),y(s,3,o)}}e.g.addProtoToStream(s.g(),"mediapipe.NormalizedRect",e.U,n)}e.g.ra(t,e.ba,n??performance.now()),e.finishProcessing()}function De(e,t,r){if(e.baseOptions?.g())throw Error("Task is not initialized with image mode. 'runningMode' must be set to 'IMAGE'.");Uc(e,t,r,e.B+1)}function rt(e,t,r,n){if(!e.baseOptions?.g())throw Error("Task is not initialized with video mode. 'runningMode' must be set to 'VIDEO'.");Uc(e,t,r,n)}function zt(e,t,r,n){var o=t.data;let s=t.width,a=s*(t=t.height);if((o instanceof Uint8Array||o instanceof Float32Array)&&o.length!==a)throw Error("Unsupported channel count: "+o.length/a);return e=new ae([o],r,!1,e.g.i.canvas,e.P,s,t),n?e.clone():e}var Ee=class extends Vr{constructor(e,t,r,n){super(e),this.g=e,this.ba=t,this.U=r,this.qa=n,this.P=new nr}l(e,t=!0){if("runningMode"in e&&Er(this.baseOptions,2,!!e.runningMode&&e.runningMode!=="IMAGE"),e.canvas!==void 0&&this.g.i.canvas!==e.canvas)throw Error("You must create a new task to reset the canvas.");return super.l(e,t)}close(){this.P.close(),super.close()}};Ee.prototype.close=Ee.prototype.close;var Ie=class extends Ee{constructor(e,t){super(new Be(e,t),"image_in","norm_rect_in",!1),this.j={detections:[]},T(e=this.h=new bn,0,1,t=new $),y(this.h,2,.5),y(this.h,3,.3)}get baseOptions(){return O(this.h,$,1)}set baseOptions(e){T(this.h,0,1,e)}o(e){return"minDetectionConfidence"in e&&y(this.h,2,e.minDetectionConfidence??.5),"minSuppressionThreshold"in e&&y(this.h,3,e.minSuppressionThreshold??.3),this.l(e)}D(e,t){return this.j={detections:[]},De(this,e,t),this.j}F(e,t,r){return this.j={detections:[]},rt(this,e,r,t),this.j}m(){var e=new be;Y(e,"image_in"),Y(e,"norm_rect_in"),P(e,"detections");let t=new ke;Xe(t,x2,this.h);let r=new xe;Ce(r,"mediapipe.tasks.vision.face_detector.FaceDetectorGraph"),H(r,"IMAGE:image_in"),H(r,"NORM_RECT:norm_rect_in"),F(r,"DETECTIONS:detections"),r.o(t),Le(e,r),this.g.attachProtoVectorListener("detections",(n,o)=>{for(let s of n)n=ec(s),this.j.detections.push(wc(n));m(this,o)}),this.g.attachEmptyPacketListener("detections",n=>{m(this,n)}),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};Ie.prototype.detectForVideo=Ie.prototype.F,Ie.prototype.detect=Ie.prototype.D,Ie.prototype.setOptions=Ie.prototype.o,Ie.createFromModelPath=async function(e,t){return M(Ie,e,{baseOptions:{modelAssetPath:t}})},Ie.createFromModelBuffer=function(e,t){return M(Ie,e,{baseOptions:{modelAssetBuffer:t}})},Ie.createFromOptions=function(e,t){return M(Ie,e,t)};var fs=ze([61,146],[146,91],[91,181],[181,84],[84,17],[17,314],[314,405],[405,321],[321,375],[375,291],[61,185],[185,40],[40,39],[39,37],[37,0],[0,267],[267,269],[269,270],[270,409],[409,291],[78,95],[95,88],[88,178],[178,87],[87,14],[14,317],[317,402],[402,318],[318,324],[324,308],[78,191],[191,80],[80,81],[81,82],[82,13],[13,312],[312,311],[311,310],[310,415],[415,308]),ps=ze([263,249],[249,390],[390,373],[373,374],[374,380],[380,381],[381,382],[382,362],[263,466],[466,388],[388,387],[387,386],[386,385],[385,384],[384,398],[398,362]),ms=ze([276,283],[283,282],[282,295],[295,285],[300,293],[293,334],[334,296],[296,336]),Oc=ze([474,475],[475,476],[476,477],[477,474]),gs=ze([33,7],[7,163],[163,144],[144,145],[145,153],[153,154],[154,155],[155,133],[33,246],[246,161],[161,160],[160,159],[159,158],[158,157],[157,173],[173,133]),xs=ze([46,53],[53,52],[52,65],[65,55],[70,63],[63,105],[105,66],[66,107]),Pc=ze([469,470],[470,471],[471,472],[472,469]),ys=ze([10,338],[338,297],[297,332],[332,284],[284,251],[251,389],[389,356],[356,454],[454,323],[323,361],[361,288],[288,397],[397,365],[365,379],[379,378],[378,400],[400,377],[377,152],[152,148],[148,176],[176,149],[149,150],[150,136],[136,172],[172,58],[58,132],[132,93],[93,234],[234,127],[127,162],[162,21],[21,54],[54,103],[103,67],[67,109],[109,10]),Bc=[...fs,...ps,...ms,...gs,...xs,...ys],Dc=ze([127,34],[34,139],[139,127],[11,0],[0,37],[37,11],[232,231],[231,120],[120,232],[72,37],[37,39],[39,72],[128,121],[121,47],[47,128],[232,121],[121,128],[128,232],[104,69],[69,67],[67,104],[175,171],[171,148],[148,175],[118,50],[50,101],[101,118],[73,39],[39,40],[40,73],[9,151],[151,108],[108,9],[48,115],[115,131],[131,48],[194,204],[204,211],[211,194],[74,40],[40,185],[185,74],[80,42],[42,183],[183,80],[40,92],[92,186],[186,40],[230,229],[229,118],[118,230],[202,212],[212,214],[214,202],[83,18],[18,17],[17,83],[76,61],[61,146],[146,76],[160,29],[29,30],[30,160],[56,157],[157,173],[173,56],[106,204],[204,194],[194,106],[135,214],[214,192],[192,135],[203,165],[165,98],[98,203],[21,71],[71,68],[68,21],[51,45],[45,4],[4,51],[144,24],[24,23],[23,144],[77,146],[146,91],[91,77],[205,50],[50,187],[187,205],[201,200],[200,18],[18,201],[91,106],[106,182],[182,91],[90,91],[91,181],[181,90],[85,84],[84,17],[17,85],[206,203],[203,36],[36,206],[148,171],[171,140],[140,148],[92,40],[40,39],[39,92],[193,189],[189,244],[244,193],[159,158],[158,28],[28,159],[247,246],[246,161],[161,247],[236,3],[3,196],[196,236],[54,68],[68,104],[104,54],[193,168],[168,8],[8,193],[117,228],[228,31],[31,117],[189,193],[193,55],[55,189],[98,97],[97,99],[99,98],[126,47],[47,100],[100,126],[166,79],[79,218],[218,166],[155,154],[154,26],[26,155],[209,49],[49,131],[131,209],[135,136],[136,150],[150,135],[47,126],[126,217],[217,47],[223,52],[52,53],[53,223],[45,51],[51,134],[134,45],[211,170],[170,140],[140,211],[67,69],[69,108],[108,67],[43,106],[106,91],[91,43],[230,119],[119,120],[120,230],[226,130],[130,247],[247,226],[63,53],[53,52],[52,63],[238,20],[20,242],[242,238],[46,70],[70,156],[156,46],[78,62],[62,96],[96,78],[46,53],[53,63],[63,46],[143,34],[34,227],[227,143],[123,117],[117,111],[111,123],[44,125],[125,19],[19,44],[236,134],[134,51],[51,236],[216,206],[206,205],[205,216],[154,153],[153,22],[22,154],[39,37],[37,167],[167,39],[200,201],[201,208],[208,200],[36,142],[142,100],[100,36],[57,212],[212,202],[202,57],[20,60],[60,99],[99,20],[28,158],[158,157],[157,28],[35,226],[226,113],[113,35],[160,159],[159,27],[27,160],[204,202],[202,210],[210,204],[113,225],[225,46],[46,113],[43,202],[202,204],[204,43],[62,76],[76,77],[77,62],[137,123],[123,116],[116,137],[41,38],[38,72],[72,41],[203,129],[129,142],[142,203],[64,98],[98,240],[240,64],[49,102],[102,64],[64,49],[41,73],[73,74],[74,41],[212,216],[216,207],[207,212],[42,74],[74,184],[184,42],[169,170],[170,211],[211,169],[170,149],[149,176],[176,170],[105,66],[66,69],[69,105],[122,6],[6,168],[168,122],[123,147],[147,187],[187,123],[96,77],[77,90],[90,96],[65,55],[55,107],[107,65],[89,90],[90,180],[180,89],[101,100],[100,120],[120,101],[63,105],[105,104],[104,63],[93,137],[137,227],[227,93],[15,86],[86,85],[85,15],[129,102],[102,49],[49,129],[14,87],[87,86],[86,14],[55,8],[8,9],[9,55],[100,47],[47,121],[121,100],[145,23],[23,22],[22,145],[88,89],[89,179],[179,88],[6,122],[122,196],[196,6],[88,95],[95,96],[96,88],[138,172],[172,136],[136,138],[215,58],[58,172],[172,215],[115,48],[48,219],[219,115],[42,80],[80,81],[81,42],[195,3],[3,51],[51,195],[43,146],[146,61],[61,43],[171,175],[175,199],[199,171],[81,82],[82,38],[38,81],[53,46],[46,225],[225,53],[144,163],[163,110],[110,144],[52,65],[65,66],[66,52],[229,228],[228,117],[117,229],[34,127],[127,234],[234,34],[107,108],[108,69],[69,107],[109,108],[108,151],[151,109],[48,64],[64,235],[235,48],[62,78],[78,191],[191,62],[129,209],[209,126],[126,129],[111,35],[35,143],[143,111],[117,123],[123,50],[50,117],[222,65],[65,52],[52,222],[19,125],[125,141],[141,19],[221,55],[55,65],[65,221],[3,195],[195,197],[197,3],[25,7],[7,33],[33,25],[220,237],[237,44],[44,220],[70,71],[71,139],[139,70],[122,193],[193,245],[245,122],[247,130],[130,33],[33,247],[71,21],[21,162],[162,71],[170,169],[169,150],[150,170],[188,174],[174,196],[196,188],[216,186],[186,92],[92,216],[2,97],[97,167],[167,2],[141,125],[125,241],[241,141],[164,167],[167,37],[37,164],[72,38],[38,12],[12,72],[38,82],[82,13],[13,38],[63,68],[68,71],[71,63],[226,35],[35,111],[111,226],[101,50],[50,205],[205,101],[206,92],[92,165],[165,206],[209,198],[198,217],[217,209],[165,167],[167,97],[97,165],[220,115],[115,218],[218,220],[133,112],[112,243],[243,133],[239,238],[238,241],[241,239],[214,135],[135,169],[169,214],[190,173],[173,133],[133,190],[171,208],[208,32],[32,171],[125,44],[44,237],[237,125],[86,87],[87,178],[178,86],[85,86],[86,179],[179,85],[84,85],[85,180],[180,84],[83,84],[84,181],[181,83],[201,83],[83,182],[182,201],[137,93],[93,132],[132,137],[76,62],[62,183],[183,76],[61,76],[76,184],[184,61],[57,61],[61,185],[185,57],[212,57],[57,186],[186,212],[214,207],[207,187],[187,214],[34,143],[143,156],[156,34],[79,239],[239,237],[237,79],[123,137],[137,177],[177,123],[44,1],[1,4],[4,44],[201,194],[194,32],[32,201],[64,102],[102,129],[129,64],[213,215],[215,138],[138,213],[59,166],[166,219],[219,59],[242,99],[99,97],[97,242],[2,94],[94,141],[141,2],[75,59],[59,235],[235,75],[24,110],[110,228],[228,24],[25,130],[130,226],[226,25],[23,24],[24,229],[229,23],[22,23],[23,230],[230,22],[26,22],[22,231],[231,26],[112,26],[26,232],[232,112],[189,190],[190,243],[243,189],[221,56],[56,190],[190,221],[28,56],[56,221],[221,28],[27,28],[28,222],[222,27],[29,27],[27,223],[223,29],[30,29],[29,224],[224,30],[247,30],[30,225],[225,247],[238,79],[79,20],[20,238],[166,59],[59,75],[75,166],[60,75],[75,240],[240,60],[147,177],[177,215],[215,147],[20,79],[79,166],[166,20],[187,147],[147,213],[213,187],[112,233],[233,244],[244,112],[233,128],[128,245],[245,233],[128,114],[114,188],[188,128],[114,217],[217,174],[174,114],[131,115],[115,220],[220,131],[217,198],[198,236],[236,217],[198,131],[131,134],[134,198],[177,132],[132,58],[58,177],[143,35],[35,124],[124,143],[110,163],[163,7],[7,110],[228,110],[110,25],[25,228],[356,389],[389,368],[368,356],[11,302],[302,267],[267,11],[452,350],[350,349],[349,452],[302,303],[303,269],[269,302],[357,343],[343,277],[277,357],[452,453],[453,357],[357,452],[333,332],[332,297],[297,333],[175,152],[152,377],[377,175],[347,348],[348,330],[330,347],[303,304],[304,270],[270,303],[9,336],[336,337],[337,9],[278,279],[279,360],[360,278],[418,262],[262,431],[431,418],[304,408],[408,409],[409,304],[310,415],[415,407],[407,310],[270,409],[409,410],[410,270],[450,348],[348,347],[347,450],[422,430],[430,434],[434,422],[313,314],[314,17],[17,313],[306,307],[307,375],[375,306],[387,388],[388,260],[260,387],[286,414],[414,398],[398,286],[335,406],[406,418],[418,335],[364,367],[367,416],[416,364],[423,358],[358,327],[327,423],[251,284],[284,298],[298,251],[281,5],[5,4],[4,281],[373,374],[374,253],[253,373],[307,320],[320,321],[321,307],[425,427],[427,411],[411,425],[421,313],[313,18],[18,421],[321,405],[405,406],[406,321],[320,404],[404,405],[405,320],[315,16],[16,17],[17,315],[426,425],[425,266],[266,426],[377,400],[400,369],[369,377],[322,391],[391,269],[269,322],[417,465],[465,464],[464,417],[386,257],[257,258],[258,386],[466,260],[260,388],[388,466],[456,399],[399,419],[419,456],[284,332],[332,333],[333,284],[417,285],[285,8],[8,417],[346,340],[340,261],[261,346],[413,441],[441,285],[285,413],[327,460],[460,328],[328,327],[355,371],[371,329],[329,355],[392,439],[439,438],[438,392],[382,341],[341,256],[256,382],[429,420],[420,360],[360,429],[364,394],[394,379],[379,364],[277,343],[343,437],[437,277],[443,444],[444,283],[283,443],[275,440],[440,363],[363,275],[431,262],[262,369],[369,431],[297,338],[338,337],[337,297],[273,375],[375,321],[321,273],[450,451],[451,349],[349,450],[446,342],[342,467],[467,446],[293,334],[334,282],[282,293],[458,461],[461,462],[462,458],[276,353],[353,383],[383,276],[308,324],[324,325],[325,308],[276,300],[300,293],[293,276],[372,345],[345,447],[447,372],[352,345],[345,340],[340,352],[274,1],[1,19],[19,274],[456,248],[248,281],[281,456],[436,427],[427,425],[425,436],[381,256],[256,252],[252,381],[269,391],[391,393],[393,269],[200,199],[199,428],[428,200],[266,330],[330,329],[329,266],[287,273],[273,422],[422,287],[250,462],[462,328],[328,250],[258,286],[286,384],[384,258],[265,353],[353,342],[342,265],[387,259],[259,257],[257,387],[424,431],[431,430],[430,424],[342,353],[353,276],[276,342],[273,335],[335,424],[424,273],[292,325],[325,307],[307,292],[366,447],[447,345],[345,366],[271,303],[303,302],[302,271],[423,266],[266,371],[371,423],[294,455],[455,460],[460,294],[279,278],[278,294],[294,279],[271,272],[272,304],[304,271],[432,434],[434,427],[427,432],[272,407],[407,408],[408,272],[394,430],[430,431],[431,394],[395,369],[369,400],[400,395],[334,333],[333,299],[299,334],[351,417],[417,168],[168,351],[352,280],[280,411],[411,352],[325,319],[319,320],[320,325],[295,296],[296,336],[336,295],[319,403],[403,404],[404,319],[330,348],[348,349],[349,330],[293,298],[298,333],[333,293],[323,454],[454,447],[447,323],[15,16],[16,315],[315,15],[358,429],[429,279],[279,358],[14,15],[15,316],[316,14],[285,336],[336,9],[9,285],[329,349],[349,350],[350,329],[374,380],[380,252],[252,374],[318,402],[402,403],[403,318],[6,197],[197,419],[419,6],[318,319],[319,325],[325,318],[367,364],[364,365],[365,367],[435,367],[367,397],[397,435],[344,438],[438,439],[439,344],[272,271],[271,311],[311,272],[195,5],[5,281],[281,195],[273,287],[287,291],[291,273],[396,428],[428,199],[199,396],[311,271],[271,268],[268,311],[283,444],[444,445],[445,283],[373,254],[254,339],[339,373],[282,334],[334,296],[296,282],[449,347],[347,346],[346,449],[264,447],[447,454],[454,264],[336,296],[296,299],[299,336],[338,10],[10,151],[151,338],[278,439],[439,455],[455,278],[292,407],[407,415],[415,292],[358,371],[371,355],[355,358],[340,345],[345,372],[372,340],[346,347],[347,280],[280,346],[442,443],[443,282],[282,442],[19,94],[94,370],[370,19],[441,442],[442,295],[295,441],[248,419],[419,197],[197,248],[263,255],[255,359],[359,263],[440,275],[275,274],[274,440],[300,383],[383,368],[368,300],[351,412],[412,465],[465,351],[263,467],[467,466],[466,263],[301,368],[368,389],[389,301],[395,378],[378,379],[379,395],[412,351],[351,419],[419,412],[436,426],[426,322],[322,436],[2,164],[164,393],[393,2],[370,462],[462,461],[461,370],[164,0],[0,267],[267,164],[302,11],[11,12],[12,302],[268,12],[12,13],[13,268],[293,300],[300,301],[301,293],[446,261],[261,340],[340,446],[330,266],[266,425],[425,330],[426,423],[423,391],[391,426],[429,355],[355,437],[437,429],[391,327],[327,326],[326,391],[440,457],[457,438],[438,440],[341,382],[382,362],[362,341],[459,457],[457,461],[461,459],[434,430],[430,394],[394,434],[414,463],[463,362],[362,414],[396,369],[369,262],[262,396],[354,461],[461,457],[457,354],[316,403],[403,402],[402,316],[315,404],[404,403],[403,315],[314,405],[405,404],[404,314],[313,406],[406,405],[405,313],[421,418],[418,406],[406,421],[366,401],[401,361],[361,366],[306,408],[408,407],[407,306],[291,409],[409,408],[408,291],[287,410],[410,409],[409,287],[432,436],[436,410],[410,432],[434,416],[416,411],[411,434],[264,368],[368,383],[383,264],[309,438],[438,457],[457,309],[352,376],[376,401],[401,352],[274,275],[275,4],[4,274],[421,428],[428,262],[262,421],[294,327],[327,358],[358,294],[433,416],[416,367],[367,433],[289,455],[455,439],[439,289],[462,370],[370,326],[326,462],[2,326],[326,370],[370,2],[305,460],[460,455],[455,305],[254,449],[449,448],[448,254],[255,261],[261,446],[446,255],[253,450],[450,449],[449,253],[252,451],[451,450],[450,252],[256,452],[452,451],[451,256],[341,453],[453,452],[452,341],[413,464],[464,463],[463,413],[441,413],[413,414],[414,441],[258,442],[442,441],[441,258],[257,443],[443,442],[442,257],[259,444],[444,443],[443,259],[260,445],[445,444],[444,260],[467,342],[342,445],[445,467],[459,458],[458,250],[250,459],[289,392],[392,290],[290,289],[290,328],[328,460],[460,290],[376,433],[433,435],[435,376],[250,290],[290,392],[392,250],[411,416],[416,433],[433,411],[341,463],[463,464],[464,341],[453,464],[464,465],[465,453],[357,465],[465,412],[412,357],[343,412],[412,399],[399,343],[360,363],[363,440],[440,360],[437,399],[399,456],[456,437],[420,456],[456,363],[363,420],[401,435],[435,288],[288,401],[372,383],[383,353],[353,372],[339,255],[255,249],[249,339],[448,261],[261,255],[255,448],[133,243],[243,190],[190,133],[133,155],[155,112],[112,133],[33,246],[246,247],[247,33],[33,130],[130,25],[25,33],[398,384],[384,286],[286,398],[362,398],[398,414],[414,362],[362,463],[463,341],[341,362],[263,359],[359,467],[467,263],[263,249],[249,255],[255,263],[466,467],[467,260],[260,466],[75,60],[60,166],[166,75],[238,239],[239,79],[79,238],[162,127],[127,139],[139,162],[72,11],[11,37],[37,72],[121,232],[232,120],[120,121],[73,72],[72,39],[39,73],[114,128],[128,47],[47,114],[233,232],[232,128],[128,233],[103,104],[104,67],[67,103],[152,175],[175,148],[148,152],[119,118],[118,101],[101,119],[74,73],[73,40],[40,74],[107,9],[9,108],[108,107],[49,48],[48,131],[131,49],[32,194],[194,211],[211,32],[184,74],[74,185],[185,184],[191,80],[80,183],[183,191],[185,40],[40,186],[186,185],[119,230],[230,118],[118,119],[210,202],[202,214],[214,210],[84,83],[83,17],[17,84],[77,76],[76,146],[146,77],[161,160],[160,30],[30,161],[190,56],[56,173],[173,190],[182,106],[106,194],[194,182],[138,135],[135,192],[192,138],[129,203],[203,98],[98,129],[54,21],[21,68],[68,54],[5,51],[51,4],[4,5],[145,144],[144,23],[23,145],[90,77],[77,91],[91,90],[207,205],[205,187],[187,207],[83,201],[201,18],[18,83],[181,91],[91,182],[182,181],[180,90],[90,181],[181,180],[16,85],[85,17],[17,16],[205,206],[206,36],[36,205],[176,148],[148,140],[140,176],[165,92],[92,39],[39,165],[245,193],[193,244],[244,245],[27,159],[159,28],[28,27],[30,247],[247,161],[161,30],[174,236],[236,196],[196,174],[103,54],[54,104],[104,103],[55,193],[193,8],[8,55],[111,117],[117,31],[31,111],[221,189],[189,55],[55,221],[240,98],[98,99],[99,240],[142,126],[126,100],[100,142],[219,166],[166,218],[218,219],[112,155],[155,26],[26,112],[198,209],[209,131],[131,198],[169,135],[135,150],[150,169],[114,47],[47,217],[217,114],[224,223],[223,53],[53,224],[220,45],[45,134],[134,220],[32,211],[211,140],[140,32],[109,67],[67,108],[108,109],[146,43],[43,91],[91,146],[231,230],[230,120],[120,231],[113,226],[226,247],[247,113],[105,63],[63,52],[52,105],[241,238],[238,242],[242,241],[124,46],[46,156],[156,124],[95,78],[78,96],[96,95],[70,46],[46,63],[63,70],[116,143],[143,227],[227,116],[116,123],[123,111],[111,116],[1,44],[44,19],[19,1],[3,236],[236,51],[51,3],[207,216],[216,205],[205,207],[26,154],[154,22],[22,26],[165,39],[39,167],[167,165],[199,200],[200,208],[208,199],[101,36],[36,100],[100,101],[43,57],[57,202],[202,43],[242,20],[20,99],[99,242],[56,28],[28,157],[157,56],[124,35],[35,113],[113,124],[29,160],[160,27],[27,29],[211,204],[204,210],[210,211],[124,113],[113,46],[46,124],[106,43],[43,204],[204,106],[96,62],[62,77],[77,96],[227,137],[137,116],[116,227],[73,41],[41,72],[72,73],[36,203],[203,142],[142,36],[235,64],[64,240],[240,235],[48,49],[49,64],[64,48],[42,41],[41,74],[74,42],[214,212],[212,207],[207,214],[183,42],[42,184],[184,183],[210,169],[169,211],[211,210],[140,170],[170,176],[176,140],[104,105],[105,69],[69,104],[193,122],[122,168],[168,193],[50,123],[123,187],[187,50],[89,96],[96,90],[90,89],[66,65],[65,107],[107,66],[179,89],[89,180],[180,179],[119,101],[101,120],[120,119],[68,63],[63,104],[104,68],[234,93],[93,227],[227,234],[16,15],[15,85],[85,16],[209,129],[129,49],[49,209],[15,14],[14,86],[86,15],[107,55],[55,9],[9,107],[120,100],[100,121],[121,120],[153,145],[145,22],[22,153],[178,88],[88,179],[179,178],[197,6],[6,196],[196,197],[89,88],[88,96],[96,89],[135,138],[138,136],[136,135],[138,215],[215,172],[172,138],[218,115],[115,219],[219,218],[41,42],[42,81],[81,41],[5,195],[195,51],[51,5],[57,43],[43,61],[61,57],[208,171],[171,199],[199,208],[41,81],[81,38],[38,41],[224,53],[53,225],[225,224],[24,144],[144,110],[110,24],[105,52],[52,66],[66,105],[118,229],[229,117],[117,118],[227,34],[34,234],[234,227],[66,107],[107,69],[69,66],[10,109],[109,151],[151,10],[219,48],[48,235],[235,219],[183,62],[62,191],[191,183],[142,129],[129,126],[126,142],[116,111],[111,143],[143,116],[118,117],[117,50],[50,118],[223,222],[222,52],[52,223],[94,19],[19,141],[141,94],[222,221],[221,65],[65,222],[196,3],[3,197],[197,196],[45,220],[220,44],[44,45],[156,70],[70,139],[139,156],[188,122],[122,245],[245,188],[139,71],[71,162],[162,139],[149,170],[170,150],[150,149],[122,188],[188,196],[196,122],[206,216],[216,92],[92,206],[164,2],[2,167],[167,164],[242,141],[141,241],[241,242],[0,164],[164,37],[37,0],[11,72],[72,12],[12,11],[12,38],[38,13],[13,12],[70,63],[63,71],[71,70],[31,226],[226,111],[111,31],[36,101],[101,205],[205,36],[203,206],[206,165],[165,203],[126,209],[209,217],[217,126],[98,165],[165,97],[97,98],[237,220],[220,218],[218,237],[237,239],[239,241],[241,237],[210,214],[214,169],[169,210],[140,171],[171,32],[32,140],[241,125],[125,237],[237,241],[179,86],[86,178],[178,179],[180,85],[85,179],[179,180],[181,84],[84,180],[180,181],[182,83],[83,181],[181,182],[194,201],[201,182],[182,194],[177,137],[137,132],[132,177],[184,76],[76,183],[183,184],[185,61],[61,184],[184,185],[186,57],[57,185],[185,186],[216,212],[212,186],[186,216],[192,214],[214,187],[187,192],[139,34],[34,156],[156,139],[218,79],[79,237],[237,218],[147,123],[123,177],[177,147],[45,44],[44,4],[4,45],[208,201],[201,32],[32,208],[98,64],[64,129],[129,98],[192,213],[213,138],[138,192],[235,59],[59,219],[219,235],[141,242],[242,97],[97,141],[97,2],[2,141],[141,97],[240,75],[75,235],[235,240],[229,24],[24,228],[228,229],[31,25],[25,226],[226,31],[230,23],[23,229],[229,230],[231,22],[22,230],[230,231],[232,26],[26,231],[231,232],[233,112],[112,232],[232,233],[244,189],[189,243],[243,244],[189,221],[221,190],[190,189],[222,28],[28,221],[221,222],[223,27],[27,222],[222,223],[224,29],[29,223],[223,224],[225,30],[30,224],[224,225],[113,247],[247,225],[225,113],[99,60],[60,240],[240,99],[213,147],[147,215],[215,213],[60,20],[20,166],[166,60],[192,187],[187,213],[213,192],[243,112],[112,244],[244,243],[244,233],[233,245],[245,244],[245,128],[128,188],[188,245],[188,114],[114,174],[174,188],[134,131],[131,220],[220,134],[174,217],[217,236],[236,174],[236,198],[198,134],[134,236],[215,177],[177,58],[58,215],[156,143],[143,124],[124,156],[25,110],[110,7],[7,25],[31,228],[228,25],[25,31],[264,356],[356,368],[368,264],[0,11],[11,267],[267,0],[451,452],[452,349],[349,451],[267,302],[302,269],[269,267],[350,357],[357,277],[277,350],[350,452],[452,357],[357,350],[299,333],[333,297],[297,299],[396,175],[175,377],[377,396],[280,347],[347,330],[330,280],[269,303],[303,270],[270,269],[151,9],[9,337],[337,151],[344,278],[278,360],[360,344],[424,418],[418,431],[431,424],[270,304],[304,409],[409,270],[272,310],[310,407],[407,272],[322,270],[270,410],[410,322],[449,450],[450,347],[347,449],[432,422],[422,434],[434,432],[18,313],[313,17],[17,18],[291,306],[306,375],[375,291],[259,387],[387,260],[260,259],[424,335],[335,418],[418,424],[434,364],[364,416],[416,434],[391,423],[423,327],[327,391],[301,251],[251,298],[298,301],[275,281],[281,4],[4,275],[254,373],[373,253],[253,254],[375,307],[307,321],[321,375],[280,425],[425,411],[411,280],[200,421],[421,18],[18,200],[335,321],[321,406],[406,335],[321,320],[320,405],[405,321],[314,315],[315,17],[17,314],[423,426],[426,266],[266,423],[396,377],[377,369],[369,396],[270,322],[322,269],[269,270],[413,417],[417,464],[464,413],[385,386],[386,258],[258,385],[248,456],[456,419],[419,248],[298,284],[284,333],[333,298],[168,417],[417,8],[8,168],[448,346],[346,261],[261,448],[417,413],[413,285],[285,417],[326,327],[327,328],[328,326],[277,355],[355,329],[329,277],[309,392],[392,438],[438,309],[381,382],[382,256],[256,381],[279,429],[429,360],[360,279],[365,364],[364,379],[379,365],[355,277],[277,437],[437,355],[282,443],[443,283],[283,282],[281,275],[275,363],[363,281],[395,431],[431,369],[369,395],[299,297],[297,337],[337,299],[335,273],[273,321],[321,335],[348,450],[450,349],[349,348],[359,446],[446,467],[467,359],[283,293],[293,282],[282,283],[250,458],[458,462],[462,250],[300,276],[276,383],[383,300],[292,308],[308,325],[325,292],[283,276],[276,293],[293,283],[264,372],[372,447],[447,264],[346,352],[352,340],[340,346],[354,274],[274,19],[19,354],[363,456],[456,281],[281,363],[426,436],[436,425],[425,426],[380,381],[381,252],[252,380],[267,269],[269,393],[393,267],[421,200],[200,428],[428,421],[371,266],[266,329],[329,371],[432,287],[287,422],[422,432],[290,250],[250,328],[328,290],[385,258],[258,384],[384,385],[446,265],[265,342],[342,446],[386,387],[387,257],[257,386],[422,424],[424,430],[430,422],[445,342],[342,276],[276,445],[422,273],[273,424],[424,422],[306,292],[292,307],[307,306],[352,366],[366,345],[345,352],[268,271],[271,302],[302,268],[358,423],[423,371],[371,358],[327,294],[294,460],[460,327],[331,279],[279,294],[294,331],[303,271],[271,304],[304,303],[436,432],[432,427],[427,436],[304,272],[272,408],[408,304],[395,394],[394,431],[431,395],[378,395],[395,400],[400,378],[296,334],[334,299],[299,296],[6,351],[351,168],[168,6],[376,352],[352,411],[411,376],[307,325],[325,320],[320,307],[285,295],[295,336],[336,285],[320,319],[319,404],[404,320],[329,330],[330,349],[349,329],[334,293],[293,333],[333,334],[366,323],[323,447],[447,366],[316,15],[15,315],[315,316],[331,358],[358,279],[279,331],[317,14],[14,316],[316,317],[8,285],[285,9],[9,8],[277,329],[329,350],[350,277],[253,374],[374,252],[252,253],[319,318],[318,403],[403,319],[351,6],[6,419],[419,351],[324,318],[318,325],[325,324],[397,367],[367,365],[365,397],[288,435],[435,397],[397,288],[278,344],[344,439],[439,278],[310,272],[272,311],[311,310],[248,195],[195,281],[281,248],[375,273],[273,291],[291,375],[175,396],[396,199],[199,175],[312,311],[311,268],[268,312],[276,283],[283,445],[445,276],[390,373],[373,339],[339,390],[295,282],[282,296],[296,295],[448,449],[449,346],[346,448],[356,264],[264,454],[454,356],[337,336],[336,299],[299,337],[337,338],[338,151],[151,337],[294,278],[278,455],[455,294],[308,292],[292,415],[415,308],[429,358],[358,355],[355,429],[265,340],[340,372],[372,265],[352,346],[346,280],[280,352],[295,442],[442,282],[282,295],[354,19],[19,370],[370,354],[285,441],[441,295],[295,285],[195,248],[248,197],[197,195],[457,440],[440,274],[274,457],[301,300],[300,368],[368,301],[417,351],[351,465],[465,417],[251,301],[301,389],[389,251],[394,395],[395,379],[379,394],[399,412],[412,419],[419,399],[410,436],[436,322],[322,410],[326,2],[2,393],[393,326],[354,370],[370,461],[461,354],[393,164],[164,267],[267,393],[268,302],[302,12],[12,268],[312,268],[268,13],[13,312],[298,293],[293,301],[301,298],[265,446],[446,340],[340,265],[280,330],[330,425],[425,280],[322,426],[426,391],[391,322],[420,429],[429,437],[437,420],[393,391],[391,326],[326,393],[344,440],[440,438],[438,344],[458,459],[459,461],[461,458],[364,434],[434,394],[394,364],[428,396],[396,262],[262,428],[274,354],[354,457],[457,274],[317,316],[316,402],[402,317],[316,315],[315,403],[403,316],[315,314],[314,404],[404,315],[314,313],[313,405],[405,314],[313,421],[421,406],[406,313],[323,366],[366,361],[361,323],[292,306],[306,407],[407,292],[306,291],[291,408],[408,306],[291,287],[287,409],[409,291],[287,432],[432,410],[410,287],[427,434],[434,411],[411,427],[372,264],[264,383],[383,372],[459,309],[309,457],[457,459],[366,352],[352,401],[401,366],[1,274],[274,4],[4,1],[418,421],[421,262],[262,418],[331,294],[294,358],[358,331],[435,433],[433,367],[367,435],[392,289],[289,439],[439,392],[328,462],[462,326],[326,328],[94,2],[2,370],[370,94],[289,305],[305,455],[455,289],[339,254],[254,448],[448,339],[359,255],[255,446],[446,359],[254,253],[253,449],[449,254],[253,252],[252,450],[450,253],[252,256],[256,451],[451,252],[256,341],[341,452],[452,256],[414,413],[413,463],[463,414],[286,441],[441,414],[414,286],[286,258],[258,441],[441,286],[258,257],[257,442],[442,258],[257,259],[259,443],[443,257],[259,260],[260,444],[444,259],[260,467],[467,445],[445,260],[309,459],[459,250],[250,309],[305,289],[289,290],[290,305],[305,290],[290,460],[460,305],[401,376],[376,435],[435,401],[309,250],[250,392],[392,309],[376,411],[411,433],[433,376],[453,341],[341,464],[464,453],[357,453],[453,465],[465,357],[343,357],[357,412],[412,343],[437,343],[343,399],[399,437],[344,360],[360,440],[440,344],[420,437],[437,456],[456,420],[360,420],[420,363],[363,360],[361,401],[401,288],[288,361],[265,372],[372,353],[353,265],[390,339],[339,249],[249,390],[339,448],[448,255],[255,339]);function Ma(e){e.j={faceLandmarks:[],faceBlendshapes:[],facialTransformationMatrixes:[]}}var Q=class extends Ee{constructor(e,t){super(new Be(e,t),"image_in","norm_rect",!1),this.j={faceLandmarks:[],faceBlendshapes:[],facialTransformationMatrixes:[]},this.outputFacialTransformationMatrixes=this.outputFaceBlendshapes=!1,T(e=this.h=new cc,0,1,t=new $),this.v=new ic,T(this.h,0,3,this.v),this.s=new bn,T(this.h,0,2,this.s),tt(this.s,4,1),y(this.s,2,.5),y(this.v,2,.5),y(this.h,4,.5)}get baseOptions(){return O(this.h,$,1)}set baseOptions(e){T(this.h,0,1,e)}o(e){return"numFaces"in e&&tt(this.s,4,e.numFaces??1),"minFaceDetectionConfidence"in e&&y(this.s,2,e.minFaceDetectionConfidence??.5),"minTrackingConfidence"in e&&y(this.h,4,e.minTrackingConfidence??.5),"minFacePresenceConfidence"in e&&y(this.v,2,e.minFacePresenceConfidence??.5),"outputFaceBlendshapes"in e&&(this.outputFaceBlendshapes=!!e.outputFaceBlendshapes),"outputFacialTransformationMatrixes"in e&&(this.outputFacialTransformationMatrixes=!!e.outputFacialTransformationMatrixes),this.l(e)}D(e,t){return Ma(this),De(this,e,t),this.j}F(e,t,r){return Ma(this),rt(this,e,r,t),this.j}m(){var e=new be;Y(e,"image_in"),Y(e,"norm_rect"),P(e,"face_landmarks");let t=new ke;Xe(t,v2,this.h);let r=new xe;Ce(r,"mediapipe.tasks.vision.face_landmarker.FaceLandmarkerGraph"),H(r,"IMAGE:image_in"),H(r,"NORM_RECT:norm_rect"),F(r,"NORM_LANDMARKS:face_landmarks"),r.o(t),Le(e,r),this.g.attachProtoVectorListener("face_landmarks",(n,o)=>{for(let s of n)n=kr(s),this.j.faceLandmarks.push(Tn(n));m(this,o)}),this.g.attachEmptyPacketListener("face_landmarks",n=>{m(this,n)}),this.outputFaceBlendshapes&&(P(e,"blendshapes"),F(r,"BLENDSHAPES:blendshapes"),this.g.attachProtoVectorListener("blendshapes",(n,o)=>{if(this.outputFaceBlendshapes)for(let s of n)n=En(s),this.j.faceBlendshapes.push(us(n.g()??[]));m(this,o)}),this.g.attachEmptyPacketListener("blendshapes",n=>{m(this,n)})),this.outputFacialTransformationMatrixes&&(P(e,"face_geometry"),F(r,"FACE_GEOMETRY:face_geometry"),this.g.attachProtoVectorListener("face_geometry",(n,o)=>{if(this.outputFacialTransformationMatrixes)for(let s of n)(n=O(y2(s),u2,2))&&this.j.facialTransformationMatrixes.push({rows:je(Oe(n,1),0)??0,columns:je(Oe(n,2),0)??0,data:Ct(n,3,At,St()).slice()??[]});m(this,o)}),this.g.attachEmptyPacketListener("face_geometry",n=>{m(this,n)})),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};Q.prototype.detectForVideo=Q.prototype.F,Q.prototype.detect=Q.prototype.D,Q.prototype.setOptions=Q.prototype.o,Q.createFromModelPath=function(e,t){return M(Q,e,{baseOptions:{modelAssetPath:t}})},Q.createFromModelBuffer=function(e,t){return M(Q,e,{baseOptions:{modelAssetBuffer:t}})},Q.createFromOptions=function(e,t){return M(Q,e,t)},Q.FACE_LANDMARKS_LIPS=fs,Q.FACE_LANDMARKS_LEFT_EYE=ps,Q.FACE_LANDMARKS_LEFT_EYEBROW=ms,Q.FACE_LANDMARKS_LEFT_IRIS=Oc,Q.FACE_LANDMARKS_RIGHT_EYE=gs,Q.FACE_LANDMARKS_RIGHT_EYEBROW=xs,Q.FACE_LANDMARKS_RIGHT_IRIS=Pc,Q.FACE_LANDMARKS_FACE_OVAL=ys,Q.FACE_LANDMARKS_CONTOURS=Bc,Q.FACE_LANDMARKS_TESSELATION=Dc;var Je=class extends Ee{constructor(e,t){super(new Be(e,t),"image_in","norm_rect",!0),T(e=this.j=new hc,0,1,t=new $)}get baseOptions(){return O(this.j,$,1)}set baseOptions(e){T(this.j,0,1,e)}o(e){return super.l(e)}Oa(e,t,r){let n=typeof t!="function"?t:{};if(this.h=typeof t=="function"?t:r,De(this,e,n??{}),!this.h)return this.s}m(){var e=new be;Y(e,"image_in"),Y(e,"norm_rect"),P(e,"stylized_image");let t=new ke;Xe(t,E2,this.j);let r=new xe;Ce(r,"mediapipe.tasks.vision.face_stylizer.FaceStylizerGraph"),H(r,"IMAGE:image_in"),H(r,"NORM_RECT:norm_rect"),F(r,"STYLIZED_IMAGE:stylized_image"),r.o(t),Le(e,r),this.g.V("stylized_image",(n,o)=>{var s=!this.h,a=n.data,i=n.width;let c=i*(n=n.height);if(a instanceof Uint8Array)if(a.length===3*c){let l=new Uint8ClampedArray(4*c);for(let h=0;h<c;++h)l[4*h]=a[3*h],l[4*h+1]=a[3*h+1],l[4*h+2]=a[3*h+2],l[4*h+3]=255;a=new ImageData(l,i,n)}else{if(a.length!==4*c)throw Error("Unsupported channel count: "+a.length/c);a=new ImageData(new Uint8ClampedArray(a.buffer,a.byteOffset,a.length),i,n)}else if(!(a instanceof WebGLTexture))throw Error(`Unsupported format: ${a.constructor.name}`);i=new he([a],!1,!1,this.g.i.canvas,this.P,i,n),this.s=s=s?i.clone():i,this.h&&this.h(s),m(this,o)}),this.g.attachEmptyPacketListener("stylized_image",n=>{this.s=null,this.h&&this.h(null),m(this,n)}),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};Je.prototype.stylize=Je.prototype.Oa,Je.prototype.setOptions=Je.prototype.o,Je.createFromModelPath=function(e,t){return M(Je,e,{baseOptions:{modelAssetPath:t}})},Je.createFromModelBuffer=function(e,t){return M(Je,e,{baseOptions:{modelAssetBuffer:t}})},Je.createFromOptions=function(e,t){return M(Je,e,t)};var vs=ze([0,1],[1,2],[2,3],[3,4],[0,5],[5,6],[6,7],[7,8],[5,9],[9,10],[10,11],[11,12],[9,13],[13,14],[14,15],[15,16],[13,17],[0,17],[17,18],[18,19],[19,20]);function Fa(e){e.gestures=[],e.landmarks=[],e.worldLandmarks=[],e.handedness=[]}function Ua(e){return e.gestures.length===0?{gestures:[],landmarks:[],worldLandmarks:[],handedness:[],handednesses:[]}:{gestures:e.gestures,landmarks:e.landmarks,worldLandmarks:e.worldLandmarks,handedness:e.handedness,handednesses:e.handedness}}function Oa(e,t=!0){let r=[];for(let o of e){var n=En(o);e=[];for(let s of n.g())n=t&&Oe(s,1)!=null?je(Oe(s,1),0):-1,e.push({score:te(s,2)??0,index:n,categoryName:et(s,3)??"",displayName:et(s,4)??""});r.push(e)}return r}var Te=class extends Ee{constructor(e,t){super(new Be(e,t),"image_in","norm_rect",!1),this.gestures=[],this.landmarks=[],this.worldLandmarks=[],this.handedness=[],T(e=this.j=new fc,0,1,t=new $),this.s=new ss,T(this.j,0,2,this.s),this.C=new os,T(this.s,0,3,this.C),this.v=new dc,T(this.s,0,2,this.v),this.h=new b2,T(this.j,0,3,this.h),y(this.v,2,.5),y(this.s,4,.5),y(this.C,2,.5)}get baseOptions(){return O(this.j,$,1)}set baseOptions(e){T(this.j,0,1,e)}o(e){if(tt(this.v,3,e.numHands??1),"minHandDetectionConfidence"in e&&y(this.v,2,e.minHandDetectionConfidence??.5),"minTrackingConfidence"in e&&y(this.s,4,e.minTrackingConfidence??.5),"minHandPresenceConfidence"in e&&y(this.C,2,e.minHandPresenceConfidence??.5),e.cannedGesturesClassifierOptions){var t=new Ut,r=t,n=co(e.cannedGesturesClassifierOptions,O(this.h,Ut,3)?.h());T(r,0,2,n),T(this.h,0,3,t)}else e.cannedGesturesClassifierOptions===void 0&&O(this.h,Ut,3)?.g();return e.customGesturesClassifierOptions?(T(r=t=new Ut,0,2,n=co(e.customGesturesClassifierOptions,O(this.h,Ut,4)?.h())),T(this.h,0,4,t)):e.customGesturesClassifierOptions===void 0&&O(this.h,Ut,4)?.g(),this.l(e)}Ja(e,t){return Fa(this),De(this,e,t),Ua(this)}Ka(e,t,r){return Fa(this),rt(this,e,r,t),Ua(this)}m(){var e=new be;Y(e,"image_in"),Y(e,"norm_rect"),P(e,"hand_gestures"),P(e,"hand_landmarks"),P(e,"world_hand_landmarks"),P(e,"handedness");let t=new ke;Xe(t,T2,this.j);let r=new xe;Ce(r,"mediapipe.tasks.vision.gesture_recognizer.GestureRecognizerGraph"),H(r,"IMAGE:image_in"),H(r,"NORM_RECT:norm_rect"),F(r,"HAND_GESTURES:hand_gestures"),F(r,"LANDMARKS:hand_landmarks"),F(r,"WORLD_LANDMARKS:world_hand_landmarks"),F(r,"HANDEDNESS:handedness"),r.o(t),Le(e,r),this.g.attachProtoVectorListener("hand_landmarks",(n,o)=>{for(let s of n){n=kr(s);let a=[];for(let i of ct(n,rc,1))a.push({x:te(i,1)??0,y:te(i,2)??0,z:te(i,3)??0,visibility:te(i,4)??0});this.landmarks.push(a)}m(this,o)}),this.g.attachEmptyPacketListener("hand_landmarks",n=>{m(this,n)}),this.g.attachProtoVectorListener("world_hand_landmarks",(n,o)=>{for(let s of n){n=Nt(s);let a=[];for(let i of ct(n,tc,1))a.push({x:te(i,1)??0,y:te(i,2)??0,z:te(i,3)??0,visibility:te(i,4)??0});this.worldLandmarks.push(a)}m(this,o)}),this.g.attachEmptyPacketListener("world_hand_landmarks",n=>{m(this,n)}),this.g.attachProtoVectorListener("hand_gestures",(n,o)=>{this.gestures.push(...Oa(n,!1)),m(this,o)}),this.g.attachEmptyPacketListener("hand_gestures",n=>{m(this,n)}),this.g.attachProtoVectorListener("handedness",(n,o)=>{this.handedness.push(...Oa(n)),m(this,o)}),this.g.attachEmptyPacketListener("handedness",n=>{m(this,n)}),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};function Pa(e){return{landmarks:e.landmarks,worldLandmarks:e.worldLandmarks,handednesses:e.handedness,handedness:e.handedness}}Te.prototype.recognizeForVideo=Te.prototype.Ka,Te.prototype.recognize=Te.prototype.Ja,Te.prototype.setOptions=Te.prototype.o,Te.createFromModelPath=function(e,t){return M(Te,e,{baseOptions:{modelAssetPath:t}})},Te.createFromModelBuffer=function(e,t){return M(Te,e,{baseOptions:{modelAssetBuffer:t}})},Te.createFromOptions=function(e,t){return M(Te,e,t)},Te.HAND_CONNECTIONS=vs;var _e=class extends Ee{constructor(e,t){super(new Be(e,t),"image_in","norm_rect",!1),this.landmarks=[],this.worldLandmarks=[],this.handedness=[],T(e=this.h=new ss,0,1,t=new $),this.s=new os,T(this.h,0,3,this.s),this.j=new dc,T(this.h,0,2,this.j),tt(this.j,3,1),y(this.j,2,.5),y(this.s,2,.5),y(this.h,4,.5)}get baseOptions(){return O(this.h,$,1)}set baseOptions(e){T(this.h,0,1,e)}o(e){return"numHands"in e&&tt(this.j,3,e.numHands??1),"minHandDetectionConfidence"in e&&y(this.j,2,e.minHandDetectionConfidence??.5),"minTrackingConfidence"in e&&y(this.h,4,e.minTrackingConfidence??.5),"minHandPresenceConfidence"in e&&y(this.s,2,e.minHandPresenceConfidence??.5),this.l(e)}D(e,t){return this.landmarks=[],this.worldLandmarks=[],this.handedness=[],De(this,e,t),Pa(this)}F(e,t,r){return this.landmarks=[],this.worldLandmarks=[],this.handedness=[],rt(this,e,r,t),Pa(this)}m(){var e=new be;Y(e,"image_in"),Y(e,"norm_rect"),P(e,"hand_landmarks"),P(e,"world_hand_landmarks"),P(e,"handedness");let t=new ke;Xe(t,_2,this.h);let r=new xe;Ce(r,"mediapipe.tasks.vision.hand_landmarker.HandLandmarkerGraph"),H(r,"IMAGE:image_in"),H(r,"NORM_RECT:norm_rect"),F(r,"LANDMARKS:hand_landmarks"),F(r,"WORLD_LANDMARKS:world_hand_landmarks"),F(r,"HANDEDNESS:handedness"),r.o(t),Le(e,r),this.g.attachProtoVectorListener("hand_landmarks",(n,o)=>{for(let s of n)n=kr(s),this.landmarks.push(Tn(n));m(this,o)}),this.g.attachEmptyPacketListener("hand_landmarks",n=>{m(this,n)}),this.g.attachProtoVectorListener("world_hand_landmarks",(n,o)=>{for(let s of n)n=Nt(s),this.worldLandmarks.push(xr(n));m(this,o)}),this.g.attachEmptyPacketListener("world_hand_landmarks",n=>{m(this,n)}),this.g.attachProtoVectorListener("handedness",(n,o)=>{var s=this.handedness,a=s.push;let i=[];for(let c of n){n=En(c);let l=[];for(let h of n.g())l.push({score:te(h,2)??0,index:je(Oe(h,1),0)??-1,categoryName:et(h,3)??"",displayName:et(h,4)??""});i.push(l)}a.call(s,...i),m(this,o)}),this.g.attachEmptyPacketListener("handedness",n=>{m(this,n)}),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};_e.prototype.detectForVideo=_e.prototype.F,_e.prototype.detect=_e.prototype.D,_e.prototype.setOptions=_e.prototype.o,_e.createFromModelPath=function(e,t){return M(_e,e,{baseOptions:{modelAssetPath:t}})},_e.createFromModelBuffer=function(e,t){return M(_e,e,{baseOptions:{modelAssetBuffer:t}})},_e.createFromOptions=function(e,t){return M(_e,e,t)},_e.HAND_CONNECTIONS=vs;var Nc=ze([0,1],[1,2],[2,3],[3,7],[0,4],[4,5],[5,6],[6,8],[9,10],[11,12],[11,13],[13,15],[15,17],[15,19],[15,21],[17,19],[12,14],[14,16],[16,18],[16,20],[16,22],[18,20],[11,23],[12,24],[23,24],[23,25],[24,26],[25,27],[26,28],[27,29],[28,30],[29,31],[30,32],[27,31],[28,32]);function Ba(e){e.h={faceLandmarks:[],faceBlendshapes:[],poseLandmarks:[],poseWorldLandmarks:[],poseSegmentationMasks:[],leftHandLandmarks:[],leftHandWorldLandmarks:[],rightHandLandmarks:[],rightHandWorldLandmarks:[]}}function Da(e){try{if(!e.C)return e.h;e.C(e.h)}finally{An(e)}}function Br(e,t){e=kr(e),t.push(Tn(e))}var K=class extends Ee{constructor(e,t){super(new Be(e,t),"input_frames_image",null,!1),this.h={faceLandmarks:[],faceBlendshapes:[],poseLandmarks:[],poseWorldLandmarks:[],poseSegmentationMasks:[],leftHandLandmarks:[],leftHandWorldLandmarks:[],rightHandLandmarks:[],rightHandWorldLandmarks:[]},this.outputPoseSegmentationMasks=this.outputFaceBlendshapes=!1,T(e=this.j=new yc,0,1,t=new $),this.K=new os,T(this.j,0,2,this.K),this.aa=new A2,T(this.j,0,3,this.aa),this.s=new bn,T(this.j,0,4,this.s),this.I=new ic,T(this.j,0,5,this.I),this.v=new gc,T(this.j,0,6,this.v),this.L=new xc,T(this.j,0,7,this.L),y(this.s,2,.5),y(this.s,3,.3),y(this.I,2,.5),y(this.v,2,.5),y(this.v,3,.3),y(this.L,2,.5),y(this.K,2,.5)}get baseOptions(){return O(this.j,$,1)}set baseOptions(e){T(this.j,0,1,e)}o(e){return"minFaceDetectionConfidence"in e&&y(this.s,2,e.minFaceDetectionConfidence??.5),"minFaceSuppressionThreshold"in e&&y(this.s,3,e.minFaceSuppressionThreshold??.3),"minFacePresenceConfidence"in e&&y(this.I,2,e.minFacePresenceConfidence??.5),"outputFaceBlendshapes"in e&&(this.outputFaceBlendshapes=!!e.outputFaceBlendshapes),"minPoseDetectionConfidence"in e&&y(this.v,2,e.minPoseDetectionConfidence??.5),"minPoseSuppressionThreshold"in e&&y(this.v,3,e.minPoseSuppressionThreshold??.3),"minPosePresenceConfidence"in e&&y(this.L,2,e.minPosePresenceConfidence??.5),"outputPoseSegmentationMasks"in e&&(this.outputPoseSegmentationMasks=!!e.outputPoseSegmentationMasks),"minHandLandmarksConfidence"in e&&y(this.K,2,e.minHandLandmarksConfidence??.5),this.l(e)}D(e,t,r){let n=typeof t!="function"?t:{};return this.C=typeof t=="function"?t:r,Ba(this),De(this,e,n),Da(this)}F(e,t,r,n){let o=typeof r!="function"?r:{};return this.C=typeof r=="function"?r:n,Ba(this),rt(this,e,o,t),Da(this)}m(){var e=new be;Y(e,"input_frames_image"),P(e,"pose_landmarks"),P(e,"pose_world_landmarks"),P(e,"face_landmarks"),P(e,"left_hand_landmarks"),P(e,"left_hand_world_landmarks"),P(e,"right_hand_landmarks"),P(e,"right_hand_world_landmarks");let t=new ke,r=new na;to(r,1,Jt("type.googleapis.com/mediapipe.tasks.vision.holistic_landmarker.proto.HolisticLandmarkerGraphOptions"),""),function(o,s){if(s!=null)if(Array.isArray(s))X(o,2,cn(s,Mo,void 0,void 0,!1));else{if(!(typeof s=="string"||s instanceof at||_r(s)))throw Error("invalid value in Any.value field: "+s+" expected a ByteString, a base64 encoded string, a Uint8Array or a jspb array");to(o,2,_o(s,!1),Mt())}}(r,this.j.g());let n=new xe;Ce(n,"mediapipe.tasks.vision.holistic_landmarker.HolisticLandmarkerGraph"),$r(n,8,na,r),H(n,"IMAGE:input_frames_image"),F(n,"POSE_LANDMARKS:pose_landmarks"),F(n,"POSE_WORLD_LANDMARKS:pose_world_landmarks"),F(n,"FACE_LANDMARKS:face_landmarks"),F(n,"LEFT_HAND_LANDMARKS:left_hand_landmarks"),F(n,"LEFT_HAND_WORLD_LANDMARKS:left_hand_world_landmarks"),F(n,"RIGHT_HAND_LANDMARKS:right_hand_landmarks"),F(n,"RIGHT_HAND_WORLD_LANDMARKS:right_hand_world_landmarks"),n.o(t),Le(e,n),_n(this,e),this.g.attachProtoListener("pose_landmarks",(o,s)=>{Br(o,this.h.poseLandmarks),m(this,s)}),this.g.attachEmptyPacketListener("pose_landmarks",o=>{m(this,o)}),this.g.attachProtoListener("pose_world_landmarks",(o,s)=>{var a=this.h.poseWorldLandmarks;o=Nt(o),a.push(xr(o)),m(this,s)}),this.g.attachEmptyPacketListener("pose_world_landmarks",o=>{m(this,o)}),this.outputPoseSegmentationMasks&&(F(n,"POSE_SEGMENTATION_MASK:pose_segmentation_mask"),Xt(this,"pose_segmentation_mask"),this.g.V("pose_segmentation_mask",(o,s)=>{this.h.poseSegmentationMasks=[zt(this,o,!0,!this.C)],m(this,s)}),this.g.attachEmptyPacketListener("pose_segmentation_mask",o=>{this.h.poseSegmentationMasks=[],m(this,o)})),this.g.attachProtoListener("face_landmarks",(o,s)=>{Br(o,this.h.faceLandmarks),m(this,s)}),this.g.attachEmptyPacketListener("face_landmarks",o=>{m(this,o)}),this.outputFaceBlendshapes&&(P(e,"extra_blendshapes"),F(n,"FACE_BLENDSHAPES:extra_blendshapes"),this.g.attachProtoListener("extra_blendshapes",(o,s)=>{var a=this.h.faceBlendshapes;this.outputFaceBlendshapes&&(o=En(o),a.push(us(o.g()??[]))),m(this,s)}),this.g.attachEmptyPacketListener("extra_blendshapes",o=>{m(this,o)})),this.g.attachProtoListener("left_hand_landmarks",(o,s)=>{Br(o,this.h.leftHandLandmarks),m(this,s)}),this.g.attachEmptyPacketListener("left_hand_landmarks",o=>{m(this,o)}),this.g.attachProtoListener("left_hand_world_landmarks",(o,s)=>{var a=this.h.leftHandWorldLandmarks;o=Nt(o),a.push(xr(o)),m(this,s)}),this.g.attachEmptyPacketListener("left_hand_world_landmarks",o=>{m(this,o)}),this.g.attachProtoListener("right_hand_landmarks",(o,s)=>{Br(o,this.h.rightHandLandmarks),m(this,s)}),this.g.attachEmptyPacketListener("right_hand_landmarks",o=>{m(this,o)}),this.g.attachProtoListener("right_hand_world_landmarks",(o,s)=>{var a=this.h.rightHandWorldLandmarks;o=Nt(o),a.push(xr(o)),m(this,s)}),this.g.attachEmptyPacketListener("right_hand_world_landmarks",o=>{m(this,o)}),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};K.prototype.detectForVideo=K.prototype.F,K.prototype.detect=K.prototype.D,K.prototype.setOptions=K.prototype.o,K.createFromModelPath=function(e,t){return M(K,e,{baseOptions:{modelAssetPath:t}})},K.createFromModelBuffer=function(e,t){return M(K,e,{baseOptions:{modelAssetBuffer:t}})},K.createFromOptions=function(e,t){return M(K,e,t)},K.HAND_CONNECTIONS=vs,K.POSE_CONNECTIONS=Nc,K.FACE_LANDMARKS_LIPS=fs,K.FACE_LANDMARKS_LEFT_EYE=ps,K.FACE_LANDMARKS_LEFT_EYEBROW=ms,K.FACE_LANDMARKS_LEFT_IRIS=Oc,K.FACE_LANDMARKS_RIGHT_EYE=gs,K.FACE_LANDMARKS_RIGHT_EYEBROW=xs,K.FACE_LANDMARKS_RIGHT_IRIS=Pc,K.FACE_LANDMARKS_FACE_OVAL=ys,K.FACE_LANDMARKS_CONTOURS=Bc,K.FACE_LANDMARKS_TESSELATION=Dc;var Me=class extends Ee{constructor(e,t){super(new Be(e,t),"input_image","norm_rect",!0),this.j={classifications:[]},T(e=this.h=new vc,0,1,t=new $)}get baseOptions(){return O(this.h,$,1)}set baseOptions(e){T(this.h,0,1,e)}o(e){return T(this.h,0,2,co(e,O(this.h,ts,2))),this.l(e)}ta(e,t){return this.j={classifications:[]},De(this,e,t),this.j}ua(e,t,r){return this.j={classifications:[]},rt(this,e,r,t),this.j}m(){var e=new be;Y(e,"input_image"),Y(e,"norm_rect"),P(e,"classifications");let t=new ke;Xe(t,R2,this.h);let r=new xe;Ce(r,"mediapipe.tasks.vision.image_classifier.ImageClassifierGraph"),H(r,"IMAGE:input_image"),H(r,"NORM_RECT:norm_rect"),F(r,"CLASSIFICATIONS:classifications"),r.o(t),Le(e,r),this.g.attachProtoListener("classifications",(n,o)=>{this.j=function(s){let a={classifications:ct(s,l2,1).map(i=>us(O(i,Qi,4)?.g()??[],je(Oe(i,2),0),et(i,3)))};return zr(vt(s,2))!=null&&(a.timestampMs=je(zr(vt(s,2)),0)),a}(d2(n)),m(this,o)}),this.g.attachEmptyPacketListener("classifications",n=>{m(this,n)}),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};Me.prototype.classifyForVideo=Me.prototype.ua,Me.prototype.classify=Me.prototype.ta,Me.prototype.setOptions=Me.prototype.o,Me.createFromModelPath=function(e,t){return M(Me,e,{baseOptions:{modelAssetPath:t}})},Me.createFromModelBuffer=function(e,t){return M(Me,e,{baseOptions:{modelAssetBuffer:t}})},Me.createFromOptions=function(e,t){return M(Me,e,t)};var Ae=class extends Ee{constructor(e,t){super(new Be(e,t),"image_in","norm_rect",!0),this.h=new Ec,this.embeddings={embeddings:[]},T(e=this.h,0,1,t=new $)}get baseOptions(){return O(this.h,$,1)}set baseOptions(e){T(this.h,0,1,e)}o(e){var t=this.h,r=O(this.h,da,2);return r=r?r.clone():new da,e.l2Normalize!==void 0?Er(r,1,e.l2Normalize):"l2Normalize"in e&&X(r,1),e.quantize!==void 0?Er(r,2,e.quantize):"quantize"in e&&X(r,2),T(t,0,2,r),this.l(e)}Aa(e,t){return De(this,e,t),this.embeddings}Ba(e,t,r){return rt(this,e,r,t),this.embeddings}m(){var e=new be;Y(e,"image_in"),Y(e,"norm_rect"),P(e,"embeddings_out");let t=new ke;Xe(t,w2,this.h);let r=new xe;Ce(r,"mediapipe.tasks.vision.image_embedder.ImageEmbedderGraph"),H(r,"IMAGE:image_in"),H(r,"NORM_RECT:norm_rect"),F(r,"EMBEDDINGS:embeddings_out"),r.o(t),Le(e,r),this.g.attachProtoListener("embeddings_out",(n,o)=>{n=m2(n),this.embeddings=function(s){return{embeddings:ct(s,p2,1).map(a=>{let i={headIndex:je(Oe(a,3),0)??-1,headName:et(a,4)??""};if(xi(a,la,Vn(a,1))!==void 0)a=Ct(a=O(a,la,Vn(a,1)),1,At,St()),i.floatEmbedding=a.slice();else{let c=new Uint8Array(0);i.quantizedEmbedding=O(a,f2,Vn(a,2))?.pa()?.h()??c}return i}),timestampMs:je(zr(vt(s,2)),0)}}(n),m(this,o)}),this.g.attachEmptyPacketListener("embeddings_out",n=>{m(this,n)}),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};Ae.cosineSimilarity=function(e,t){if(e.floatEmbedding&&t.floatEmbedding)e=xa(e.floatEmbedding,t.floatEmbedding);else{if(!e.quantizedEmbedding||!t.quantizedEmbedding)throw Error("Cannot compute cosine similarity between quantized and float embeddings.");e=xa(ga(e.quantizedEmbedding),ga(t.quantizedEmbedding))}return e},Ae.prototype.embedForVideo=Ae.prototype.Ba,Ae.prototype.embed=Ae.prototype.Aa,Ae.prototype.setOptions=Ae.prototype.o,Ae.createFromModelPath=function(e,t){return M(Ae,e,{baseOptions:{modelAssetPath:t}})},Ae.createFromModelBuffer=function(e,t){return M(Ae,e,{baseOptions:{modelAssetBuffer:t}})},Ae.createFromOptions=function(e,t){return M(Ae,e,t)};var fo=class{constructor(e,t,r){this.confidenceMasks=e,this.categoryMask=t,this.qualityScores=r}close(){this.confidenceMasks?.forEach(e=>{e.close()}),this.categoryMask?.close()}};function Na(e){e.categoryMask=void 0,e.confidenceMasks=void 0,e.qualityScores=void 0}function Ga(e){try{let t=new fo(e.confidenceMasks,e.categoryMask,e.qualityScores);if(!e.j)return t;e.j(t)}finally{An(e)}}fo.prototype.close=fo.prototype.close;var de=class extends Ee{constructor(e,t){super(new Be(e,t),"image_in","norm_rect",!1),this.s=[],this.outputCategoryMask=!1,this.outputConfidenceMasks=!0,this.h=new cs,this.v=new bc,T(this.h,0,3,this.v),T(e=this.h,0,1,t=new $)}get baseOptions(){return O(this.h,$,1)}set baseOptions(e){T(this.h,0,1,e)}o(e){return e.displayNamesLocale!==void 0?X(this.h,2,Jt(e.displayNamesLocale)):"displayNamesLocale"in e&&X(this.h,2),"outputCategoryMask"in e&&(this.outputCategoryMask=e.outputCategoryMask??!1),"outputConfidenceMasks"in e&&(this.outputConfidenceMasks=e.outputConfidenceMasks??!0),super.l(e)}J(){(function(e){let t=ct(e.ea(),xe,1).filter(r=>et(r,1).includes("mediapipe.tasks.TensorsToSegmentationCalculator"));if(e.s=[],t.length>1)throw Error("The graph has more than one mediapipe.tasks.TensorsToSegmentationCalculator.");t.length===1&&(O(t[0],ke,7)?.l()?.g()??new Map).forEach((r,n)=>{e.s[Number(n)]=et(r,1)})})(this)}segment(e,t,r){let n=typeof t!="function"?t:{};return this.j=typeof t=="function"?t:r,Na(this),De(this,e,n),Ga(this)}Ma(e,t,r,n){let o=typeof r!="function"?r:{};return this.j=typeof r=="function"?r:n,Na(this),rt(this,e,o,t),Ga(this)}Ea(){return this.s}m(){var e=new be;Y(e,"image_in"),Y(e,"norm_rect");let t=new ke;Xe(t,_c,this.h);let r=new xe;Ce(r,"mediapipe.tasks.vision.image_segmenter.ImageSegmenterGraph"),H(r,"IMAGE:image_in"),H(r,"NORM_RECT:norm_rect"),r.o(t),Le(e,r),_n(this,e),this.outputConfidenceMasks&&(P(e,"confidence_masks"),F(r,"CONFIDENCE_MASKS:confidence_masks"),Xt(this,"confidence_masks"),this.g.da("confidence_masks",(n,o)=>{this.confidenceMasks=n.map(s=>zt(this,s,!0,!this.j)),m(this,o)}),this.g.attachEmptyPacketListener("confidence_masks",n=>{this.confidenceMasks=[],m(this,n)})),this.outputCategoryMask&&(P(e,"category_mask"),F(r,"CATEGORY_MASK:category_mask"),Xt(this,"category_mask"),this.g.V("category_mask",(n,o)=>{this.categoryMask=zt(this,n,!1,!this.j),m(this,o)}),this.g.attachEmptyPacketListener("category_mask",n=>{this.categoryMask=void 0,m(this,n)})),P(e,"quality_scores"),F(r,"QUALITY_SCORES:quality_scores"),this.g.attachFloatVectorListener("quality_scores",(n,o)=>{this.qualityScores=n,m(this,o)}),this.g.attachEmptyPacketListener("quality_scores",n=>{this.categoryMask=void 0,m(this,n)}),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};de.prototype.getLabels=de.prototype.Ea,de.prototype.segmentForVideo=de.prototype.Ma,de.prototype.segment=de.prototype.segment,de.prototype.setOptions=de.prototype.o,de.createFromModelPath=function(e,t){return M(de,e,{baseOptions:{modelAssetPath:t}})},de.createFromModelBuffer=function(e,t){return M(de,e,{baseOptions:{modelAssetBuffer:t}})},de.createFromOptions=function(e,t){return M(de,e,t)};var po=class{constructor(e,t,r){this.confidenceMasks=e,this.categoryMask=t,this.qualityScores=r}close(){this.confidenceMasks?.forEach(e=>{e.close()}),this.categoryMask?.close()}};po.prototype.close=po.prototype.close;var P2=class extends g{constructor(e){super(e)}},Ot=[0,ee,-2],en=[0,ot,-3,q,ot,-1],Va=[0,en],ja=[0,en,ee,-1],Kn=class extends g{constructor(e){super(e)}},Wa=[0,ot,-1,q],B2=class extends g{constructor(){super()}},Xa=class extends g{constructor(e){super(e)}},mo=[1,2,3,4,5,6,7,8,9,10,14,15],Gc=class extends g{constructor(){super()}};Gc.prototype.g=vn([0,ie,[0,mo,N,en,N,[0,en,Ot],N,Va,N,[0,Va,Ot],N,Wa,N,[0,ot,-3,q,We],N,[0,ot,-3,q],N,[0,D,ot,-2,q,ee,q,-1,2,ot,Ot],N,ja,N,[0,ja,Ot],ot,Ot,D,N,[0,ot,-3,q,Ot,-1],N,[0,ie,Wa]],D,[0,D,ee,-1,q]]);var Qe=class extends Ee{constructor(e,t){super(new Be(e,t),"image_in","norm_rect_in",!1),this.outputCategoryMask=!1,this.outputConfidenceMasks=!0,this.h=new cs,this.s=new bc,T(this.h,0,3,this.s),T(e=this.h,0,1,t=new $)}get baseOptions(){return O(this.h,$,1)}set baseOptions(e){T(this.h,0,1,e)}o(e){return"outputCategoryMask"in e&&(this.outputCategoryMask=e.outputCategoryMask??!1),"outputConfidenceMasks"in e&&(this.outputConfidenceMasks=e.outputConfidenceMasks??!0),super.l(e)}segment(e,t,r,n){let o=typeof r!="function"?r:{};this.j=typeof r=="function"?r:n,this.qualityScores=this.categoryMask=this.confidenceMasks=void 0,r=this.B+1,n=new Gc;let s=new Xa;var a=new P2;if(tt(a,1,255),T(s,0,12,a),t.keypoint&&t.scribble)throw Error("Cannot provide both keypoint and scribble.");if(t.keypoint){var i=new Kn;Er(i,3,!0),y(i,1,t.keypoint.x),y(i,2,t.keypoint.y),mr(s,5,mo,i)}else{if(!t.scribble)throw Error("Must provide either a keypoint or a scribble.");for(i of(a=new B2,t.scribble))Er(t=new Kn,3,!0),y(t,1,i.x),y(t,2,i.y),$r(a,1,Kn,t);mr(s,15,mo,a)}$r(n,1,Xa,s),this.g.addProtoToStream(n.g(),"drishti.RenderData","roi_in",r),De(this,e,o);e:{try{let l=new po(this.confidenceMasks,this.categoryMask,this.qualityScores);if(!this.j){var c=l;break e}this.j(l)}finally{An(this)}c=void 0}return c}m(){var e=new be;Y(e,"image_in"),Y(e,"roi_in"),Y(e,"norm_rect_in");let t=new ke;Xe(t,_c,this.h);let r=new xe;Ce(r,"mediapipe.tasks.vision.interactive_segmenter.InteractiveSegmenterGraph"),H(r,"IMAGE:image_in"),H(r,"ROI:roi_in"),H(r,"NORM_RECT:norm_rect_in"),r.o(t),Le(e,r),_n(this,e),this.outputConfidenceMasks&&(P(e,"confidence_masks"),F(r,"CONFIDENCE_MASKS:confidence_masks"),Xt(this,"confidence_masks"),this.g.da("confidence_masks",(n,o)=>{this.confidenceMasks=n.map(s=>zt(this,s,!0,!this.j)),m(this,o)}),this.g.attachEmptyPacketListener("confidence_masks",n=>{this.confidenceMasks=[],m(this,n)})),this.outputCategoryMask&&(P(e,"category_mask"),F(r,"CATEGORY_MASK:category_mask"),Xt(this,"category_mask"),this.g.V("category_mask",(n,o)=>{this.categoryMask=zt(this,n,!1,!this.j),m(this,o)}),this.g.attachEmptyPacketListener("category_mask",n=>{this.categoryMask=void 0,m(this,n)})),P(e,"quality_scores"),F(r,"QUALITY_SCORES:quality_scores"),this.g.attachFloatVectorListener("quality_scores",(n,o)=>{this.qualityScores=n,m(this,o)}),this.g.attachEmptyPacketListener("quality_scores",n=>{this.categoryMask=void 0,m(this,n)}),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};Qe.prototype.segment=Qe.prototype.segment,Qe.prototype.setOptions=Qe.prototype.o,Qe.createFromModelPath=function(e,t){return M(Qe,e,{baseOptions:{modelAssetPath:t}})},Qe.createFromModelBuffer=function(e,t){return M(Qe,e,{baseOptions:{modelAssetBuffer:t}})},Qe.createFromOptions=function(e,t){return M(Qe,e,t)};var Fe=class extends Ee{constructor(e,t){super(new Be(e,t),"input_frame_gpu","norm_rect",!1),this.j={detections:[]},T(e=this.h=new Ac,0,1,t=new $)}get baseOptions(){return O(this.h,$,1)}set baseOptions(e){T(this.h,0,1,e)}o(e){return e.displayNamesLocale!==void 0?X(this.h,2,Jt(e.displayNamesLocale)):"displayNamesLocale"in e&&X(this.h,2),e.maxResults!==void 0?tt(this.h,3,e.maxResults):"maxResults"in e&&X(this.h,3),e.scoreThreshold!==void 0?y(this.h,4,e.scoreThreshold):"scoreThreshold"in e&&X(this.h,4),e.categoryAllowlist!==void 0?qr(this.h,5,e.categoryAllowlist):"categoryAllowlist"in e&&X(this.h,5),e.categoryDenylist!==void 0?qr(this.h,6,e.categoryDenylist):"categoryDenylist"in e&&X(this.h,6),this.l(e)}D(e,t){return this.j={detections:[]},De(this,e,t),this.j}F(e,t,r){return this.j={detections:[]},rt(this,e,r,t),this.j}m(){var e=new be;Y(e,"input_frame_gpu"),Y(e,"norm_rect"),P(e,"detections");let t=new ke;Xe(t,S2,this.h);let r=new xe;Ce(r,"mediapipe.tasks.vision.ObjectDetectorGraph"),H(r,"IMAGE:input_frame_gpu"),H(r,"NORM_RECT:norm_rect"),F(r,"DETECTIONS:detections"),r.o(t),Le(e,r),this.g.attachProtoVectorListener("detections",(n,o)=>{for(let s of n)n=ec(s),this.j.detections.push(wc(n));m(this,o)}),this.g.attachEmptyPacketListener("detections",n=>{m(this,n)}),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};Fe.prototype.detectForVideo=Fe.prototype.F,Fe.prototype.detect=Fe.prototype.D,Fe.prototype.setOptions=Fe.prototype.o,Fe.createFromModelPath=async function(e,t){return M(Fe,e,{baseOptions:{modelAssetPath:t}})},Fe.createFromModelBuffer=function(e,t){return M(Fe,e,{baseOptions:{modelAssetBuffer:t}})},Fe.createFromOptions=function(e,t){return M(Fe,e,t)};var go=class{constructor(e,t,r){this.landmarks=e,this.worldLandmarks=t,this.segmentationMasks=r}close(){this.segmentationMasks?.forEach(e=>{e.close()})}};function Ha(e){e.landmarks=[],e.worldLandmarks=[],e.segmentationMasks=void 0}function Ya(e){try{let t=new go(e.landmarks,e.worldLandmarks,e.segmentationMasks);if(!e.s)return t;e.s(t)}finally{An(e)}}go.prototype.close=go.prototype.close;var Re=class extends Ee{constructor(e,t){super(new Be(e,t),"image_in","norm_rect",!1),this.landmarks=[],this.worldLandmarks=[],this.outputSegmentationMasks=!1,T(e=this.h=new Rc,0,1,t=new $),this.v=new xc,T(this.h,0,3,this.v),this.j=new gc,T(this.h,0,2,this.j),tt(this.j,4,1),y(this.j,2,.5),y(this.v,2,.5),y(this.h,4,.5)}get baseOptions(){return O(this.h,$,1)}set baseOptions(e){T(this.h,0,1,e)}o(e){return"numPoses"in e&&tt(this.j,4,e.numPoses??1),"minPoseDetectionConfidence"in e&&y(this.j,2,e.minPoseDetectionConfidence??.5),"minTrackingConfidence"in e&&y(this.h,4,e.minTrackingConfidence??.5),"minPosePresenceConfidence"in e&&y(this.v,2,e.minPosePresenceConfidence??.5),"outputSegmentationMasks"in e&&(this.outputSegmentationMasks=e.outputSegmentationMasks??!1),this.l(e)}D(e,t,r){let n=typeof t!="function"?t:{};return this.s=typeof t=="function"?t:r,Ha(this),De(this,e,n),Ya(this)}F(e,t,r,n){let o=typeof r!="function"?r:{};return this.s=typeof r=="function"?r:n,Ha(this),rt(this,e,o,t),Ya(this)}m(){var e=new be;Y(e,"image_in"),Y(e,"norm_rect"),P(e,"normalized_landmarks"),P(e,"world_landmarks"),P(e,"segmentation_masks");let t=new ke;Xe(t,C2,this.h);let r=new xe;Ce(r,"mediapipe.tasks.vision.pose_landmarker.PoseLandmarkerGraph"),H(r,"IMAGE:image_in"),H(r,"NORM_RECT:norm_rect"),F(r,"NORM_LANDMARKS:normalized_landmarks"),F(r,"WORLD_LANDMARKS:world_landmarks"),r.o(t),Le(e,r),_n(this,e),this.g.attachProtoVectorListener("normalized_landmarks",(n,o)=>{this.landmarks=[];for(let s of n)n=kr(s),this.landmarks.push(Tn(n));m(this,o)}),this.g.attachEmptyPacketListener("normalized_landmarks",n=>{this.landmarks=[],m(this,n)}),this.g.attachProtoVectorListener("world_landmarks",(n,o)=>{this.worldLandmarks=[];for(let s of n)n=Nt(s),this.worldLandmarks.push(xr(n));m(this,o)}),this.g.attachEmptyPacketListener("world_landmarks",n=>{this.worldLandmarks=[],m(this,n)}),this.outputSegmentationMasks&&(F(r,"SEGMENTATION_MASK:segmentation_masks"),Xt(this,"segmentation_masks"),this.g.da("segmentation_masks",(n,o)=>{this.segmentationMasks=n.map(s=>zt(this,s,!0,!this.s)),m(this,o)}),this.g.attachEmptyPacketListener("segmentation_masks",n=>{this.segmentationMasks=[],m(this,n)})),e=e.g(),this.setGraph(new Uint8Array(e),!0)}};Re.prototype.detectForVideo=Re.prototype.F,Re.prototype.detect=Re.prototype.D,Re.prototype.setOptions=Re.prototype.o,Re.createFromModelPath=function(e,t){return M(Re,e,{baseOptions:{modelAssetPath:t}})},Re.createFromModelBuffer=function(e,t){return M(Re,e,{baseOptions:{modelAssetBuffer:t}})},Re.createFromOptions=function(e,t){return M(Re,e,t)},Re.POSE_CONNECTIONS=Nc;var _=(e,t="AssertError")=>{if(!e)throw new Error(t,{cause:e});return e};var Es=e=>e;var bs=(e,...t)=>{let r=t.reduce((n,o)=>s=>o(n(s)),Es);return(...n)=>r(e(...n))};var N2="utils/memoize/noValue",Ll=Symbol(N2);var G2=e=>`(${e})`;var Vc=e=>G2(`?:${e}`),V2=e=>`${Vc(e)}?`,j2=e=>`${Vc(e)}*`;var W2=e=>`^${e}`,X2=e=>`${e}$`,H2=e=>typeof e=="function",Y2=e=>t=>H2(t)?t(e):t;var z2=()=>e=>e,kn=(e,t=z2)=>r=>n=>bs(Y2(n),t(n),e)(r);var Fl=kn(e=>V2(e)),Ul=kn(e=>j2(e));var Ol=kn(e=>W2(e)),Pl=kn(e=>X2(e));var z={Closed:"closed",Closing:"closing",Destroyed:"destroyed",Destroying:"destroying",Error:"Error",Idle:"idle",New:"new",Opened:"opened",Opening:"opening",Processing:"processing",Updated:"updated",Updating:"updating"},jc={None:"none",Blur:"blur",Overlay:"overlay"},Wc={WebGL:"webgl",WebGPU:"webgpu"},C={ContextCreationError:"ContextCreationError",ContextLost:"ContextLost",ContextRestored:"ContextRestored",Error:"Error",ProcessorRestarted:"ProcessorRestarted",SamplingError:"SamplingError"};var K2=e=>!!(typeof e=="string"&&Object.values(C).includes(e)),Sn=e=>K2(e)?e:C.Error,Cn=e=>e instanceof Error?e.message:String(e),Ln=e=>{let t=new Set(Object.keys(e));return r=>{for(let n in r)t.has(n)&&typeof e[n]==typeof r[n]&&(e[n]=r[n])}},Xc=e=>{let t=new Map(e),r=new Set,n=async a=>{let c=await(await fetch(a)).blob();return await createImageBitmap(c)},o=async a=>{let i=t.get(a);if(!i){if(r.has(a))return null;r.add(a);let c=await n(a);return t.set(a,c),r.delete(a),c}return i},s=a=>(t.get(a)?.close(),t.delete(a));return{tryFetchingImage:o,setImage:(a,i)=>{t.has(a)&&s(a),t.set(a,i)},getImage:a=>t.get(a)??null,removeImage:s,clear:()=>{for(let a of t.values())a.close();t.clear()}}},In=(e,t)=>r=>Math.min(Math.max(r,e),t);var Hc=(e,t,r,n)=>{if(!e||!t||!r||!n||e*n===r*t)return{sx:0,sy:0,sw:e,sh:t,dx:0,dy:0,dw:r,dh:n};let o=e/t,s=r/n;if(o>s){let l=Math.ceil(e*s)/o,h=Math.abs(e-l);return{sx:Math.ceil(h/2),sy:0,sw:l,sh:t,dx:0,dy:0,dw:r,dh:n}}let a=Math.ceil(t*o)/s,i=Math.abs(t-a);return{sx:0,sy:Math.ceil(i/2),sw:e,sh:a,dx:0,dy:0,dw:r,dh:n}},or=e=>{let t={};return new Proxy(t,{get(r,n,o){return r[n]||(r[n]=e[n]?.(t)),Reflect.get(r,n,o)}})},Yc=(e,t,r)=>{let n=a=>{a.preventDefault(),r?.(),t.contextLost(a.statusMessage)},o=a=>{t.contextRestored(a.statusMessage)},s=a=>{t.contextCreationError(a.statusMessage)};return e.addEventListener("webglcontextlost",n),e.addEventListener("webglcontextrestored",o),e.addEventListener("webglcontextcreationerror",s),()=>{e.removeEventListener("webglcontextlost",n),e.removeEventListener("webglcontextrestored",o),e.removeEventListener("webglcontextcreationerror",s)}};var zc=(e,t,r)=>{let n=navigator.gpu.getPreferredCanvasFormat(),o=e.getContext("webgpu");if(!o)throw Error("WebGPU not supported on the canvas.");o.configure({device:t,format:n});let s;return{render:a=>(_(!r(),C.ContextLost),s=t.createTexture({label:"Video Frame to Texture",format:"rgba8unorm",size:[a.width,a.height],usage:GPUTextureUsage.TEXTURE_BINDING|GPUTextureUsage.COPY_DST|GPUTextureUsage.COPY_SRC|GPUTextureUsage.RENDER_ATTACHMENT}),t.queue.copyExternalImageToTexture({source:a.frame,flipY:!1},{texture:s},{width:a.width,height:a.height}),t.queue.submit([]),s),release:()=>{s?.destroy()}}};var Ts="@group(0)@binding(0)var mySampler:sampler;@group(0)@binding(1)var bgTexture:texture_2d<f32>;@group(0)@binding(2)var personTexture:texture_2d<f32>;@group(0)@binding(3)var maskTexture:texture_2d<f32>;struct VertexOutput{@builtin(position)Position:vec4f,@location(0)fragUV:vec2f,}@vertex fn vert_main(@builtin(vertex_index)VertexIndex:u32)->VertexOutput{const pos=array(vec2(1.0,1.0),vec2(1.0,-1.0),vec2(-1.0,-1.0),vec2(1.0,1.0),vec2(-1.0,-1.0),vec2(-1.0,1.0),);const uv=array(vec2(1.0,0.0),vec2(1.0,1.0),vec2(0.0,1.0),vec2(1.0,0.0),vec2(0.0,1.0),vec2(0.0,0.0),);var output:VertexOutput;output.Position=vec4(pos[VertexIndex],0.0,1.0);output.fragUV=uv[VertexIndex];return output;}@fragment fn frag_main(@location(0)fragUV:vec2f)->@location(0)vec4f{let bg=textureSample(bgTexture,mySampler,fragUV);let person=textureSample(personTexture,mySampler,fragUV);let mask=textureSample(maskTexture,mySampler,fragUV);var alpha=mask.r;if(alpha<0.5){alpha=0;}return mix(bg,person,alpha);}";var sr=[0,0,0,0];var Kc=(e,t,r,n)=>{let o=e.getContext("webgpu");if(!o)throw Error("WebGPU not supported on the canvas.");return o.configure({device:t,format:r,alphaMode:"premultiplied"}),{render:(s,a,i)=>{_(!n(),C.ContextLost);let c=t.createRenderPipeline({label:"blender pipeline",layout:"auto",vertex:{module:t.createShaderModule({label:"blender vertex",code:Ts})},fragment:{module:t.createShaderModule({label:"blender fragment",code:Ts}),targets:[{format:r}]}}),l=t.createCommandEncoder({label:"blender encoder"}),h=l.beginRenderPass({label:"blender renderPass",colorAttachments:[{view:o.getCurrentTexture().createView(),clearValue:sr,loadOp:"clear",storeOp:"store"}]});h.setPipeline(c);let f=t.createSampler({addressModeU:"repeat",addressModeV:"repeat",magFilter:"nearest"}),d=t.createBindGroup({layout:c.getBindGroupLayout(0),entries:[{binding:0,resource:f},{binding:1,resource:a.createView()},{binding:2,resource:s.createView()},{binding:3,resource:i.createView()}]});h.setBindGroup(0,d),h.draw(6),h.end();let b=l.finish();t.queue.submit([b])},release:()=>{}}};var _s=e=>e.features.has("bgra8unorm-storage"),$c=async e=>await e?.requestDevice({requiredFeatures:_s(e)?["bgra8unorm-storage"]:[]});var qc="@group(0)@binding(0)var u_sampler:sampler;@group(0)@binding(1)var u_frame:texture_2d<f32>;@group(0)@binding(2)var<uniform> flip:Flip;struct Flip{value:u32,}struct VertexOutput{@builtin(position)Position:vec4f,@location(0)fragUV:vec2f,}fn Downsample(uv:vec2<f32>,halfpixel:vec2<f32>)->vec4<f32>{var sum=textureSample(u_frame,u_sampler,uv)*4.0;sum+=textureSample(u_frame,u_sampler,vec2(uv.x+halfpixel.x,uv.y+halfpixel.y));sum+=textureSample(u_frame,u_sampler,vec2(uv.x+halfpixel.x,uv.y-halfpixel.y));sum+=textureSample(u_frame,u_sampler,vec2(uv.x-halfpixel.x,uv.y-halfpixel.y));sum+=textureSample(u_frame,u_sampler,vec2(uv.x-halfpixel.x,uv.y+halfpixel.y));return sum/8.0;}fn Upsample(uv:vec2<f32>,halfpixel:vec2<f32>)->vec4<f32>{var sum=textureSample(u_frame,u_sampler,vec2(uv.x-halfpixel.x*2.0,uv.y));sum+=textureSample(u_frame,u_sampler,vec2(uv.x+halfpixel.x*2.0,uv.y));sum+=textureSample(u_frame,u_sampler,vec2(uv.x,uv.y+halfpixel.y*2.0));sum+=textureSample(u_frame,u_sampler,vec2(uv.x,uv.y-halfpixel.y*2.0));sum+=textureSample(u_frame,u_sampler,vec2(uv.x-halfpixel.x,uv.y+halfpixel.y))*2.0;sum+=textureSample(u_frame,u_sampler,vec2(uv.x+halfpixel.x,uv.y+halfpixel.y))*2.0;sum+=textureSample(u_frame,u_sampler,vec2(uv.x+halfpixel.x,uv.y-halfpixel.y))*2.0;sum+=textureSample(u_frame,u_sampler,vec2(uv.x-halfpixel.x,uv.y-halfpixel.y))*2.0;return sum/12.0;}@fragment fn frag_main(@location(0)v_texCoord:vec2<f32>)->@location(0)vec4<f32>{let texSize=vec2<f32>(textureDimensions(u_frame));let texel_size=1.0/texSize;let halfpixel=texel_size*0.5;var color:vec4<f32>;if(flip.value!=1u){color=Downsample(v_texCoord,halfpixel);}else{color=Upsample(v_texCoord,halfpixel);}return color;}@vertex fn vert_main(@builtin(vertex_index)VertexIndex:u32)->VertexOutput{const pos=array(vec2(1.0,1.0),vec2(1.0,-1.0),vec2(-1.0,-1.0),vec2(1.0,1.0),vec2(-1.0,-1.0),vec2(-1.0,1.0),);const uv=array(vec2(1.0,0.0),vec2(1.0,1.0),vec2(0.0,1.0),vec2(1.0,0.0),vec2(0.0,1.0),vec2(0.0,0.0),);var output:VertexOutput;output.Position=vec4(pos[VertexIndex],0.0,1.0);output.fragUV=uv[VertexIndex];return output;}";var $2=In(1,9),Jc=(e,t,r,n)=>{let o=e.getContext("webgpu");if(!o)throw Error("WebGPU not supported on the canvas.");o.configure({device:t,format:r,alphaMode:"premultiplied"});let s=(k,S)=>t.createTexture({format:r,size:[k,S],usage:GPUTextureUsage.TEXTURE_BINDING|GPUTextureUsage.COPY_DST|GPUTextureUsage.RENDER_ATTACHMENT}),a=k=>{let S=t.createBuffer({size:4,mappedAtCreation:!0,usage:GPUBufferUsage.UNIFORM});return new Uint32Array(S.getMappedRange())[0]=k,S.unmap(),S},i=t.createSampler({magFilter:"linear",minFilter:"linear"}),c=t.createShaderModule({code:qc}),l=t.createRenderPipeline({label:"dual blur render pipeline",layout:"auto",vertex:{module:c,entryPoint:"vert_main",buffers:[]},fragment:{module:c,entryPoint:"frag_main",targets:[{format:r}]},primitive:{topology:"triangle-list"}}),h=[],f=-1,d=-1;function b(k,S,p){let x=$2(k+1),E=!1;if(h.length!==x||f!==S||d!==p){for(let L of h)L.texture.destroy();h=[];for(let L=0;L<x;L++){let I=Math.max(Math.trunc(S/2**L),1),w=Math.max(Math.trunc(p/2**L),1);h.push({texture:s(I,w),width:I,height:w})}f=S,d=p,E=!0}return E}let R=a(0),A=a(1);return{render:(k,S)=>{_(!n(),C.ContextLost),b(S,e.width,e.height);let p=h[0];_(p),t.queue.copyExternalImageToTexture({source:k.frame,flipY:!1},{texture:p.texture},{width:p.width,height:p.height});for(let w=1;w<h.length;w++){let B=h[w-1];_(B);let U=h[w];_(U);let j=t.createBindGroup({layout:l.getBindGroupLayout(0),entries:[{binding:0,resource:i},{binding:1,resource:B.texture.createView()},{binding:2,resource:{buffer:R}}]}),W=t.createCommandEncoder(),le=W.beginRenderPass({colorAttachments:[{view:U.texture.createView(),loadOp:"clear",storeOp:"store",clearValue:sr}]});le.setPipeline(l),le.setBindGroup(0,j),le.draw(6),le.end(),t.queue.submit([W.finish()])}for(let w=h.length-2;w>=0;w--){let B=h[w+1];_(B);let U=h[w];_(U);let j=t.createBindGroup({layout:l.getBindGroupLayout(0),entries:[{binding:0,resource:i},{binding:1,resource:B.texture.createView()},{binding:2,resource:{buffer:A}}]}),W=t.createCommandEncoder(),le=W.beginRenderPass({colorAttachments:[{view:U.texture.createView(),loadOp:"clear",storeOp:"store",clearValue:sr}]});le.setPipeline(l),le.setBindGroup(0,j),le.draw(6),le.end(),t.queue.submit([W.finish()])}let x=h[0];_(x);let E=t.createBindGroup({layout:l.getBindGroupLayout(0),entries:[{binding:0,resource:i},{binding:1,resource:x.texture.createView()},{binding:2,resource:{buffer:A}}]}),L=t.createCommandEncoder(),I=L.beginRenderPass({colorAttachments:[{view:o.getCurrentTexture().createView(),loadOp:"clear",storeOp:"store",clearValue:sr}]});return I.setPipeline(l),I.setBindGroup(0,E),I.draw(6),I.end(),t.queue.submit([L.finish()]),x.texture},release:()=>{for(let k of h)k.texture.destroy();h=[],R.destroy(),A.destroy()}}};var Qc="@group(0)@binding(1)var mask:texture_2d<f32>;@group(0)@binding(2)var prevMask:texture_2d<f32>;@group(0)@binding(3)var outputTex:texture_storage_2d<rgba8unorm,write>;struct Params{maskCombineRatio:f32,foregroundThreshold:f32,}@group(0)@binding(4)var<uniform> params:Params;fn smoothingMask(prevMask:texture_2d<f32>,mask:texture_2d<f32>,uv:vec2<u32>,ratio:f32)->f32{let prevMaskValue=textureLoad(prevMask,uv,0u).r;let currMaskValue=textureLoad(mask,uv,0u).r;let c1=5.68842;let c2=-0.748699;let c3=-57.8051;let c4=291.309;let c5=-624.717;let t=currMaskValue-0.5;let x=t*t;let uncertainty=1.0-min(1.0,x*(c1+x*(c2+x*(c3+x*(c4+x*c5)))));return currMaskValue+(prevMaskValue-currMaskValue)*(uncertainty*ratio);}@compute @workgroup_size(32,1,1)fn main(@builtin(workgroup_id)WorkGroupID:vec3u,@builtin(local_invocation_id)LocalInvocationID:vec3u){let blockDim:u32=128;let baseIndex=vec2i(WorkGroupID.xy*vec2(blockDim,4)+LocalInvocationID.xy*vec2(4,1));for(var r=0;r<4;r++){for(var c=0;c<4;c++){var uv=baseIndex+vec2(c,r);let maskAlpha=smoothingMask(prevMask,mask,vec2<u32>(uv),params.maskCombineRatio);var backgroundMask=maskAlpha;if backgroundMask<params.foregroundThreshold{backgroundMask=0.0;}textureStore(outputTex,uv,vec4<f32>(backgroundMask,backgroundMask,backgroundMask,backgroundMask));}}}";var Zc=(e,t,r)=>{let n=t.createTexture({label:"Smoothed Mask Texture",format:"rgba8unorm",size:[e.width,e.height],usage:GPUTextureUsage.TEXTURE_BINDING|GPUTextureUsage.STORAGE_BINDING|GPUTextureUsage.COPY_DST|GPUTextureUsage.COPY_SRC}),o=t.createBuffer({size:2*4,usage:GPUBufferUsage.UNIFORM|GPUBufferUsage.COPY_DST}),s=a=>{t.queue.writeBuffer(o,0,new Float32Array([a.maskCombineRatio,a.foregroundThreshold]))};return{render:(a,i,c)=>{if(_(!r(),C.ContextLost),!i)return a;let l=t.createComputePipeline({label:"smoothing mask pipeline",layout:"auto",compute:{module:t.createShaderModule({label:"smoothing mask compute",code:Qc})}});s(c);let h=t.createBindGroup({layout:l.getBindGroupLayout(0),entries:[{binding:1,resource:a.createView()},{binding:2,resource:i.createView()},{binding:3,resource:n.createView()},{binding:4,resource:{buffer:o}}]}),f=t.createCommandEncoder({label:"smoothing mask encoder"}),d=f.beginComputePass({label:" smoothing mask compute pass"});d.setPipeline(l),d.setBindGroup(0,h),d.dispatchWorkgroups(Math.ceil(e.width/128),Math.ceil(e.height/4)),d.end();let b=f.finish();return t.queue.submit([b]),n},release:()=>{n.destroy(),o.destroy()}}};var eu=(e,t)=>{let r;return{render:n=>{_(!t(),C.ContextLost);let o=e.createCommandEncoder({label:"texture to texture encoder"});return r=e.createTexture({size:{width:n.width,height:n.height,depthOrArrayLayers:n.depthOrArrayLayers},format:"rgba8unorm",usage:GPUTextureUsage.RENDER_ATTACHMENT|GPUTextureUsage.TEXTURE_BINDING|GPUTextureUsage.COPY_DST}),o.copyTextureToTexture({texture:n},{texture:r},{width:r.width,height:r.height,depthOrArrayLayers:r.depthOrArrayLayers}),e.queue.submit([o.finish()]),r},release:()=>{r?.destroy()}}};var tu=(e,t=new OffscreenCanvas(768,432))=>{let r={videoFrameRenderer:()=>{if(!o.device)throw new Error("No device.");return zc(t,o.device,l)},backgroundImageRenderer:()=>{if(!o.device)throw new Error("No device.");return Kc(t,o.device,o.presentationFormat,l)},blurRenderer:()=>{if(!o.device)throw new Error("No device.");return Jc(t,o.device,o.presentationFormat,l)},maskSmoothingRenderer:()=>{if(!o.device)throw new Error("No device.");return Zc(t,o.device,l)},prevMaskRenderer:()=>{if(!o.device)throw new Error("No device.");return eu(o.device,l)},release:h=>()=>{for(let f of Object.keys(h))f!=="release"&&h[f]?.release()}},n=or(r),o={canvas:t,presentationFormat:"rgba8unorm",backend:"webgpu",deviceLost:!1,get videoFrameRenderer(){return n.videoFrameRenderer},get blendRenderer(){return n.backgroundImageRenderer},get blurRenderer(){return n.blurRenderer},get maskSmoothingRenderer(){return n.maskSmoothingRenderer},get prevMaskRenderer(){return n.prevMaskRenderer}},s=Ln(o),a=async()=>{if(!navigator.gpu)throw Error("WebGPU not supported.");let h=await navigator.gpu.requestAdapter();if(!h)throw Error("Couldn't request WebGPU adapter.");o.presentationFormat=_s(h)?navigator.gpu.getPreferredCanvasFormat():"rgba8unorm",o.device=await $c(h),o.device.lost.then(f=>{f.reason!=="destroyed"&&(o.deviceLost=!0,e.contextLost(f.message),e.contextRestored(f.message))})},i=(h,f,d)=>{d&&s(d);let b=o.videoFrameRenderer.render(f),R=o.videoFrameRenderer.render({frame:h,width:f.width,height:f.height,timestamp:f.timestamp}),A=o.maskSmoothingRenderer.render(R,o.prevMask,d);if(d.effects==="blur"){let k=o.blurRenderer.render(f,d.backgroundBlurAmount);o.blendRenderer.render(b,k,A)}else if(d.effects==="overlay"&&d.backgroundImage){let k=o.videoFrameRenderer.render({frame:d.backgroundImage,width:d.backgroundImage.width,height:d.backgroundImage.height,timestamp:f.timestamp});o.blendRenderer.render(b,k,A)}o.prevMask=o.prevMaskRenderer.render(A)},c=()=>{n.release(),o.deviceLost=!1,n=or(r)},l=()=>o.deviceLost;return{init:a,render:i,release:c,isContextLost:l}};var ue={projection:(e,t,r=-1)=>[2/e,0,0,0,2/t*r,0,-1,1*-r,1],translation:(e,t)=>[1,0,0,0,1,0,e,t,1],rotation:e=>{let t=Math.cos(e),r=Math.sin(e);return[t,-r,0,r,t,0,0,0,1]},scaling:(e,t)=>[e,0,0,0,t,0,0,0,1],multiply:(e,t)=>{let r=e[0],n=e[0*3+1],o=e[0*3+2],s=e[1*3+0],a=e[1*3+1],i=e[1*3+2],c=e[2*3+0],l=e[2*3+1],h=e[2*3+2],f=t[0*3+0],d=t[0*3+1],b=t[0*3+2],R=t[1*3+0],A=t[1*3+1],k=t[1*3+2],S=t[2*3+0],p=t[2*3+1],x=t[2*3+2];return[f*r+d*s+b*c,f*n+d*a+b*l,f*o+d*i+b*h,R*r+A*s+k*c,R*n+A*a+k*l,R*o+A*i+k*h,S*r+p*s+x*c,S*n+p*a+x*l,S*o+p*i+x*h]},translate:(e,t,r)=>ue.multiply(e,ue.translation(t,r)),rotate:(e,t)=>ue.multiply(e,ue.rotation(t)),scale:(e,t,r)=>ue.multiply(e,ue.scaling(t,r))};var Mn={VertexShader:WebGLRenderingContext.VERTEX_SHADER,FragmentShader:WebGLRenderingContext.FRAGMENT_SHADER},As={[Mn.VertexShader]:"VertexShader",[Mn.FragmentShader]:"FragmentShader"},q2=e=>typeof e=="string"?e.startsWith("#version 300 es"):!1,ru=e=>{if(!q2(e))throw new Error("Expecting GLSL ES 3.00 shader source")},J2=/ERROR:\s*\d+:(\d+)/gi;function su(e,t="",r=0){let n=[...t.matchAll(J2)],o=new Map(n.map((s,a)=>{if(!s[1]||s.index===void 0)return[0,t];let i=Number.parseInt(s[1],10),c=n[a+1],l=c?c.index:t.length,h=t.substring(s.index,l);return[i-1,h]}));return e.split(`
|
|
42
|
+
`).map((s,a)=>{let i=o.get(a);return`${a+1+r}: ${s}${i?`
|
|
43
|
+
|
|
44
|
+
^^^ ${i}`:""}`}).join(`
|
|
45
|
+
`)}var nu=(e,t,r)=>{let n=e.createShader(t);if(!n)throw new Error(`Unable to create ${As[t]}`);if(e.shaderSource(n,r),e.compileShader(n),!e.getShaderParameter(n,e.COMPILE_STATUS)){let s=e.getShaderInfoLog(n);e.deleteShader(n);let a=`Error compiling ${As[t]}: ${s??""}
|
|
46
|
+
${s?su(r,s):"no error message available"}`;throw new Error(a)}return n},Q2=(e,t,r,n)=>{let o=e.createProgram();if(!o)throw new Error("Unable to create WebGL program");for(let a of t)e.attachShader(o,a);if(r?.forEach((a,i)=>{let c=n?.[i]??i;e.bindAttribLocation(o,c,a)}),e.linkProgram(o),!e.getProgramParameter(o,e.LINK_STATUS)){let a=e.getProgramInfoLog(o);throw e.deleteProgram(o),new Error(`Error in program linking: ${a??""}
|
|
47
|
+
${t.map(i=>{let c=su(e.getShaderSource(i)??""),l=e.getShaderParameter(i,e.SHADER_TYPE);return`${As[l]}:
|
|
48
|
+
${c}`}).join(`
|
|
49
|
+
`)}`)}return[o,()=>{for(let a of t)e.detachShader(o,a),e.deleteShader(a);e.deleteProgram(o)}]},Z2=(e,[t,r],n,o)=>Q2(e,[nu(e,Mn.VertexShader,t),nu(e,Mn.FragmentShader,r)],n,o),Ke=e=>{let t=e.createTexture();return e.bindTexture(e.TEXTURE_2D,t),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_S,e.CLAMP_TO_EDGE),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_T,e.CLAMP_TO_EDGE),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MIN_FILTER,e.NEAREST),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MAG_FILTER,e.NEAREST),t},ou=(e,t,r)=>Object.keys(r).reduce((n,o)=>{let a=r[o];return a&&Object.assign(n,{[o]:a.startsWith("u_")?e.getUniformLocation(t,a):e.getAttribLocation(t,a)}),n},{}),Ne=(e,{attribs:t,uniforms:r,vertexSrc:n,fragmentSrc:o})=>{let s=e.getContext("webgl2",{premultipliedAlpha:!1,powerPreference:"high-performance"});if(!s)throw new Error("WebGL2 is not supported");s.enable(s.BLEND),s.blendFunc(s.SRC_ALPHA,s.ONE_MINUS_SRC_ALPHA),ru(n),ru(o);let[a,i]=Z2(s,[n,o]);return{gl:s,program:a,attribLocations:ou(s,a,t),uniformLocations:ou(s,a,r),release:i}},au=e=>({texture:e.getAsWebGLTexture(),width:e.width,height:e.height});var Ge=`#version 300 es
|
|
50
50
|
// an attribute is an input (in) to a vertex shader.
|
|
51
51
|
// It will receive data from a buffer
|
|
52
52
|
in vec2 a_position;
|
|
@@ -64,7 +64,7 @@ void main() {
|
|
|
64
64
|
// pass the texCoord to the fragment shader
|
|
65
65
|
v_texCoord = a_texCoord;
|
|
66
66
|
}
|
|
67
|
-
`;var
|
|
67
|
+
`;var ar=`#version 300 es
|
|
68
68
|
precision mediump float;
|
|
69
69
|
|
|
70
70
|
// Passed in from the vertex shader.
|
|
@@ -79,7 +79,7 @@ out vec4 outColor;
|
|
|
79
79
|
void main() {
|
|
80
80
|
outColor = texture(u_texture, v_texCoord);
|
|
81
81
|
}
|
|
82
|
-
`;var
|
|
82
|
+
`;var Fn=e=>{let{gl:t,program:r,attribLocations:n,uniformLocations:o,release:s}=Ne(e,{attribs:{position:"a_position",texCoord:"a_texCoord"},uniforms:{matrix:"u_matrix",texture:"u_texture"},vertexSrc:Ge,fragmentSrc:ar}),a=t.createVertexArray();t.bindVertexArray(a);let i=t.createBuffer();t.enableVertexAttribArray(n.position),t.bindBuffer(t.ARRAY_BUFFER,i),t.vertexAttribPointer(n.position,2,t.FLOAT,!1,0,0),t.bufferData(t.ARRAY_BUFFER,new Float32Array([0,0,0,1,1,0,1,0,0,1,1,1]),t.STATIC_DRAW);let c=t.createBuffer();t.bindBuffer(t.ARRAY_BUFFER,c),t.bufferData(t.ARRAY_BUFFER,new Float32Array([0,0,0,1,1,0,1,0,0,1,1,1]),t.STATIC_DRAW),t.enableVertexAttribArray(n.texCoord),t.vertexAttribPointer(n.texCoord,2,t.FLOAT,!1,0,0);let l=Ke(t),h=Ke(t);t.texImage2D(t.TEXTURE_2D,0,t.RGBA,e.width,e.height,0,t.RGBA,t.UNSIGNED_BYTE,null);let f=t.createFramebuffer();return t.bindFramebuffer(t.FRAMEBUFFER,f),t.framebufferTexture2D(t.FRAMEBUFFER,t.COLOR_ATTACHMENT0,t.TEXTURE_2D,h,0),{render:d=>{_(!t.isContextLost(),C.ContextLost),t.bindFramebuffer(t.FRAMEBUFFER,f),t.viewport(0,0,e.width,e.height),t.clearColor(0,0,0,1),t.clear(t.COLOR_BUFFER_BIT),t.useProgram(r),t.bindVertexArray(a),t.uniform1i(o.texture,0);let b=ue.projection(1,1,1);return t.uniformMatrix3fv(o.matrix,!1,b),t.activeTexture(t.TEXTURE0),t.bindTexture(t.TEXTURE_2D,l),t.texImage2D(t.TEXTURE_2D,0,t.RGBA,t.RGBA,t.UNSIGNED_BYTE,d.frame),t.generateMipmap(t.TEXTURE_2D),t.drawArrays(t.TRIANGLES,0,6),_(h),{texture:h,width:e.width,height:e.height}},release:()=>{t.deleteBuffer(i),t.deleteBuffer(c),t.deleteTexture(l),t.deleteTexture(h),t.deleteVertexArray(a),s()}}};var iu=`#version 300 es
|
|
83
83
|
precision mediump float;
|
|
84
84
|
|
|
85
85
|
// our textures
|
|
@@ -123,7 +123,7 @@ void main() {
|
|
|
123
123
|
}
|
|
124
124
|
outColor = Upsample(u_frame, v_texCoord, halfpixel);
|
|
125
125
|
}
|
|
126
|
-
`;var
|
|
126
|
+
`;var e1=In(1,9),Rs=(e,t)=>{let{gl:r,program:n,attribLocations:o,uniformLocations:s,release:a}=Ne(e,{attribs:{position:"a_position",texCoord:"a_texCoord"},uniforms:{matrix:"u_matrix",downsampling:"u_downsampling",frame:"u_frame"},vertexSrc:Ge,fragmentSrc:iu}),i=r.createVertexArray();r.bindVertexArray(i);let c=r.createBuffer();r.enableVertexAttribArray(o.position),r.bindBuffer(r.ARRAY_BUFFER,c),r.vertexAttribPointer(o.position,2,r.FLOAT,!1,0,0),r.bufferData(r.ARRAY_BUFFER,new Float32Array([0,0,0,1,1,0,1,0,0,1,1,1]),r.STATIC_DRAW);let l=r.createBuffer();r.bindBuffer(r.ARRAY_BUFFER,l),r.bufferData(r.ARRAY_BUFFER,new Float32Array([0,0,0,1,1,0,1,0,0,1,1,1]),r.STATIC_DRAW),r.enableVertexAttribArray(o.texCoord),r.vertexAttribPointer(o.texCoord,2,r.FLOAT,!1,0,0);let h=(R,A,k)=>{r.bindFramebuffer(r.FRAMEBUFFER,R),r.viewport(0,0,A,k)},f=R=>{let A=Ke(r);_(A);let k=Math.trunc(e.width/2**R),S=Math.trunc(e.height/2**R);r.texImage2D(r.TEXTURE_2D,0,r.RGBA,k,S,0,r.RGBA,r.UNSIGNED_BYTE,null);let p=r.createFramebuffer();_(p),r.bindFramebuffer(r.FRAMEBUFFER,p);let x=r.COLOR_ATTACHMENT0;return r.framebufferTexture2D(r.FRAMEBUFFER,x,r.TEXTURE_2D,A,0),{texture:A,frameBuffer:p,width:k,height:S}},d=(R,A=0)=>{let k=Math.max(e1(A+R)-A,0);return Array.from({length:k}).map((S,p)=>f(A+p))},b=d(t+1);return{render:(R,A)=>{_(!r.isContextLost(),C.ContextLost),r.useProgram(n),r.bindVertexArray(i),r.activeTexture(r.TEXTURE0),r.uniform1i(s.frame,0),r.bindTexture(r.TEXTURE_2D,R.texture),r.uniform1i(s.downsampling,1);let k=A+1;if(k>b.length)for(let S of d(k-b.length,b.length))b.push(S);for(;k<b.length;){let S=b.pop();r.deleteTexture(S?.texture??null),r.deleteFramebuffer(S?.frameBuffer??null)}for(let S=1;S<k;S++){let{frameBuffer:p=null,texture:x=null,width:E=e.width,height:L=e.height}=b[S]??{};h(p,E,L);let I=ue.projection(1,1,1);r.uniformMatrix3fv(s.matrix,!1,I),r.drawArrays(r.TRIANGLES,0,6);let w=r.checkFramebufferStatus(r.FRAMEBUFFER),B=r.getError();if(_(B!==r.CONTEXT_LOST_WEBGL,C.ContextLost),_(!r.isContextLost(),C.ContextLost),w!==r.FRAMEBUFFER_COMPLETE||B!==r.NO_ERROR)throw new Error(C.SamplingError,{cause:`downsampling FrameBuffer Status: ${w}`});r.bindTexture(r.TEXTURE_2D,x)}r.uniform1i(s.downsampling,0);for(let S=A-1;S>=0;S--){let{frameBuffer:p=null,texture:x=null,width:E=e.width,height:L=e.height}=b[S]??{};h(p,E,L);let I=ue.projection(1,1,1);r.uniformMatrix3fv(s.matrix,!1,I),r.drawArrays(r.TRIANGLES,0,6);let w=r.checkFramebufferStatus(r.FRAMEBUFFER),B=r.getError();if(_(B!==r.CONTEXT_LOST_WEBGL,C.ContextLost),_(!r.isContextLost(),C.ContextLost),w!==r.FRAMEBUFFER_COMPLETE||B!==r.NO_ERROR)throw new Error(C.SamplingError,{cause:`Upsampling FrameBuffer Status: ${w}`});r.bindTexture(r.TEXTURE_2D,x)}return{texture:b[0]?.texture??R.texture,width:b[0]?.width??R.width,height:b[0]?.height??R.height}},release:()=>{for(let{frameBuffer:R,texture:A}of b)r.deleteTexture(A),r.deleteFramebuffer(R);r.deleteBuffer(c),r.deleteBuffer(l),r.deleteVertexArray(i),a()}}};var cu=`#version 300 es
|
|
127
127
|
precision mediump float;
|
|
128
128
|
|
|
129
129
|
// our textures
|
|
@@ -143,7 +143,7 @@ void main() {
|
|
|
143
143
|
|
|
144
144
|
outColor = mix(background, foreground, filteredMask);
|
|
145
145
|
}
|
|
146
|
-
`;var
|
|
146
|
+
`;var uu=e=>{let{gl:t,program:r,attribLocations:n,uniformLocations:o,release:s}=Ne(e,{attribs:{position:"a_position",texCoord:"a_texCoord"},uniforms:{matrix:"u_matrix",frameBackground:"u_frame_background",frameForeground:"u_frame_foreground",mask:"u_mask"},vertexSrc:Ge,fragmentSrc:cu});t.enable(t.BLEND);let a=t.createVertexArray();t.bindVertexArray(a);let i=t.createBuffer();t.enableVertexAttribArray(n.position),t.bindBuffer(t.ARRAY_BUFFER,i),t.vertexAttribPointer(n.position,2,t.FLOAT,!1,0,0),t.bufferData(t.ARRAY_BUFFER,new Float32Array([0,0,0,1,1,0,1,0,0,1,1,1]),t.STATIC_DRAW);let c=t.createBuffer();t.bindBuffer(t.ARRAY_BUFFER,c),t.bufferData(t.ARRAY_BUFFER,new Float32Array([0,0,0,1,1,0,1,0,0,1,1,1]),t.STATIC_DRAW),t.enableVertexAttribArray(n.texCoord),t.vertexAttribPointer(n.texCoord,2,t.FLOAT,!1,0,0);let l=Ke(t);t.texImage2D(t.TEXTURE_2D,0,t.RGBA,e.width,e.height,0,t.RGBA,t.UNSIGNED_BYTE,null);let h=t.createFramebuffer();return t.bindFramebuffer(t.FRAMEBUFFER,h),t.framebufferTexture2D(t.FRAMEBUFFER,t.COLOR_ATTACHMENT0,t.TEXTURE_2D,l,0),{render:({mask:f,foreground:d,background:b})=>{_(!t.isContextLost(),C.ContextLost),t.bindFramebuffer(t.FRAMEBUFFER,h),t.viewport(0,0,e.width,e.height),t.useProgram(r),t.bindVertexArray(a),t.activeTexture(t.TEXTURE0),t.uniform1i(o.frameForeground,0),t.bindTexture(t.TEXTURE_2D,d.texture),t.activeTexture(t.TEXTURE1),t.uniform1i(o.frameBackground,1),t.bindTexture(t.TEXTURE_2D,b.texture),t.activeTexture(t.TEXTURE2),t.uniform1i(o.mask,2),t.bindTexture(t.TEXTURE_2D,f.texture);let R=ue.projection(1,1,1);return t.uniformMatrix3fv(o.matrix,!1,R),t.drawArrays(t.TRIANGLES,0,6),_(l),{texture:l,width:e.width,height:e.height}},release:()=>{t.deleteBuffer(i),t.deleteBuffer(c),t.deleteTexture(l),t.deleteFramebuffer(h),t.deleteVertexArray(a),s()}}};var Un=e=>{let{gl:t,program:r,attribLocations:n,uniformLocations:o,release:s}=Ne(e,{attribs:{position:"a_position",texCoord:"a_texCoord"},uniforms:{matrix:"u_matrix",texture:"u_texture"},vertexSrc:Ge,fragmentSrc:ar}),a=t.createVertexArray();t.bindVertexArray(a);let i=t.createBuffer();t.enableVertexAttribArray(n.position),t.bindBuffer(t.ARRAY_BUFFER,i),t.vertexAttribPointer(n.position,2,t.FLOAT,!1,0,0),t.bufferData(t.ARRAY_BUFFER,new Float32Array([0,0,0,1,1,0,1,0,0,1,1,1]),t.STATIC_DRAW);let c=t.createBuffer();return t.bindBuffer(t.ARRAY_BUFFER,c),t.bufferData(t.ARRAY_BUFFER,new Float32Array([0,0,0,1,1,0,1,0,0,1,1,1]),t.STATIC_DRAW),t.enableVertexAttribArray(n.texCoord),t.vertexAttribPointer(n.texCoord,2,t.FLOAT,!1,0,0),{render:l=>{_(!t.isContextLost(),C.ContextLost),t.bindFramebuffer(t.FRAMEBUFFER,null),t.viewport(0,0,e.width,e.height),t.clearColor(0,0,0,1),t.clear(t.COLOR_BUFFER_BIT),t.useProgram(r),t.bindVertexArray(a),t.uniform1i(o.texture,0);let h=ue.projection(1,1);t.uniformMatrix3fv(o.matrix,!1,h),t.activeTexture(t.TEXTURE0),t.bindTexture(t.TEXTURE_2D,l.texture),t.drawArrays(t.TRIANGLES,0,6)},release:()=>{t.deleteBuffer(i),t.deleteBuffer(c),t.deleteVertexArray(a),s()}}};var hu=e=>{let{gl:t,program:r,attribLocations:n,uniformLocations:o,release:s}=Ne(e,{attribs:{position:"a_position",texCoord:"a_texCoord"},uniforms:{matrix:"u_matrix",texture:"u_texture"},vertexSrc:Ge,fragmentSrc:ar}),a=t.createVertexArray();t.bindVertexArray(a);let i=t.createBuffer();t.enableVertexAttribArray(n.position),t.bindBuffer(t.ARRAY_BUFFER,i),t.vertexAttribPointer(n.position,2,t.FLOAT,!1,0,0),t.bufferData(t.ARRAY_BUFFER,new Float32Array([0,0,0,1,1,0,1,0,0,1,1,1]),t.STATIC_DRAW);let c=t.createBuffer();t.bindBuffer(t.ARRAY_BUFFER,c),t.bufferData(t.ARRAY_BUFFER,new Float32Array([0,0,0,1,1,0,1,0,0,1,1,1]),t.STATIC_DRAW),t.enableVertexAttribArray(n.texCoord),t.vertexAttribPointer(n.texCoord,2,t.FLOAT,!1,0,0);let l=Ke(t);t.texImage2D(t.TEXTURE_2D,0,t.RGBA,e.width,e.height,0,t.RGBA,t.UNSIGNED_BYTE,null);let h=t.createFramebuffer();return t.bindFramebuffer(t.FRAMEBUFFER,h),t.framebufferTexture2D(t.FRAMEBUFFER,t.COLOR_ATTACHMENT0,t.TEXTURE_2D,l,0),{render:f=>{_(!t.isContextLost(),C.ContextLost),t.bindFramebuffer(t.FRAMEBUFFER,h),t.viewport(0,0,e.width,e.height),t.clearColor(0,0,0,1),t.clear(t.COLOR_BUFFER_BIT),t.useProgram(r),t.bindVertexArray(a),t.activeTexture(t.TEXTURE0),t.uniform1i(o.texture,0),t.bindTexture(t.TEXTURE_2D,f.texture);let d=ue.projection(1,1,1);return t.uniformMatrix3fv(o.matrix,!1,d),t.drawArrays(t.TRIANGLES,0,6),_(l),{texture:l,width:e.width,height:e.height}},release:()=>{t.deleteBuffer(i),t.deleteBuffer(c),t.deleteTexture(l),t.deleteVertexArray(a),s()}}};var lu=`#version 300 es
|
|
147
147
|
precision mediump float;
|
|
148
148
|
|
|
149
149
|
// our textures
|
|
@@ -199,4 +199,4 @@ void main() {
|
|
|
199
199
|
|
|
200
200
|
outColor = vec4(backgroundMask, backgroundMask, backgroundMask, backgroundMask);
|
|
201
201
|
}
|
|
202
|
-
`;var qc=e=>{let{gl:t,program:r,attribLocations:n,uniformLocations:o,release:s}=De(e,{attribs:{position:"a_position",texCoord:"a_texCoord"},uniforms:{matrix:"u_matrix",mask:"u_mask",maskCombineRatio:"u_mask_combine_ratio",foregroundThreshold:"u_foreground_threshold",prevMask:"u_mask_prev"},vertexSrc:Ne,fragmentSrc:$c}),i=t.createVertexArray();t.bindVertexArray(i);let c=t.createBuffer();t.enableVertexAttribArray(n.position),t.bindBuffer(t.ARRAY_BUFFER,c),t.vertexAttribPointer(n.position,2,t.FLOAT,!1,0,0),t.bufferData(t.ARRAY_BUFFER,new Float32Array([0,0,0,1,1,0,1,0,0,1,1,1]),t.STATIC_DRAW);let a=t.createBuffer();t.bindBuffer(t.ARRAY_BUFFER,a),t.bufferData(t.ARRAY_BUFFER,new Float32Array([0,0,0,1,1,0,1,0,0,1,1,1]),t.STATIC_DRAW),t.enableVertexAttribArray(n.texCoord),t.vertexAttribPointer(n.texCoord,2,t.FLOAT,!1,0,0);let u=Ye(t);t.texImage2D(t.TEXTURE_2D,0,t.RGBA,e.width,e.height,0,t.RGBA,t.UNSIGNED_BYTE,null);let f=t.createFramebuffer();return t.bindFramebuffer(t.FRAMEBUFFER,f),t.framebufferTexture2D(t.FRAMEBUFFER,t.COLOR_ATTACHMENT0,t.TEXTURE_2D,u,0),{render:({mask:g,prevMask:p},x)=>{S(!t.isContextLost(),F.ContextLost),t.bindFramebuffer(t.FRAMEBUFFER,f),t.viewport(0,0,e.width,e.height),t.clearColor(0,0,0,0),t.clear(t.COLOR_BUFFER_BIT),t.useProgram(r),t.bindVertexArray(i),t.activeTexture(t.TEXTURE0),t.uniform1i(o.mask,0),t.bindTexture(t.TEXTURE_2D,g.texture),t.activeTexture(t.TEXTURE1),t.uniform1i(o.prevMask,1),t.bindTexture(t.TEXTURE_2D,p?.texture??g.texture);let b=ue.projection(1,1,1);return t.uniformMatrix3fv(o.matrix,!1,b),t.uniform1f(o.maskCombineRatio,x.maskCombineRatio),t.uniform1f(o.foregroundThreshold,x.foregroundThreshold),t.drawArrays(t.TRIANGLES,0,6),S(u),{texture:u,width:e.width,height:e.height}},release:()=>{t.deleteBuffer(c),t.deleteBuffer(a),t.deleteTexture(u),t.deleteFramebuffer(f),t.deleteVertexArray(i),s()}}};var Jc=e=>{let t={};return new Proxy(t,{get(r,n,o){return r[n]||(r[n]=e[n]?.(t)),Reflect.get(r,n,o)}})},Qc=(e=new OffscreenCanvas(768,432),t)=>{let r={videoFrameRenderer:()=>gs(e),canvasRenderer:()=>Kc(e),backgroundImageRenderer:()=>gs(e),blendRenderer:()=>Yc(e),blurRenderer:()=>ys(e,3),maskBlurRenderer:()=>ys(e,3),textureRenderer:()=>zc(e),smoothingMaskRenderer:()=>qc(e),release:x=>()=>Object.keys(x).forEach(b=>b!=="release"&&x[b]?.release())},n=Jc(r),o={canvas:e,gl:null,get videoFrameRenderer(){return n.videoFrameRenderer},get canvasRenderer(){return n.canvasRenderer},get backgroundImageRenderer(){return n.backgroundImageRenderer},get blendRenderer(){return n.blendRenderer},get blurRenderer(){return n.blurRenderer},get maskBlurRenderer(){return n.maskBlurRenderer},get textureRenderer(){return n.textureRenderer},get smoothingMaskRenderer(){return n.smoothingMaskRenderer}},s=x=>{x.preventDefault(),f(),t.contextLost(x.statusMessage)},i=x=>{t.contextRestored(x.statusMessage)},c=x=>{t.contextCreationError(x.statusMessage)},a=()=>{e.addEventListener("webglcontextlost",s),e.addEventListener("webglcontextrestored",i),e.addEventListener("webglcontextcreationerror",c),o.gl=e.getContext("webgl2",{premultipliedAlpha:!1,powerPreference:"high-performance"}),S(o.gl,F.ContextCreationError)},u=(x,b,A)=>{S(!o.gl?.isContextLost(),F.ContextLost);let W=o.smoothingMaskRenderer.render({mask:Wc(x),prevMask:o.prevMask},A),C=o.videoFrameRenderer.render(b),l=C;A.effects==="blur"&&A.backgroundBlurAmount?l=o.blurRenderer.render(C,A.backgroundBlurAmount):A?.effects==="overlay"&&A.backgroundImage&&(l=o.backgroundImageRenderer.render({frame:A.backgroundImage,timestamp:performance.now(),width:A.backgroundImage.width,height:A.backgroundImage.height}));let _=o.blendRenderer.render({mask:W,foreground:C,background:l});o.canvasRenderer.render(_),o.prevMask=o.textureRenderer.render(W)},f=()=>{n.release(),n=Jc(r),o.prevMask=void 0};return{init:a,render:u,release:()=>{e.removeEventListener("webglcontextlost",s),e.removeEventListener("webglcontextrestored",i),e.removeEventListener("webglcontextcreationerror",c),f()},isContextLost:()=>!!o.gl?.isContextLost()}};var h={width:768,height:432,status:z.New,directOutput:!1,delegate:"GPU",modelAssetPath:"",renderOptions:{edgeBlurAmount:3,backgroundBlurAmount:3,foregroundThreshold:.5,maskCombineRatio:.5,effects:Mc.None,backgroundImageUrl:"",backgroundImage:null}},Zc=Oc(h.renderOptions),me=(e,t)=>postMessage(e,t??[]),eu=async()=>{h.renderer?.release(),h.renderer=Qc(h.processCanvas,{contextLost:e=>{if(h.status!==z.Error){h.status=z.Error;try{h.segmenter?.close()}catch(t){me({type:"event",data:{type:F.ContextLost,message:`Failed to close segmenter ${t}`}})}h.segmenter=void 0}me({type:"event",data:{type:F.ContextLost,message:e}})},contextRestored:e=>{me({type:"event",data:{type:F.ContextRestored,message:e}})},contextCreationError:e=>{h.status!==z.Error&&(h.status=z.Error),me({type:"event",data:{type:F.ContextCreationError,message:e}})}}),S(h.visionInstance),h.renderer?.init(),h.segmenter=await fe.createFromOptions(h.visionInstance,{outputCategoryMask:!1,outputConfidenceMasks:!0,runningMode:"VIDEO",canvas:h.processCanvas,baseOptions:{modelAssetPath:h.modelAssetPath,delegate:h.delegate}})},tu=async e=>{h.processCanvas=e,await eu()},z1=async(e={})=>{try{h.status=z.Opening,e.processingWidth&&(h.width=e.processingWidth),e.processingHeight&&(h.height=e.processingHeight),h.directOutput=!!e.output,h.output=e.output??rr(h.width,h.height);let{basePath:t,imageSegmenterOptions:r={}}=e;h.modelAssetPath=r.modelAsset?.path??h.modelAssetPath,h.delegate=r.delegate??h.delegate,h.visionInstance=await ut.forVisionTasks(t),h.backgroundImages=Uc(e.backgroundImage&&[[e.backgroundImage.key,e.backgroundImage.image]]),await tu(r.canvas??rr(h.width,h.height)),h.renderUtils=Dc(h.width,h.height),h.status=z.Opened,me({type:"opened"})}catch(t){h.status=z.Error;let r=Cn(t);me({type:"event",data:{type:kn(r),message:r}})}},$1=(e,t)=>{try{h.videoFrame=e,S(h.segmenter),S(h.renderUtils),t&&Zc(t),S(!h.renderer?.isContextLost(),F.ContextLost);let r=h.status===z.Error||h.status===z.Opening||h.status===z.Updating||h.renderOptions.effects==="none"||h.renderOptions.effects==="blur"&&h.renderOptions.backgroundBlurAmount===0||h.renderOptions?.effects==="overlay"&&!h.renderOptions.backgroundImageUrl;if(r)return me({type:"processed",data:e},[e.frame]),e.frame.close(),me({type:"debug",data:{message:"skip processing",context:{name:"media worker",renderingOptions:h.renderOptions,status:h.status,contextLost:h.renderer?.isContextLost()}}});if(h.renderOptions?.effects==="overlay"&&h.renderOptions.backgroundImageUrl){let n=h.backgroundImages?.getImage(h.renderOptions.backgroundImageUrl);n?h.renderOptions.backgroundImage=n:(r=!0,h.backgroundImages?.tryFetchingImage(h.renderOptions.backgroundImageUrl).catch(o=>{h.status=z.Error,me({type:"debug",data:{message:`failed to download ${h.renderOptions.backgroundImageUrl}`,context:{name:"media worker",error:o}}})}))}h.status=z.Processing,h.segmenter.segmentForVideo(h.renderUtils.renderImageToOffScreenCanvas(e.frame,"inputCanvas"),performance.now(),n=>{let{confidenceMasks:o}=n,s=o?.[0];if(!s)me({type:"processed"});else{S(h.output),S(h.renderer),S(h.renderUtils),S(h.processCanvas),h.renderer.render(s,e,h.renderOptions),h.renderUtils.renderImageToCanvas(h.processCanvas,h.output,h.width,h.height),e.frame.close();let i=h.directOutput?void 0:h.output.transferToImageBitmap();me({type:"processed",data:i&&{frame:i,width:h.output.width,height:h.output.height,timestamp:performance.now()}},i?[i]:void 0)}n.close(),h.status=z.Idle})}catch(r){let n=Cn(r);return h.status=z.Error,me({type:"event",data:{type:kn(n),message:n,frame:e}},[e.frame]),e.frame.close()}},q1=async({backgroundImage:e,renderOptions:t,imageSegmenterOptions:r,output:n,restart:o})=>{if(h.status!==z.Updating)try{h.status=z.Updating,e&&h.backgroundImages?.setImage(e.key,e.image),t&&Zc(t),r&&(h.modelAssetPath=r.modelAsset?.path??h.modelAssetPath,h.delegate=r.delegate??h.delegate,r.canvas!==h.processCanvas&&await tu(r.canvas??rr(h.width,h.height)),await h.segmenter?.setOptions({canvas:h.processCanvas,baseOptions:{delegate:h.delegate,modelAssetPath:h.modelAssetPath}})),n!==void 0&&(h.output=n??rr(h.width,h.height),h.directOutput=!!n),o&&(h.renderUtils?.reset(),await eu()),h.status=z.Updated,me({type:"updated"})}catch(s){h.status=z.Error;let i=Cn(s);me({type:"event",data:{type:kn(i),message:i}})}};self.addEventListener("message",e=>{switch(e.data.type){case"open":{z1(e.data.data);break}case"update":{q1(e.data.data);break}case"process":{let{videoFrame:t,renderOptions:r}=e.data.data;$1(t,r);break}case"close":{h.status=z.Closing,h.renderer?.release(),h.videoFrame?.frame.close(),h.segmenter?.close(),h.backgroundImages?.clear(),h.status=z.Closed;break}case"destroy":{h.status=z.Destroying,h.renderer=void 0,h.videoFrame=void 0,h.segmenter=void 0,h.backgroundImages=void 0,h.status=z.Destroyed;break}}});self.addEventListener("error",e=>{e.preventDefault(),me({type:"event",data:{type:F.Error,message:`Uncaught Error event: ${e.error}`}})});
|
|
202
|
+
`;var du=e=>{let{gl:t,program:r,attribLocations:n,uniformLocations:o,release:s}=Ne(e,{attribs:{position:"a_position",texCoord:"a_texCoord"},uniforms:{matrix:"u_matrix",mask:"u_mask",maskCombineRatio:"u_mask_combine_ratio",foregroundThreshold:"u_foreground_threshold",prevMask:"u_mask_prev"},vertexSrc:Ge,fragmentSrc:lu}),a=t.createVertexArray();t.bindVertexArray(a);let i=t.createBuffer();t.enableVertexAttribArray(n.position),t.bindBuffer(t.ARRAY_BUFFER,i),t.vertexAttribPointer(n.position,2,t.FLOAT,!1,0,0),t.bufferData(t.ARRAY_BUFFER,new Float32Array([0,0,0,1,1,0,1,0,0,1,1,1]),t.STATIC_DRAW);let c=t.createBuffer();t.bindBuffer(t.ARRAY_BUFFER,c),t.bufferData(t.ARRAY_BUFFER,new Float32Array([0,0,0,1,1,0,1,0,0,1,1,1]),t.STATIC_DRAW),t.enableVertexAttribArray(n.texCoord),t.vertexAttribPointer(n.texCoord,2,t.FLOAT,!1,0,0);let l=Ke(t);t.texImage2D(t.TEXTURE_2D,0,t.RGBA,e.width,e.height,0,t.RGBA,t.UNSIGNED_BYTE,null);let h=t.createFramebuffer();return t.bindFramebuffer(t.FRAMEBUFFER,h),t.framebufferTexture2D(t.FRAMEBUFFER,t.COLOR_ATTACHMENT0,t.TEXTURE_2D,l,0),{render:({mask:f,prevMask:d},b)=>{_(!t.isContextLost(),C.ContextLost),t.bindFramebuffer(t.FRAMEBUFFER,h),t.viewport(0,0,e.width,e.height),t.clearColor(0,0,0,0),t.clear(t.COLOR_BUFFER_BIT),t.useProgram(r),t.bindVertexArray(a),t.activeTexture(t.TEXTURE0),t.uniform1i(o.mask,0),t.bindTexture(t.TEXTURE_2D,f.texture),t.activeTexture(t.TEXTURE1),t.uniform1i(o.prevMask,1),t.bindTexture(t.TEXTURE_2D,d?.texture??f.texture);let R=ue.projection(1,1,1);return t.uniformMatrix3fv(o.matrix,!1,R),t.uniform1f(o.maskCombineRatio,b.maskCombineRatio),t.uniform1f(o.foregroundThreshold,b.foregroundThreshold),t.drawArrays(t.TRIANGLES,0,6),_(l),{texture:l,width:e.width,height:e.height}},release:()=>{t.deleteBuffer(i),t.deleteBuffer(c),t.deleteTexture(l),t.deleteFramebuffer(h),t.deleteVertexArray(a),s()}}};var fu=(e,t=new OffscreenCanvas(768,432))=>{let r={videoFrameRenderer:()=>Fn(t),maskRenderer:()=>Fn(t),canvasRenderer:()=>Un(t),backgroundImageRenderer:()=>Fn(t),blendRenderer:()=>uu(t),blurRenderer:()=>Rs(t,3),maskBlurRenderer:()=>Rs(t,3),textureRenderer:()=>hu(t),smoothingMaskRenderer:()=>du(t),release:h=>()=>{for(let f in h)f!=="release"&&h[f]?.release()}},n=or(r),o={canvas:t,gl:null,canvasContextEventsCleanup:()=>{},get videoFrameRenderer(){return n.videoFrameRenderer},get maskRenderer(){return n.maskRenderer},get canvasRenderer(){return n.canvasRenderer},get backgroundImageRenderer(){return n.backgroundImageRenderer},get blendRenderer(){return n.blendRenderer},get blurRenderer(){return n.blurRenderer},get maskBlurRenderer(){return n.maskBlurRenderer},get textureRenderer(){return n.textureRenderer},get smoothingMaskRenderer(){return n.smoothingMaskRenderer}},s=()=>{o.canvasContextEventsCleanup=Yc(t,{contextLost:e.contextLost,contextRestored:e.contextRestored,contextCreationError:e.contextCreationError},i),o.gl=t.getContext("webgl2",{premultipliedAlpha:!1,powerPreference:"high-performance"}),_(o.gl,C.ContextCreationError)},a=(h,f,d)=>{_(!o.gl?.isContextLost(),C.ContextLost);let b=o.maskRenderer.render({frame:h,width:h.width,height:h.height,timestamp:f.timestamp}),R=o.smoothingMaskRenderer.render({mask:b,prevMask:o.prevMask},d),A=o.videoFrameRenderer.render(f),k=A;d.effects==="blur"&&d.backgroundBlurAmount?k=o.blurRenderer.render(A,d.backgroundBlurAmount):d?.effects==="overlay"&&d.backgroundImage&&(k=o.backgroundImageRenderer.render({frame:d.backgroundImage,timestamp:performance.now(),width:d.backgroundImage.width,height:d.backgroundImage.height}));let S=o.blendRenderer.render({mask:R,foreground:A,background:k});o.canvasRenderer.render(S),o.prevMask=o.textureRenderer.render(R)},i=()=>{o.canvasContextEventsCleanup(),n.release(),n=or(r),o.prevMask=void 0};return{init:s,render:a,release:()=>{i()},isContextLost:()=>!!o.gl?.isContextLost()}};var t1={drawImageDataCanvas:"drawImageDataCanvas",maskCanvas:"maskCanvas",blurredMaskCanvas:"blurredMaskCanvas",blurredCanvas:"blurredCanvas",downScaledCanvas:"downScaledCanvas",backgroundImageCanvas:"backgroundImageCanvas",inputCanvas:"inputCanvas"},wt=(e,t)=>{let r=e.getContext("2d",t);if(!r)throw new Error("Cannot get CanvasRenderingContext2D");return r},r1=e=>{let t=wt(e);t.scale(-1,1),t.translate(-e.width,0)},Ss=e=>"VideoFrame"in globalThis&&e instanceof VideoFrame?{height:e.displayHeight,width:e.displayWidth}:"offsetHeight"in e&&typeof e.offsetHeight=="number"&&e.offsetHeight!==0&&"offsetWidth"in e&&typeof e.offsetWidth=="number"&&e.offsetWidth!==0?{height:e.offsetHeight,width:e.offsetWidth}:"videoHeight"in e&&typeof e.videoHeight=="number"&&e.videoHeight!==0&&"videoWidth"in e&&typeof e.videoWidth=="number"&&e.videoWidth!==0?{height:e.videoHeight,width:e.videoWidth}:"height"in e&&e.height!==0&&"width"in e&&e.width!==0?{height:e.height,width:e.width}:{height:0,width:0},$e=(e,t)=>new OffscreenCanvas(e,t);var n1=e=>{wt(e).clearRect(0,0,e.width,e.height)},Cs=(e,t)=>{let r={downScaleFactor:3},n=p=>$e(p==="downScaledCanvas"?Math.trunc(e/r.downScaleFactor):e,p==="downScaledCanvas"?Math.trunc(t/r.downScaleFactor):t),o=p=>{let x=r[p];if(!x){let E=n(p);return r[p]=E,E}return x},s=(p,x)=>{let E=o(x);return wt(E).putImageData(p,0,0),E},a=(p,x,E,L,I,w,B,U,j,W)=>{let le=x instanceof ImageData?s(x,"drawImageDataCanvas"):x;I===void 0||w===void 0?p.drawImage(le,E,L):B===void 0||U===void 0||j===void 0||W===void 0?p.drawImage(le,E,L,I,w):p.drawImage(le,E,L,I,w,B,U,j,W)},i=(p,x,E=e,L=t,I={})=>{let{height:w,width:B}=Ss(p),U=Hc(B,w,E,L),j=wt(x,I);a(j,p,U.sx,U.sy,U.sw,U.sh,U.dx,U.dy,U.dw,U.dh)},c=(p,x)=>{let E=o(x);return i(p,E),E},l=(p,x,E)=>{p.globalCompositeOperation=E,a(p,x,0,0)},h=(p,x,E)=>{let L=wt(p),I=0,w=5,B=1/(2*Math.PI*w*w),U=E<3?1:2;for(let j=-E;j<=E;j+=U)for(let W=-E;W<=E;W+=U){let le=B*Math.exp(-(W*W+j*j)/(2*w*w));I+=le}for(let j=-E;j<=E;j+=U)for(let W=-E;W<=E;W+=U)L.globalAlpha=B*Math.exp(-(W*W+j*j)/(2*w*w))/I*E,a(L,x,W,j);L.globalAlpha=1},f=({image:p,blurAmount:x,canvas:E,preserveOldDrawing:L=!0})=>{let{height:I,width:w}=Ss(p),B=wt(E);if(x<=0)return a(B,p,0,0,w,I);let U=o("downScaledCanvas"),j=wt(U);L||(j.clearRect(0,0,U.width,U.height),B.clearRect(0,0,w,I)),"filter"in B?(j.filter=`blur(${x}px)`,a(j,p,0,0,w,I,0,0,U.width,U.height),a(B,U,0,0,w,I)):h(E,p,x)},d=({image:p,blurAmount:x,offscreenCanvasName:E,preserveOldDrawing:L})=>{let I=o(E);return n1(I),x===0?i(p,I):f({image:p,blurAmount:x,canvas:I,preserveOldDrawing:L}),I},b=(p,x,E)=>{let L=Array.isArray(p)?p[0]?.canvas:p.canvas;if(!L)return o("maskCanvas");let I=d({image:L,offscreenCanvasName:"maskCanvas",blurAmount:0});return E===0?I:d({image:I,blurAmount:E,offscreenCanvasName:"blurredMaskCanvas",preserveOldDrawing:!1})},R=(p,x,E,L,I=.5,w=3,B=3,U=!1)=>{let j=d({image:E,blurAmount:w,offscreenCanvasName:"blurredCanvas"}),W=wt(p);if(Array.isArray(L)&&L.length===0)return a(W,j,0,0);let le=b(L,I,B);W.save(),U&&r1(p);let{height:mu,width:gu}=Ss(x);a(W,x,0,0,gu,mu),l(W,le,"destination-in"),l(W,j,"destination-over"),W.restore()};return{evaluateInput:p=>c(p,"inputCanvas"),renderImageToCanvas:i,drawBlurEffect:(p,x,E,L=.5,I=3,w=3,B=!1)=>R(p,x,x,E,L,I,w,B),drawOverlayEffect:(p,x,E,L,I=.5,w=0,B=3,U=!1)=>R(p,x,E,L,I,w,B,U),renderImageToOffScreenCanvas:c,renderImageDataToOffScreenCanvas:s,drawAndBlurImageOnOffScreenCanvas:d,reset:()=>{for(let p in t1){let x=p,E=r[x];E&&E instanceof OffscreenCanvas&&(r[x]=n(x))}}}};var pu=e=>typeof e=="string"?Object.values(Wc).includes(e):!1;var u={width:768,height:432,status:z.New,directOutput:!1,delegate:"GPU",modelAssetPath:"",renderOptions:{edgeBlurAmount:3,backgroundBlurAmount:3,foregroundThreshold:.5,maskCombineRatio:.5,effects:jc.None,backgroundImageUrl:"",backgroundImage:null,backend:"webgl"}},Ms=Ln(u.renderOptions),pe=(e,t)=>postMessage(e,t??[]),a1=e=>{if(u.status!==z.Error){u.status=z.Error;try{u.segmenter?.close()}catch(t){pe({type:"event",data:{type:C.ContextLost,message:`Failed to close segmenter ${t}`}})}u.segmenter=void 0}pe({type:"event",data:{type:C.ContextLost,message:e}})},i1=e=>{pe({type:"event",data:{type:C.ContextRestored,message:e}})},c1=e=>{u.status!==z.Error&&(u.status=z.Error),pe({type:"event",data:{type:C.ContextCreationError,message:e}})},u1=async()=>{u.renderer?.release();let t=navigator.gpu&&u.renderOptions?.backend==="webgpu"?tu:fu;u.renderer=t({contextLost:a1,contextRestored:i1,contextCreationError:c1},u.processCanvas),await u.renderer?.init()},h1=async()=>{_(u.visionInstance),u.segmenter=await de.createFromOptions(u.visionInstance,{outputCategoryMask:!1,outputConfidenceMasks:!0,runningMode:"VIDEO",canvas:u.segmenterCanvas,baseOptions:{modelAssetPath:u.modelAssetPath,delegate:u.delegate}})},Ls=async e=>{u.segmenterCanvas=e,u.segmenterTextureToCanvas=Un(u.segmenterCanvas),await h1()},Is=async e=>{u.processCanvas=e,await u1()},l1=async(e={})=>{try{u.status=z.Opening,e.processingWidth&&(u.width=e.processingWidth),e.processingHeight&&(u.height=e.processingHeight),e.renderOptions&&Ms(e.renderOptions),u.directOutput=!!e.output,u.output=e.output??$e(u.width,u.height);let{basePath:t,imageSegmenterOptions:r={}}=e;u.modelAssetPath=r.modelAsset?.path??u.modelAssetPath,u.delegate=r.delegate??u.delegate,u.visionInstance=await dt.forVisionTasks(t),u.backgroundImages=Xc(e.backgroundImage&&[[e.backgroundImage.key,e.backgroundImage.image]]),await Is(r.canvas??$e(u.width,u.height)),await Ls(r.segmenterCanvas??$e(u.width,u.height)),u.renderUtils=Cs(u.width,u.height),u.status=z.Opened,pe({type:"opened"})}catch(t){u.status=z.Error;let r=Cn(t);pe({type:"event",data:{type:Sn(r),message:r}})}},d1=(e,t)=>{try{u.videoFrame=e,_(u.segmenter),_(u.renderUtils),t&&Ms(t),_(!u.renderer?.isContextLost(),C.ContextLost);let r=u.status===z.Error||u.status===z.Opening||u.status===z.Updating||u.renderOptions.effects==="none"||u.renderOptions.effects==="blur"&&u.renderOptions.backgroundBlurAmount===0||u.renderOptions?.effects==="overlay"&&!u.renderOptions.backgroundImageUrl;if(r)return pe({type:"processed",data:e},[e.frame]),e.frame.close(),pe({type:"debug",data:{message:"skip processing",context:{name:"media worker",renderingOptions:u.renderOptions,status:u.status,contextLost:u.renderer?.isContextLost()}}});if(u.renderOptions?.effects==="overlay"&&u.renderOptions.backgroundImageUrl){let n=u.backgroundImages?.getImage(u.renderOptions.backgroundImageUrl);n?u.renderOptions.backgroundImage=n:(r=!0,u.backgroundImages?.tryFetchingImage(u.renderOptions.backgroundImageUrl).catch(o=>{u.status=z.Error,pe({type:"debug",data:{message:`failed to download ${u.renderOptions.backgroundImageUrl}`,context:{name:"media worker",error:o}}})}))}u.status=z.Processing,u.segmenter.segmentForVideo(u.renderUtils.renderImageToOffScreenCanvas(e.frame,"inputCanvas"),performance.now(),n=>{let{confidenceMasks:o}=n,s=o?.[0];if(!s)pe({type:"processed"});else{_(u.output),_(u.renderer),_(u.renderUtils),_(u.processCanvas),_(u.segmenterCanvas),_(u.segmenterTextureToCanvas),u.segmenterTextureToCanvas.render(au(s));let a=u.segmenterCanvas.transferToImageBitmap();u.renderer.render(a,e,u.renderOptions),u.renderUtils.renderImageToCanvas(u.processCanvas,u.output,u.width,u.height),e.frame.close();let i=u.directOutput?void 0:u.output.transferToImageBitmap();pe({type:"processed",data:i&&{frame:i,width:u.output.width,height:u.output.height,timestamp:performance.now()}},i?[i]:void 0)}n.close(),u.status=z.Idle})}catch(r){let n=Cn(r);return u.status=z.Error,pe({type:"event",data:{type:Sn(n),message:n,frame:e}},[e.frame]),e.frame.close()}},f1=async({backgroundImage:e,renderOptions:t,imageSegmenterOptions:r,processingHeight:n,processingWidth:o,output:s,restart:a})=>{if(u.status!==z.Updating)try{u.status=z.Updating,e&&u.backgroundImages?.setImage(e.key,e.image);let i=a;if(n&&n!==u.height&&(u.height=n,i=!0),o&&o!==u.width&&(u.width=o,i=!0),t?.backend&&!pu(t.backend)){u.status=z.Error,pe({type:"event",data:{type:"Error",message:"Render backend is not webgl or webgpu"}});return}let c=t?.backend&&t?.backend!==u.renderOptions.backend;t&&Ms(t),r&&(u.modelAssetPath=r.modelAsset?.path??u.modelAssetPath,u.delegate=r.delegate??u.delegate,r.canvas!==u.processCanvas&&await Is(r.canvas??$e(u.width,u.height)),r.segmenterCanvas!==u.segmenterCanvas&&await Ls(r?.segmenterCanvas??$e(u.width,u.height))),s!==void 0&&(u.output=s??$e(u.width,u.height),u.directOutput=!!s),(i||c)&&(s===void 0&&(u.output=$e(u.width,u.height)),u.renderUtils=Cs(u.width,u.height),await Is(r?.canvas??$e(u.width,u.height))),i&&await Ls(r?.segmenterCanvas??$e(u.width,u.height)),u.status=z.Updated,pe({type:"updated"})}catch(i){u.status=z.Error;let c=Cn(i);pe({type:"event",data:{type:Sn(c),message:c}})}};self.addEventListener("message",e=>{switch(e.data.type){case"open":{l1(e.data.data);break}case"update":{f1(e.data.data);break}case"process":{let{videoFrame:t,renderOptions:r}=e.data.data;d1(t,r);break}case"close":{u.status=z.Closing,u.renderer?.release(),u.segmenterTextureToCanvas?.release(),u.videoFrame?.frame.close(),u.segmenter?.close(),u.backgroundImages?.clear(),u.status=z.Closed;break}case"destroy":{u.status=z.Destroying,u.renderer=void 0,u.videoFrame=void 0,u.segmenter=void 0,u.backgroundImages=void 0,u.status=z.Destroyed;break}}});self.addEventListener("error",e=>{e.preventDefault(),pe({type:"event",data:{type:C.Error,message:`Uncaught Error event: ${e.error}`}})});
|