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
- Host: GitHub
- URL: https://github.com/rahuletto/yolo
- Owner: Rahuletto
- License: apache-2.0
- Created: 2024-05-20T17:44:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T07:06:10.000Z (about 2 years ago)
- Last Synced: 2026-04-03T21:23:56.270Z (4 months ago)
- Topics: computervision, ultralytics, vision, yolov8
- Language: Jupyter Notebook
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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