Piotr Skalski

Results 58 issues of Piotr Skalski

# Description - [x] How to Detect and Annotate

### Description - Add `Skeleton.GHUM` to the [`Skeleton`](https://github.com/roboflow/supervision/blob/447ef41fc45353130ec4dccdc7eeaf68b622fb7e/supervision/keypoint/skeletons.py#L7) enum. This is the skeleton format used by Mediapipe. - Extend the [`KeyPoints`](https://github.com/roboflow/supervision/blob/447ef41fc45353130ec4dccdc7eeaf68b622fb7e/supervision/keypoint/core.py#L16) object and add the `from_keypoints` connector. ### Links -...

enhancement
help wanted
api:keypoints

Hi 👋🏻 Looks super interesting. Do you plan to expand to other dataset formats?

### Description of the feature request: Hi 👋🏻 Thanks a lot for PaliGemma fine-tune example [notebook](https://github.com/google/generative-ai-docs/blob/main/site/en/gemma/docs/paligemma/fine-tuning-paligemma.ipynb). It worked without any issue. However, it lacks the last step - saving a...

type:feature request

Hi 👋🏻 Do you have any inference examples that I could use?

### Discussion I just noticed that you use supervision to draw bounding boxes. It makes me very happy! I also saw that you do not use supervision to draw segmentation...

Hi 👋🏻 I noticed that YOLOv10 has trouble detecting small objects, especially compared to YOLOv8 and YOLOv9. I have built a small [HF Space](https://huggingface.co/spaces/SkalskiP/YOLO-ARENA) where you can test this. Is...