Saurabh Kumar

Results 30 comments of Saurabh Kumar

yes @JobiJoba object detection is likely to be slow. Make sure you're using the required GPU delegate

Try reducing/increasing the number of threads. Depending upon device, that might increase performance. There's always a threadoff between spawing threads, managing them and the extra processing power they can provide.

depends on the model as well. SSD produces 8k bounding boxes, and Retinanet produces ~100k

Hey @PaulTR any update on this? Is it added in a potential todo? Would be a huge support

Hey @PaulTR I see that mediaPipe 0.0.1 was released but it only has helpers for text-gen/text-embedding models like BERT/GPT. The media-pipe vision is still empty. I wanted to put a...

Android 13+ had some behavioral changes related to permissions. Can you check if that's an issue? https://developer.android.com/about/versions/13/behavior-changes-13

I faced this issue as well, with both simple and awesome formats. It's been around 15 minutes and it keeps showing running. Would be nice if we could observe logs...

On top of it having SDK for data warehouses would be super useful.

This is such a troublesome issue. I use blockman with cursor AI. When blockman is enabled, the syntax highlighting while copying doesn't work at all. Please fix this Cursor AI...

Kalman filter might not solve the issue when the noise is too much. We have sometimes gotten noise where the position is ~ 1Km away from the actual position. But...