Feature Pyramid Networks for Object Detection,2017 年 文章目录 AbstractIntroductionRelated WorkHand-engineered features and early neural networksDeep ConvNet object detectorsMethods using multiple layers Feature Pyramid NetworksBottom-up pathwa…
Stacked Hourglass Networks for Human Pose Estimation
中文翻译
An Intuitive Explanation of Convolutional Neural Networks – the data science blog
【https://github.com/princeton-vl/pytorch_stacked_hourglass】
一、残差网络(ResNets)与残差块(Res…
论文链接:Stacked Hourglass Networks for Human Pose Estimation 时间:2016.3 ECCV2016 作者团队:Alejandro Newell, Kaiyu Yang, and Jia Deng 分类:计算机视觉–人体关键点检测–2D top-down
目录:
1.Hourglass背…
地址:https://arxiv.org/abs/1603.06937
Hourglass网络结构最初是在ECCV2016的Stacked hourglass networks for human pose estimation文章中提出的,用于人体姿态估计。Stacked Hourglass就是把多个漏斗形状的网络级联起来,可以获取多尺度的…