Mayank Agarwal

Results 45 comments of Mayank Agarwal

You can find the solution to that problem here: https://github.com/justadudewhohacks/face-api.js/issues/491#issuecomment-569703137. Happy hacking :)

I don't think `react-native-webview` supports webgl yet so this might be slow. Although my react native knowledge is limited, so it'd be great if someone can reply with a workaround

@ayntee , can you clarify what you are pointing to? Do you mean we cannot use allow list for read permission because `copySync()` uses `Deno.lstatSync()`? Deno.lstatSync is only called on...

@SkalskiP @hardikdava @kirilllzaitsev Would like to have your input on the API change. I have implemented `mask_iou_batch` for an iou score on masks. Everything else should be fairly straight forward

Maybe `from_tensors` is better implemented in a subclass, else our prediction and target batch needs to be an np array. This is fine for now as both polygons and bounding...

@SkalskiP @hardikdava would like to have your views on this too

@hardikdava This is a design decision that we need to take based on what supervision ideology + user base is a. If we believe a more significant fraction of our...

@SkalskiP Following up on this, let me know what you think. Would like to start dev soon