Eyal Gruss
Eyal Gruss
@alonbl please find table you asked for: https://docs.google.com/spreadsheets/d/1fvQtyDxiVbz4Yp2FY1fSvZ9qVugo2KKC_yX8LofAUGU
my bad. i thought detectForVideo is calling the callback for each detection but that is wrong. code is fine.
yes please!
I am trying to build the pipeline for custom videos. "We also evaluate the proposed method on some self-collected datasets, utilizing the video matting method [30] to generate the foreground...
simple work around: ``` function onDragStart (dragStartEvt) { myBoard.querySelector(`[data-square-coord=${dragStartEvt.square}]`).style.opacity = .999 } function onDrop (dropEvt) { myBoard.querySelector(`[data-square-coord=${dropEvt.source}]`).style.opacity = 1 } ```
small typo in: > ```js > let handpose; > let facemesh; > preload() { > handpose = ml5.handpose(() => { > facemesh = ml5.facemesh(); > }); > } > ```...
i was referring to this: https://github.com/amark/gun/issues/714#issuecomment-733060589 and comments thereafter
@amark I see the issue when using a new never used unique key. Following query gives a 5MB response exhausting my localstorage. And if relays can mess things up so...
so this only took me an year to figure out... a bit "longer than 5min". anyway gemini 2.5 pro preview literally suggested an "anti-spam anti-gun firewall", changing the code of...