文章分类 -  姿态估计

摘要:代码源于官方HRNet 这里仅做测试 环境配置过程可以参考:https://www.cnblogs.com/Thirteen13th/articles/16141759.html 一、测试语句 python tools/test.py \--cfg experiments/coco/hrnet/w3 阅读全文
posted @ 2022-05-15 21:12 Thirteen13th 阅读(268) 评论(0) 推荐(0)
摘要:代码源于:https://github.com/HRNet/HigherHRNet-Human-Pose-Estimation 测试流程参考:(24条消息) HigherHRnet详解之实验复现_error:404..的博客-CSDN博客_higherhrnet代码解析 训练过程和整体框架可参考:( 阅读全文
posted @ 2022-04-20 08:31 Thirteen13th 阅读(451) 评论(0) 推荐(0)
摘要:本文是针对于Lite-HRNet模型在mpii_test数据集上的测试(通过pycharm连接远程服务器进行测试) 地址映射:/data/zhangyy/PoseEstimation/Lite——E:\postgraduate\PPT\code\Lite\Lite-HRNet-hrnet 代码Git 阅读全文
posted @ 2022-04-13 19:28 Thirteen13th 阅读(1787) 评论(0) 推荐(0)
摘要:(二)Simple-HRNet 代码源于:stefanopini/simple-HRNet: Multi-person Human Pose Estimation with HRNet in Pytorch (github.com) 一、环境安装及测试 1.环境安装:在pycharm的termina 阅读全文
posted @ 2022-04-01 11:57 Thirteen13th 阅读(2542) 评论(0) 推荐(0)
摘要:(一)AlphaPose 1.项目介绍 项目GitHub地址:GitHub - Amanbhandula/AlphaPose: AlphaPose Implementation in Pytorch along with the pre-trained wights 注:这只是AlphaPose项目 阅读全文
posted @ 2022-02-19 23:29 Thirteen13th 阅读(2733) 评论(0) 推荐(0)
摘要:1.人体姿态估计综述 https://blog.csdn.net/seiyaaa/article/details/109080879 2.paper with code https://paperswithcode.com/task/multi-person-pose-estimation 阅读全文
posted @ 2022-02-18 09:24 Thirteen13th 阅读(46) 评论(0) 推荐(0)