kenshohara /
video-classification-3d-cnn-pytorch
Video classification tools using 3D ResNet
85/100 healthLoading repository data…
Sousannah / repository
No description provided.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This Python script utilizes the CVZone library for real-time hand gesture recognition. The code detects hand gestures captured through a webcam and classifies them into predefined categories such as "Down", "Up", "Right", "Back", "Left", and "Front". The hand gestures are detected using computer vision techniques and classified using a pre-trained model from Google's Teachable Machine.
Ensure you have Python installed on your system.
Install the required libraries using pip:
pip install opencv-python cvzone numpy
Download the pre-trained model and labels file (keras_model.h5 and labels.txt) from the Google Teachable Machine platform or another suitable source.
Place the downloaded files in the same directory as the Python script.
The script uses CVZone, an open-source computer vision library, for hand detection and classification. It captures video input from the webcam and processes it frame by frame. The HandDetector class from CVZone is used to detect hands in the video stream, while the pre-trained model loaded using the Classifier class is employed to classify the hand gestures.
Selected from shared topics, language and repository description—not editorial ratings.
kenshohara /
Video classification tools using 3D ResNet
85/100 healthvietnh1009 /
Implementation of Quickdraw - an online game developed by Google
87/100 healthjiny2001 /
The dataset used to train the hand gesture recognition model can be found on Kaggle at the following link: Hand Gesture Recognition Dataset.
For any questions or feedback, please contact [sousannahabdalla@gmail.com].
A tensorflow implementation of "Fast and Accurate Image Super Resolution by Deep CNN with Skip Connection and Network in Network", a deep learning based Single-Image Super-Resolution (SISR) model.
SummerGift /
:books: 计算机体系架构、嵌入式系统基础与主流编程语言相关内容总结
87/100 healthahmedfgad /
Building Convolutional Neural Networks From Scratch using NumPy
75/100 healthduanshengliu /
基于u-net,cv2以及cnn的中文车牌定位,矫正和端到端识别软件,其中unet和cv2用于车牌定位和矫正,cnn进行车牌识别,unet和cnn都是基于tensorflow的keras实现
80/100 health