A project that implements hand gesture recognition based on yolov8 and deployed it by ncnn.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- ncnn
- opencv
Clone the repository:
git clone https://github.com/CNruxiangduan/ncnn_yolov8.git
To run the project, navigate to the project directory and run the following command:
mkdir build
cmake ..
./yolov8ncnn video or ./yolov8ncnn image image_path
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.txt file for details.