├── README.md ├── Volume-Control-OpenCV-master └── volumeControl.py ├── direction ├── hand.xml └── main.py ├── hand-gesture-detection-&-recognition.pdf ├── i_love_you ├── Gesture_Recognize.h5 ├── Gesture_Train.py ├── Recognize_Gesture.py └── gesture.zip ├── main.py ├── pose_net ├── Dataset.zip ├── GestureRecogModel.tfl.data-00000-of-00001 ├── GestureRecogModel.tfl.index ├── GestureRecogModel.tfl.meta ├── ModelTrainer.py ├── Predictor.py └── checkpoint ├── pretrained_model ├── GestureRecogModel.tfl.data-00000-of-00001 ├── GestureRecogModel.tfl.index ├── GestureRecogModel.tfl.meta ├── Gesture_Recognize.h5 ├── checkpoint ├── handgest_1.data-00000-of-00001 ├── handgest_1.index └── handgest_1.meta ├── requirements.txt └── say_numbers ├── Testdata.zip ├── Traindata.zip ├── checkpoint ├── handgest_1.data-00000-of-00001 ├── handgest_1.index ├── handgest_1.meta ├── predictgest.py └── traingest.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/README.md -------------------------------------------------------------------------------- /Volume-Control-OpenCV-master/volumeControl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/Volume-Control-OpenCV-master/volumeControl.py -------------------------------------------------------------------------------- /direction/hand.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/direction/hand.xml -------------------------------------------------------------------------------- /direction/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/direction/main.py -------------------------------------------------------------------------------- /hand-gesture-detection-&-recognition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/hand-gesture-detection-&-recognition.pdf -------------------------------------------------------------------------------- /i_love_you/Gesture_Recognize.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/i_love_you/Gesture_Recognize.h5 -------------------------------------------------------------------------------- /i_love_you/Gesture_Train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/i_love_you/Gesture_Train.py -------------------------------------------------------------------------------- /i_love_you/Recognize_Gesture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/i_love_you/Recognize_Gesture.py -------------------------------------------------------------------------------- /i_love_you/gesture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/i_love_you/gesture.zip -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/main.py -------------------------------------------------------------------------------- /pose_net/Dataset.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/pose_net/Dataset.zip -------------------------------------------------------------------------------- /pose_net/GestureRecogModel.tfl.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/pose_net/GestureRecogModel.tfl.data-00000-of-00001 -------------------------------------------------------------------------------- /pose_net/GestureRecogModel.tfl.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/pose_net/GestureRecogModel.tfl.index -------------------------------------------------------------------------------- /pose_net/GestureRecogModel.tfl.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/pose_net/GestureRecogModel.tfl.meta -------------------------------------------------------------------------------- /pose_net/ModelTrainer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/pose_net/ModelTrainer.py -------------------------------------------------------------------------------- /pose_net/Predictor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/pose_net/Predictor.py -------------------------------------------------------------------------------- /pose_net/checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/pose_net/checkpoint -------------------------------------------------------------------------------- /pretrained_model/GestureRecogModel.tfl.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/pretrained_model/GestureRecogModel.tfl.data-00000-of-00001 -------------------------------------------------------------------------------- /pretrained_model/GestureRecogModel.tfl.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/pretrained_model/GestureRecogModel.tfl.index -------------------------------------------------------------------------------- /pretrained_model/GestureRecogModel.tfl.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/pretrained_model/GestureRecogModel.tfl.meta -------------------------------------------------------------------------------- /pretrained_model/Gesture_Recognize.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/pretrained_model/Gesture_Recognize.h5 -------------------------------------------------------------------------------- /pretrained_model/checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/pretrained_model/checkpoint -------------------------------------------------------------------------------- /pretrained_model/handgest_1.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/pretrained_model/handgest_1.data-00000-of-00001 -------------------------------------------------------------------------------- /pretrained_model/handgest_1.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/pretrained_model/handgest_1.index -------------------------------------------------------------------------------- /pretrained_model/handgest_1.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/pretrained_model/handgest_1.meta -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/requirements.txt -------------------------------------------------------------------------------- /say_numbers/Testdata.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/say_numbers/Testdata.zip -------------------------------------------------------------------------------- /say_numbers/Traindata.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/say_numbers/Traindata.zip -------------------------------------------------------------------------------- /say_numbers/checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/say_numbers/checkpoint -------------------------------------------------------------------------------- /say_numbers/handgest_1.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/say_numbers/handgest_1.data-00000-of-00001 -------------------------------------------------------------------------------- /say_numbers/handgest_1.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/say_numbers/handgest_1.index -------------------------------------------------------------------------------- /say_numbers/handgest_1.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/say_numbers/handgest_1.meta -------------------------------------------------------------------------------- /say_numbers/predictgest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/say_numbers/predictgest.py -------------------------------------------------------------------------------- /say_numbers/traingest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smohammadi96/handGesture_Recognition-Detection/HEAD/say_numbers/traingest.py --------------------------------------------------------------------------------