https://github.com/dofire/card-detection-yolo
https://github.com/dofire/card-detection-yolo
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dofire/card-detection-yolo
- Owner: dofire
- License: mit
- Archived: true
- Created: 2023-12-15T07:35:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-15T07:43:26.000Z (over 1 year ago)
- Last Synced: 2025-02-19T02:19:31.414Z (2 months ago)
- Language: Jupyter Notebook
- Size: 756 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# playing-card-detection
Generating a dataset of playing cards to train a neural net.The notebook **creating_playing_cards_dataset.ipynb** is a guide through the creation of a dataset of playing cards. The cards are labeled with their name (ex: "2s" for "2 of spades", "Kh" for King for hearts) and with the bounding boxes delimiting their printed corners.
This dataset can be used for the training of a neural net intended to detect/localize playing cards. It was used on the project __[Playing card detection with YOLO v3](https://youtu.be/pnntrewH0xg)__