# Object Detection on YOLO

**URL:** https://forum.core-electronics.com.au/t/object-detection-on-yolo/21280
**Category:** Raspberry Pi
**Created:** [20 November 2024 09:12 UTC](https://forum.core-electronics.com.au/t/object-detection-on-yolo/21280 "2024-11-20T09:12:23Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Nur283726](https://avatars.discourse-cdn.com/v4/letter/n/e9a140/32.png) [@Nur283726](https://forum.core-electronics.com.au/u/Nur283726)
#### Post date: [20 November 2024 09:12 UTC](https://forum.core-electronics.com.au/t/object-detection-on-yolo/21280/1 "2024-11-20T09:12:23Z")

</div>

I have question regarding Yolo Object detection using raspberry Pi. I watch your tutorial and it works wonderful for me. May I know, if we wanted to detect an object using custom dataset for speaker, what should we do? Because from the code, we import ‘Yolo11n.pt’ and no address to add for custom dataset.

This is your tutorial link: [https://youtu.be/XKIm\_R\_rIeQ?si=3rN\_6eKH2SX4qGnG](https://youtu.be/XKIm_R_rIeQ?si=3rN_6eKH2SX4qGnG)

Thank you for your time.

---

<div class="post-metadata">

### Author: ![lia262073](https://avatars.discourse-cdn.com/v4/letter/l/94ad74/32.png) [@lia262073](https://forum.core-electronics.com.au/u/lia262073)
#### Post date: [20 November 2024 14:19 UTC](https://forum.core-electronics.com.au/t/object-detection-on-yolo/21280/2 "2024-11-20T14:19:40Z")

</div>

Use tools like [LabelImg](https://github.com/tzutalin/labelImg) or [Roboflow](https://roboflow.com/) to annotate the images.

---

<div class="post-metadata">

### Author: ![Aaron](https://yyz2.discourse-cdn.com/flex028/user_avatar/forum.core-electronics.com.au/aaron/32/9861_2.png) [@Aaron](https://forum.core-electronics.com.au/u/Aaron)
#### Post date: [20 November 2024 23:55 UTC](https://forum.core-electronics.com.au/t/object-detection-on-yolo/21280/3 "2024-11-20T23:55:38Z")

</div>

> [@lia262073](#):
>
> [LabelImg](https://github.com/tzutalin/labelImg) or [Roboflow](https://roboflow.com/)

I should have a play-around with Roboflow at some point.  
Looking through their applications for different industries is very fascinating.

---

<div class="post-metadata">

### Author: ![Jaryd](https://yyz2.discourse-cdn.com/flex028/user_avatar/forum.core-electronics.com.au/jaryd/32/8778_2.png) [@Jaryd](https://forum.core-electronics.com.au/u/Jaryd)
#### Post date: [22 November 2024 02:04 UTC](https://forum.core-electronics.com.au/t/object-detection-on-yolo/21280/4 "2024-11-22T02:04:51Z")

</div>

Hey Nur,

In that video, we also set up YOLO World which can detect objects based on a prompt. I am unsure how well it will find “speaker”, but there is a chance it may be able to (some objects it does amazingly well, some it can’t).

[Hugging Face](https://huggingface.co/models?other=yolo&sort=trending) is my source for community-trained models, but I can’t see any to detect speakers at a quick glance.

If not you will need to train your model and your best bets would be Roboflow or [Ultralytics HUB](https://docs.ultralytics.com/hub/#introduction).

Best of luck!
