Simple project for detecting uno cards.
https://colab.research.google.com/drive/18rHmxsDDKSGdI6HxJYznwqM137kPK28o#scrollTo=cdUHfaNU97b1
Run the following commands:
python setup.py sdistpip install dist/unodetection-0.0.1.tar.gz
Run the following command (uses unittest):
python setup.py test
- Remove large files
git filter-branch --force --index-filter \
'git rm --cached --ignore-unmatch unodetection/data/cards' \
--prune-empty --tag-name-filter cat -- --all