An open API service indexing awesome lists of open source software.

https://github.com/rahuletto/yolo

My YOLOv8 learning pathway. Just for fun! You only look (live) once
https://github.com/rahuletto/yolo

computervision ultralytics vision yolov8

Last synced: 3 months ago
JSON representation

My YOLOv8 learning pathway. Just for fun! You only look (live) once

Awesome Lists containing this project

README

          

# YOLO Playground
This is my playground to learn YOLOv8 about Computer Vision. Using `ultralytics`

### Current Progress
- [X] [Object Detection](https://github.com/Rahuletto/yolo/blob/main/object_detect.ipynb)
- [X] [Pose Detection](https://github.com/Rahuletto/yolo/blob/main/pose.ipynb)
- [X] [Perimeter Alert](https://github.com/Rahuletto/yolo/blob/main/perimeter.ipynb)
- [ ] Tracking
- [X] [Image Segmentation](https://github.com/Rahuletto/yolo/blob/main/segmentation.ipynb)
- [X] [Masking](https://github.com/Rahuletto/yolo/blob/main/mask.ipynb)
- [X] [Background Blur](https://github.com/Rahuletto/yolo/blob/main/blur.ipynb)
- [ ] Hand Gestures
- [ ] Sign language model
- More soon

### Interested?
You are free to check, use the code by yourselves and tune it as per your need. This is just my learning playground so don't expect for finest code.

### Wanna help?
Please. Create a PR or Issue if you know what you are doing. This will help me alot to learn about YOLOv8