https://github.com/xuankuzcr/robomaster_mnist
[RoboMaster2017] Handwritten numerals and digital tube recognition.
https://github.com/xuankuzcr/robomaster_mnist
cnn mnist-classification robomaster
Last synced: about 1 year ago
JSON representation
[RoboMaster2017] Handwritten numerals and digital tube recognition.
- Host: GitHub
- URL: https://github.com/xuankuzcr/robomaster_mnist
- Owner: xuankuzcr
- License: gpl-3.0
- Created: 2019-10-06T09:22:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T16:06:19.000Z (over 5 years ago)
- Last Synced: 2023-08-03T10:58:51.510Z (almost 3 years ago)
- Topics: cnn, mnist-classification, robomaster
- Language: C++
- Homepage:
- Size: 129 MB
- Stars: 34
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Robomaster_mnist
Robomaster2017手写数字和数码管的识别
## 使用方法
将测试视频buff1.avi放到build/下
[百度网盘链接](https://pan.baidu.com/s/1e093r9JYl8MfYWeS-2VDRg)
提取码:99vy
```
cd build/
cmake ..
make
./main
```