LinasKo

Results 303 comments of LinasKo

> do you want my version collab ? (for testing purpose) @onuralpszr, That would be good to have :)

@onuralpszr, I'm getting a "you need access" message

@onuralpszr Which deprecation warning are we talking about? If you meant deprecating `LabelAnnotator` - we don't want to. The rich text annotator is not strictly better: * It uses PIL,...

Alright, I see your point. This time, the merge wasn't part of any package releases, so there shouldn't be anything to deprecate, but that's a good idea to keep in...

Hi @wilsonlv :wave: Apologies for the late response and thank you for the report! I've tested it, and yes, I can reproduce the issue. The reason is that by default,...

Ready for review: https://colab.research.google.com/drive/1RGmU9lwXaffYWR9a1MegC310SWLA7Rw_?usp=sharing I've removed hardcoding of `person`, but kept a special value of `-1` and name `""` when no label or class_name is given by the model. Finding...

Done. Tested and `class_id` is now `None` when labels aren't given; `data` is `{}`. Class names and IDs still appear when input has labels and names.

Hi @emSko :wave: Do a `git pull` - I've added a line that fixes the segfault. I couldn't reproduce it as well, but found [this issue](https://github.com/opencv/opencv/issues/21783) We'll eventually update the...

Last time I worked on it, Mediapipe provided `visiblity` and not `confidence`. Should the implementer treat this as `confidence` for now? Docs on: [https://developers.google.com/mediapipe](https://developers.google.com/mediapipe/api/solutions/python/mp/tasks/components/containers/Landmark) There's cases when we have high...