https://github.com/budali/fast_dou_zero
基于yolov5的ai斗地主
https://github.com/budali/fast_dou_zero
Last synced: 13 days ago
JSON representation
基于yolov5的ai斗地主
- Host: GitHub
- URL: https://github.com/budali/fast_dou_zero
- Owner: budaLi
- Created: 2021-09-28T13:28:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T08:34:04.000Z (over 4 years ago)
- Last Synced: 2025-03-05T13:25:50.983Z (over 1 year ago)
- Language: Python
- Size: 14.1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fast_dou_zero
基于yolov5的ai斗地主
参考项目:
https://github.com/tianqiraf/DouZero_For_HappyDouDiZhu
https://github.com/ultralytics/yolov5
环境:
python3.7
torch
当前已有功能:
1. 基于yolov5训练出来的模型进行斗地主牌型识别,如下:

预计开发功能:
1. 基于yolov5识别出来的牌的记牌器。
2. 替换之前的以cv模板匹配方式进行识别牌型。
### 2022.1.14
新增android 中ncnn调用模型进行推理