10000 GitHub - wemaxon/tichu-card-detection
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wemaxon/tichu-card-detection

 
 

Repository files navigation

tichu-card-detection

Generating a dataset of Tichu playing cards to train a neural net. Taking geaxgx's work and applying it to the Tichu card playing game.

This dataset can be used for the training of a neural net intended to detect/loca 5D74 lize playing cards. It was used on the project Playing card detection with YOLO v3

Changes from the original

The notebook creating_playing_cards_dataset.ipynb is a guide through the creation of a dataset of playing cards.

  • The script was modified to extract card images from pictures of cards instead of from videos.
  • Instead of having to hardcode the card names, they are extracted from the directory names containing the card images

Card Generation Workflow

  1. Generate the Training and Validation datasets with the creating_playing_cards_dataset.ipynb notebook. 1.
  2. Train the yolov5 Model
    $ cd yolov5
    $ python train.py --img 640 --epochs 3 --data ../data/scenes/dataset.yaml --weights yolov5s.pt
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%
0