Questions tagged [movenet]
8 questions
0
votes
0 answers
May I ask how I can use the Coral dev board and a USB camera(LogiC270)to utilize MoveNet for obtaining real-time single human pose estimation data?
I'm using a Windows 10 computer to connect the Coral Dev Board via WSL(Ubuntu 22.04.2). I've already achieved the basic example of obtaining keypoint information from images,code:python3 examples/movenet_pose_estimation_2.py \ --model…

haorui
- 1
0
votes
0 answers
Transfrer Learning MoveNet Thunder
class MoveNetPreprocessor(object):
"""Helper class to preprocess pose sample images for classification."""
def __init__(self,
images_in_folder,
images_out_folder,
csvs_out_path):
…

Gab0225
- 1
0
votes
0 answers
MoveNet not being able to be accurate on real-time data
When running my MoveNet on live feed from Webcam the points are too high for my shoulders when the subject is showing only face and top of shoulders. When subject moves back, the keypoints are good for the shoulders but the eyes are too low and the…

Agam Aneja
- 11
- 3
0
votes
0 answers
Run Custom Movenet Model on tfjs demo
I have compiled a new tfjs odel with a model.json file containing the model information and a bin file containing the weights and I want to try running my custom model on the tfjs model demo.
Link here:…
0
votes
0 answers
How to evaluate MoveNet.SinglePose.Lightning using COCOEval API?
I’m trying to evaluate MoveNet.SinglePose.Lightning using the COCOEval API.
However, I do not know how to calculate the score to use for evaluation.
Referring to the Results Format page, one score must be set for each inference result for the…

ozwis
- 1
0
votes
0 answers
I have some problems running the tflite(MoveNet singlepose lightning model) on the flutter
I am not good at English, so I used a translator and a dictionary. Please understand if there is an awkward sentence, and if you don't understand what I'm saying, please let me know.
I git cloned the code from…

AdHoc
- 1
- 3
0
votes
0 answers
Movenet keypoint visualization for video works well frame by frame but gets bad results from saved keypoints
I am working on Movenet_SinglePose_Demo (https://colab.research.google.com/github/tensorflow/hub/blob/master/examples/colab/movenet.ipynb), I use thunder version of model. My problem is that when I visualize with their code:
`
# Load the input…
0
votes
0 answers
How to show a real-time graph while recording video with openCV?
I am developing a pose estimation application using opencv and movenet.
I am recording people's poses using camera and I want to display a graph in real time indicating the x and y co-ordinates of people's joints.
I have tried using FuncAnimation of…

Daniel paul
- 1
- 1