dmy1997 / DHRNet

Dynamic HRNet for pedestrian detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DHRNet

DHRNet aims to generate different scale-sensitive weights (a parallel multi-branch architecture with a soft conditional gate module) during feature fusion in HRNet, thus consistently improving the performance across different scales on Citypersons.

pipeline.png

Core files

The code base of our work is MMDetection(Here is MMDetection-1.2.0).
Config: configs/hrnet/faster_rcnn_hrnetv2p_w18_dynamic.py
Backbone: DHRNet

Citation

@article{DHRNet,
  title   = {Learning a Dynamic High-Resolution Network for Multi-Scale Pedestrian Detection.},
  author  = {Mengyuan Ding, Shanshan Zhang, Jian Yang.},
  journal = {International Conference on Pattern Recognition(ICPR)},
  year={2020}
}

About

Dynamic HRNet for pedestrian detection

License:Apache License 2.0


Languages

Language:Python 86.5%Language:Cuda 7.9%Language:C++ 5.4%Language:Shell 0.1%Language:Dockerfile 0.0%