All Projects → geaxgx → Playing Card Detection

geaxgx / Playing Card Detection

Licence: mit

Projects that are alternatives of or similar to Playing Card Detection

Nerf
Code release for NeRF (Neural Radiance Fields)
Stars: ✭ 4,062 (+1245.03%)
Mutual labels:  jupyter-notebook
Nuscenes Devkit
Devkit for the public 2019 Lyft Level 5 AV Dataset (fork of https://github.com/nutonomy/nuscenes-devkit)
Stars: ✭ 299 (-0.99%)
Mutual labels:  jupyter-notebook
26 Weeks Of Data Science
Email Newsletter
Stars: ✭ 299 (-0.99%)
Mutual labels:  jupyter-notebook
Public plstm
Phased LSTM
Stars: ✭ 298 (-1.32%)
Mutual labels:  jupyter-notebook
Scipy2014 tutorial
Tutorial: Bayesian Statistical Analysis in Python
Stars: ✭ 299 (-0.99%)
Mutual labels:  jupyter-notebook
Notebook As Pdf
Save Jupyter Notebooks as PDF
Stars: ✭ 290 (-3.97%)
Mutual labels:  jupyter-notebook
Tensorwatch
Debugging, monitoring and visualization for Python Machine Learning and Data Science
Stars: ✭ 3,191 (+956.62%)
Mutual labels:  jupyter-notebook
Ai notes
machine learning/artificial intelligence notes
Stars: ✭ 301 (-0.33%)
Mutual labels:  jupyter-notebook
Introduction To Machine Learning
Stars: ✭ 199 (-34.11%)
Mutual labels:  jupyter-notebook
Car Finding Lane Lines
Finding Lane Lines using Python and OpenCV
Stars: ✭ 299 (-0.99%)
Mutual labels:  jupyter-notebook
Hiecoattenvqa
Stars: ✭ 298 (-1.32%)
Mutual labels:  jupyter-notebook
Ipyvega
IPython/Jupyter notebook module for Vega and Vega-Lite
Stars: ✭ 297 (-1.66%)
Mutual labels:  jupyter-notebook
Reactors
Content for Microsoft Reactor Workshops
Stars: ✭ 299 (-0.99%)
Mutual labels:  jupyter-notebook
Pycaret
An open-source, low-code machine learning library in Python
Stars: ✭ 4,594 (+1421.19%)
Mutual labels:  jupyter-notebook
Capsule net pytorch
Readable implementation of a Capsule Network as described in "Dynamic Routing Between Capsules" [Hinton et. al.]
Stars: ✭ 301 (-0.33%)
Mutual labels:  jupyter-notebook
Pyprobml
Python code for "Machine learning: a probabilistic perspective" (2nd edition)
Stars: ✭ 4,197 (+1289.74%)
Mutual labels:  jupyter-notebook
Basic Mathematics For Machine Learning
The motive behind Creating this repo is to feel the fear of mathematics and do what ever you want to do in Machine Learning , Deep Learning and other fields of AI
Stars: ✭ 300 (-0.66%)
Mutual labels:  jupyter-notebook
Scikit Learn Videos
Jupyter notebooks from the scikit-learn video series
Stars: ✭ 3,254 (+977.48%)
Mutual labels:  jupyter-notebook
Spyder Notebook
Jupyter notebook integration with Spyder
Stars: ✭ 298 (-1.32%)
Mutual labels:  jupyter-notebook
Deeplearningnotes
机器学习和量化分析学习进行中
Stars: ✭ 298 (-1.32%)
Mutual labels:  jupyter-notebook

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

Example of generated image
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].