-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow):
Yes, modified inference code from tflite gpu delegate android sample with a…
-
While running, I get 20-30 fps depending on the other workload of my CPU, which is pretty good! However, like in #105, I get segfaults after 4-5 minutes.
Here is my setup:
Fedora 33
Kernel 5.12.…
-
Please make sure that this is a bug. As per our
[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
we only address code/doc bugs, performance issues, feature requests a…
-
So, in BlazePose we have detector and tracker.
I just download the detector part [tflite model](https://github.com/google/mediapipe/blob/master/mediapipe/modules/pose_detection/pose_detection.tflite)…
-
I follow your instructions for Ubuntu 18.04: all ok, but when i run install.sh I get this error:
`ERROR: Could not find a version that satisfies the requirement mediapipe>=0.8.5`
I have manually…
-
I am using MediaPipe to run a pose estimation network followed by an action classifier.
I want to turn off the rendering of the output video and just want to use the output of the classifier in my ap…
-
I've been struggling with running a custom tflite model on object detection feature. I am currently building my models through Google Colab with TFLite Model Maker, and tried with another model built …
-
## 概要
我在```https://github.com/okankop/Efficient-3DCNNs```中根据其论文方法去训练了一个模型。其模型是将传统的2D CNN模型```mobilenet resnet```等修改为可处理视频的网络模型。计划部署至Android平台作为手势识别。
## 问题
1. 其输入格式为```(N, C, F, H, W)```其F代表帧数。那么我该如…
-
Hello, I am trying to train and deploy a simple model to detect simple dynamic gestures in real time, such as left and right swipes, by taking a sequence of landmarks of the right hand and flattening …
-
Hello, I have a few questions:
1. I use mobilenet-ssd to train my palm detector and convert it to tflite format. Does the mediapipe framework support it?
2. Will there be a comprehensive calculators…