https://github.com/dennishnf/basic-cnn-based-games
Some basic CNN-based games controlled by hand poses.
https://github.com/dennishnf/basic-cnn-based-games
artificial-intelligence caffe cnn-classification convolutional-neural-networks deep-learning lenet-architecture machine-learning neural-networks opencv tutorial-code
Last synced: about 1 year ago
JSON representation
Some basic CNN-based games controlled by hand poses.
- Host: GitHub
- URL: https://github.com/dennishnf/basic-cnn-based-games
- Owner: dennishnf
- License: gpl-3.0
- Created: 2019-08-07T19:23:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T04:57:34.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T10:36:53.713Z (about 1 year ago)
- Topics: artificial-intelligence, caffe, cnn-classification, convolutional-neural-networks, deep-learning, lenet-architecture, machine-learning, neural-networks, opencv, tutorial-code
- Language: C++
- Homepage:
- Size: 3.02 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Basic CNN-based games
=====================
Some basic CNN-based games controlled by hand poses. Both systems work in real-time. The Convolutional Neural Networks (CNNs) were trained using Caffe framework. OpenCV libraries were used. In order to obtain a better computation performance, the system was implemented using C++ language. The systems are intended to work on Linux systems, however, can be compiled for Windows or other Operating System.
Here, two games are presented:
- Musical instruments game. [[demo](https://www.youtube.com/watch?v=DilmBQpA9iw)]
- Yan Ken Po game. [[demo](https://www.youtube.com/watch?v=L42mliEAv3w)]
In order to modify the code, you should compile with:
```
$ make
```
Finally, execute the created file. Example:
```
$ ./yankenpo
```
## License ##
GNU General Public License, version 3 (GPLv3).
## About ##
By: Dennis Núñez-Fernández
Website: [http://dennishnf.com](http://dennishnf.com)