-
Hi all,
I am using coco api to evaluate keypoints on human body (coco dataset format).
Please be aware, my data has only 1 human per image. So, 1 detection per image.
First:
I used 'score' a…
-
Currently, I am using densepose to extract poses from video frames. But in some frames, there are missing detections or wrong uv detections. I was wondering if there's any method(such as gaussian/mean…
-
hello @kaiidams
i need help in generating data final x,y for training from keypoints data with json file. can you guide me with some good resources. i want to understand how to preprocess data for…
-
Hi,
Thanks for such a wonderful tool offering to the research community. I wanted to extract the joint keypoint information of the Jaco-2 robot arm (3D and projected coordinates) into the .json fil…
-
## Motivation
The most natural expectation is to have a demo script to run results on your own data, which is the main "selling point" of the paper. To make it more convenient for the users, it wou…
-
Hello, and thank you so much for this well documented, interesting and useful tool!
It would seem that I am having problems with the cropping of my videos when making grid videos. Either the videos…
-
Hello, I want to get a hand keypoint detector without body, is this paper---Hand keypoint detection in single images using multiview bootstrapping not open source? I want to know and learn how it is …
-
I'm trying to train a key points detection model using COCO format as follows
```
...,
annotations: [
{
...,
"keypoints": [x1,y1,v1,...,x4,y4,v4],
"num_keypoints…
-
Have you tested ResNet101-FPN as a skeleton network in keypoints detection task?Do you think it is reasonable?
-
## Task
Remove the current openpose dependency to the Pytorch's version of openpose, which can be found [here](https://github.com/Hzzone/pytorch-openpose)
- Require keypoint generation and pose de…