https://github.com/ttiagojm/grocereyeyolov5
Based on GrocerEye, trained and infered on YOLOv5
https://github.com/ttiagojm/grocereyeyolov5
Last synced: 3 months ago
JSON representation
Based on GrocerEye, trained and infered on YOLOv5
- Host: GitHub
- URL: https://github.com/ttiagojm/grocereyeyolov5
- Owner: ttiagojm
- License: mit
- Created: 2024-01-05T01:12:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-05T01:27:18.000Z (over 1 year ago)
- Last Synced: 2025-01-06T07:23:17.683Z (4 months ago)
- Language: Jupyter Notebook
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GrocerEyeYOLOv5
Based on [GrocerEye](https://github.com/bhimar/GrocerEye), trained and infered on YOLOv5# Dataset
The dataset it's from GrocerEye's repository, **all credits to it**!
The structure was modified to met the charateristics of yolov5# Dependencies
Here is used YOLOv5 6.2 which works better with Python 3.7The notebook can be run on Kaggle or Colab without a problem.
# Why doing this?
I need to use a groceries detector in [CodeProject AI](https://www.codeproject.com/Articles/5322557/CodeProject-AI-Server-AI-the-easy-way) and the weights in original GrocerEye's repository was not working well to load and try to export to an .pt file.So, I decided to train and export my own YOLO model using the dataset. That's why this repo exists.