AlphaPose
AlphaPose copied to clipboard
Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
你好,我在windows上运行python scripts/demo_inference.py --cfg configs/halpe_26/resnet/256x192_res50_lr1e-3_1x.yaml --checkpoint pretrained_models/halpe26_fast_res50_256x192.pth --indir examples/demo/ --save_img出现如下报错 Loading YOLO model.. Loading pose model from pretrained_models/halpe26_fast_res50_256x192.pth... 0%| | 0/3 [00:01
train halpe26 always get some error: ``` alphapose/utils/metrics.py", line 110, in evaluate_mAP cocoEval.evaluate() File "/root/anaconda3/lib/python3.9/site-packages/pycocotools/cocoeval.py", line 157, in evaluate self.ious = {(imgId, catId): computeIoU(imgId, catId) File "/root/anaconda3/lib/python3.9/site-packages/pycocotools/cocoeval.py", line 157, in...
Hi! I'm trying to get the single hand running as described in the model zoo doc. When executing the following as suggested by you, I get an error. ``` python3...
Hi~Very thanks for your open source. Have your team release the paper about FastPose? thanks all
First, thank you for your work! The question is I tried to change write.py to get final_result in demo_inference.py, but it does not work. Can you give me some advice...
Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.2.16 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...
mega.nz的网址我访问不了,请问有没有国内的下载网址提供一下,谢谢啦
I found AlphaPose is totally different from RMPE, it is faster and more accurate but without the key features of SSTN, Parallel SPPE and etc. AlphaPose is simpler and the...
我在进行推理的时候发现需要安装Cython,他还需要cpp环境。而整个项目中使用到Cython的地方只有iou,为此我直接添加进了iou函数,感觉这样会更加简便。可以看看是否需要合并。
(pytorch_gpu) [stu3@gpu7 AlphaPose-master]$ python scripts/demo_inference.py --cfg configs/coco/resnet/256x192_res50_lr1e-3_1x.yaml --checkpoint pretrained_models/fast_res50_256x192.pth --indir data/input/03_0032 --outdir data/output --gpus 1 Loading YOLO model.. Loading pose model from pretrained_models/fast_res50_256x192.pth... Network successfully loaded 0%| | 0/409 [00:00