-
Hello, I'm beginner to pifpaf and I want to implement this paper (https://www.researchgate.net/publication/353014690_Real-time_Pose_Estimation_from_Images_for_Multiple_Humanoid_Robots). The paper is a…
-
Hi,
As mentioned in the paper [https://arxiv.org/abs/2302.05543](url):
> Human Pose (OpenPifPaf) We use learning-based pose estimation method [27] to “find” humans
> from internet using a simple …
-
Hi
I get error after generating about 90-130 images using API!
I have enough Memory,CPU and vRAM!
Speed: 15.6ms preprocess, 15.6ms inference, 0.0ms postprocess per image at shape (1, 3, 640, 64…
-
ENVS:
Python: 3.10.13
Setuptools: setuptools-69.2.0
The full Error is below:
```
DWPose: Using yolox_l.onnx for bbox detection and dw-ll_ucoco.onnx for pose estimation
DWPose: Caching ONNXRunt…
6174 updated
7 months ago
-
**Description of the Issue**
I need to run mmpose model after mmdet model for video processing.
Runtime error`TypeError: LoadAnnotations.__init__() got an unexpected keyword argument 'with_mask'` …
-
https://github.com/FORTH-ModelBasedTracker/MocapNET
-
Hi! I am trying to use ViTPose+ basic for inference using the following code:
```
# importing necessary libraries
import warnings
warnings.filterwarnings('ignore')
import torch
import torchvis…
-
### Did you check docs and existing issues?
- [x] I have read all the docs
- [x] I have searched the existing issues
### Version Information
```
>>> python -V
Python 3.7.12
```
```bash
mmpo…
-
Hello, I am currently using the file "src/python/mnet4/csvNET.py". I noticed that in the file con0014/2dJoints_v1.4.csv downloaded from Google Colab, there seem to be 138 2D keypoints. The results fro…
-
### What is the feature?
Hi, very excellent work!
Just curious if any solution for the case where the two hands are overlapping or crossing.
I tried the published hand-5 model, and it only giv…