-
I cannot find documenation for downloading, using and visualizing the COCO keypoint dataset
### URL(s) with the issue:
https://voxel51.com/docs/fiftyone/user_guide/dataset_creation/index.html
…
-
https://github.com/facebookresearch/InterWild/blob/0c4cd6ca2f5a4220f4630ec9c8a3250c0b612948/data/ReInterHand/ReInterHand.py#L353
What is the difference between 'joint_img' and 'mano_joint_img'?
W…
-
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…
-
Hi,
Thank you for a great repo :D
is there a way to deal with differing image sizes in the dataset? This is the error I get:
```python
File "/Users/mareksubocz/it/keypoint-detection/keypoint…
-
Hi:)
Thanks for nice work and I have some questions about 2d pose npz files.
Looking at your "data_2d_h36m_cpn_h36m_dbb.npz" file or "data_2d_h36m_detectron_coco.npz" file, I can see that the key…
-
UPDATE: June 11, 2021
**Is your feature request related to a problem? Please describe.**
Currently we use mobilnetv2 with a 300x300 input tensor (image) by default for object detection.
It stru…
-
**Is your feature request related to a problem? Please describe.**
There are a few things I would love to see FreeMoCap do a bit better on the output side - I'll try to lay them all out here, but wil…
-
### Checklist
- [X] I have searched related issues but cannot get the expected help.
- [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/faq.md)…
-
~~multiple-model keypoint matching~~
- [ ] at-runtime models
keypoint matching dataset: needs to contain multiple reference models and dynamically handle elements. Allows for basic "object detec…
-
I am studying the sample ‘Hand Keypoint Detection’ on https://www.learnopencv.com/hand-keypoint-detection-using-deep-learning-and-opencv/, it works in c++ application. I am trying to convert this usin…