-
Hi,
I use my datasets which has 21 key-points ( include background ) and 19 vector.
Does mapIdx's length equal number of keypoints ?
If I use datasets have different number keypoints, where sho…
ghost updated
6 years ago
-
I found there are two erratas in README.md.
1. The keypoint file, `img-keypoints.zip`, should be put in `dataset/Img/` rather than `dataset/`. Otherwise, after extracted, the folder structure is `d…
-
Thanks for your awesome repository! 🎉🎉
I want to use this repository to extract skeletons for an image. What should I do?
-
Hi, thanks for releasing the code. I have a question about the impementation of refine function in test.py
It identifies all missing keypoints and that will generate the estimation for all keypoints…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmpose/issues) and [Discussions](https://github.com/open-mmlab/mmpose/discussions) but cannot get the expected help.
- [X…
-
When digitizing multiple (here 4) sketch maps of an urban error, this error occurs:
```
sketch-map-tool-celery-1 | 2024-03-25 12:40:20,361 - ERROR - request.py - on_failure - Task handler raised er…
-
Thanks for your amazing work.
I have implemented superpoint extact superglue on megadepth with some imperfection(depth loss when interpolate, I will discard that image pair).
![image](https://user…
-
For quantitative results, I first get the output of smplx model,
using
'output = model(return_verts=True, **torch_param)'
and
'output.joints'
I can get 1*127*3 joints.
However, in SMPL coord…
-
Torchvision's functional API allows user to explicitly specify angles to rotate the image or points to crop the image. Thus one can apply sane augmentation on target masks or bounding boxes.
But in ca…
-
### What is the feature?
Hi, I'm trying to get joint landmark so that I could save coordinate value in that landmark.
I want to measure angles between two joints and vertical after that.
Would yo…