-
It should be possible to share the Keypoints graph visualisation with others.
Keypoints currently uses Graphviz to generate the graph. The graph could be exported as a PDF. On export, the actual no…
-
### Branch
main branch (1.x version, such as `v1.0.0`, or `dev-1.x` branch)
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmaction2/issues) and [Discussions](https:/…
-
Hi,
As this topic said, did I miss some step of it?
-
## Describe the bug
bbox and mask seemed accurate, but keypoints are inaccurate after transformation
### To Reproduce
may test it out in the UI https://explore.albumentations.ai/transform/Ran…
-
code calculate all parameter (ex: projected corners, keypoints) in cam2 coordindates.
but you export bbox_3d in cam0 coordinates finally.
-
Hi, I am a great fan for this kinda works and my appreciations to you. On analyzing the code, I get to know that, you swap face from an image to the face in a video feed. I have seen image to image fa…
-
I tried to predict 3D kypoints from 2D keypoints of my own images, but I can't download the dataset h36m.zip. As a result, I cannot run the the script openpose_3dpose_sandbox.py. I think I don't need …
-
Dear authors, this is a very cool work, thank you for sharing the code!
I tried to reproduce the results of work on the KITTI dataset. I used `save_keypoints.py` with path to the dataset from GDriv…
-
-
solved by adding
if(imageKeypoints.size() == 0) return false;
in
bool ofxFeatureFinder::detectObject( . . .
greetings ascorbin