#
mediapipe
Here are 15 public repositories matching this topic...
A curated list of awesome TensorFlow Lite models, samples, tutorials, tools and learning resources.
android
ios
mobile
computer-vision
deep-learning
model-zoo
tensorflow
inference
sample-app
awesome-list
keras-tutorials
flutter
tensorflow-models
mlkit
tensorflow-lite
tflite
tfhub
tensorflow-keras
mediapipe
tflite-models
-
Updated
Jun 12, 2020
Connecting openFrameworks to Google MediaPipe Machine Learning Framework over UDP
-
Updated
May 1, 2020 - C++
A repository that shares tuning results of trained models generated by Tensorflow. Post-training quantization (Weight Quantization, Integer Quantization, Full Integer Quantization, Float16 Quantization), Quantization-aware training. OpenVINO.
tensorflow
quantization
super-resolution
deeplab
mask-rcnn
posenet
sound-classification
mobilenetv2
tensorflow-lite
deeplabv3
openvino
edgetpu
mobilenetv3
efficientnet
mediapipe
blazeface
efficientdet
integer-quantization
facemesh
objectron
-
Updated
Jun 14, 2020 - Python
-
Updated
Jun 15, 2020 - JavaScript
这是一个 Flutter Packge 以实现摄像头精确追踪并识别十指的运动路径/轨迹和手势动作, 且输出22个手部关键点以支持更多手势自定义. 基于这个包可以编写业务逻辑将手势信息实时转化为指令信息: 一二三四五, rock, spiderman...还可以对不同手势编写不同特效. 可用于短视频直播特效, 智能硬件等领域, 为人机互动带来更自然丰富的体验
dart
protobuf
tensorflow
kotlin-android
flutter
opencv-android-sdk
flutter-apps
flutter-demo
handtracking
mediapipe
-
Updated
Jun 6, 2020 - Dart
Real time webcam face detection, protect yourself from COVID19 with a virtual mask
javascript
machine-learning
computer-vision
artificial-intelligence
face-detection
tensorflowjs
tfjs
mediapipe
facemesh
-
Updated
May 27, 2020 - JavaScript
A python wrapper for Mediapipe's Multi-Hand Tracking
-
Updated
Apr 14, 2020 - Python
Handtracking mediapipe sample with bitmap RGB input
-
Updated
May 7, 2020 - Java
HS Mainz Praxisprojekt - Sign Language Recognition with MediaPipe
-
Updated
Jun 10, 2020 - Jupyter Notebook
Virtual backgrounds and more for your webcam
-
Updated
May 3, 2020 - C++
Mediapipe sample in gradle.
-
Updated
May 18, 2020 - Java
Cross platform sign language translation with mediapipe
-
Updated
May 26, 2020 - C++
Android application which uses Mediapipe to detect hands in a live stream from a phone camera Search Results Web results📱
-
Updated
Apr 27, 2020 - Java
Improve this page
Add a description, image, and links to the mediapipe topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mediapipe topic, visit your repo's landing page and select "manage topics."
Hello, dear Mediapipe guys.
I want to inference the hand pose with Mediapipe model and my own model.
I have my own tf-lite models, it can work on the RGB bitmap.
I try to query the RGB bitmap from input frame with data packet.
My code is