-
How can I use CrowdPose mode in your AlphaPose code?
I install your AlphaPose pytorch branch, it can represent human skeleton with colorful lines(eg. green orange and blue), working very well.
but …
-
Congratulations, this is an interesting job! However, the provided trained model for the CrowdPose dataset produces the following error message, as shown in the image.
-
-
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…
-
I think your paper's mind is pretty good and wanted to have a train myself.
I downloaded litepose source code and use "Normal Training" method to trained a mobileNet based Search-S model on Crowdpose…
-
您好,我在做遮挡评估的时候遇到了一些问题
前提:我的模型加入了3dpw-train set训练而成
我评估了我训练的模型结果如下:
```
DONE (t=0.22s).
Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets= 20 ] = 0.267
Average Precision (AP)…
-
hello, Thanks for your work. I've trained HigherHRNet on CrowdPose dataset, but when I evaluate my model on the test set by using the command `python tools/valid.py --cfg xxx.xml TEST.MODEL_FILE xx.pt…
-
Are we suppose to use `main.py` as endpoint for inference as well? I'd like to run inference on a single image (for single character) (no annotation) with provided checkpoints trained on Human-arts.
…
-
Hello @Jeff-sjtu , thanks for providing the code and dataset. I am trying to produce numbers with OpenPifPaf on your CrowdPose dataset. When I take a COCO pretrained model, the test AP on CrowdPose is…
-
作者您好,首先感谢您优秀的repo。
请问crowdpose只有pytorch分支才有?感觉master分支的训练代码写的比pytorch的要更加易懂,所以我打算在master分支上加上crowdpose训练部分的功能。凭我粗浅的理解,是否只需修改生成gt heatmap的部分以及预测后处理的部分copy一下matching.py的内容?
请问在master分支移植crowdpose是否可行?…