Saifullah
Saifullah
For anyone new, I think just lowering the tolerance down resolves this issue. ``` hitOptions: { segments: true, stroke: true, fill: false, tolerance: 1, # change from 10 to 1...
Hi, is there any update on this?
I am also facing this on every model I try except for the mnist example given in the docs. I tried Alexnet with th same mnist example and it doesn't...
@AmruthPillai I believe the actual logic for this is implemented in this part of the app: ``` const processPage = async (index: number) => { const pageElement = await page.$(`[data-page="${index}"]`);...