HRNet / HRNet-Object-Detection

Object detection with multi-level representations generated from deep high-resolution representation learning (HRNetV2h). This is an official implementation for our TPAMI paper "Deep High-Resolution Representation Learning for Visual Recognition". https://arxiv.org/abs/1908.07919
Apache License 2.0
644 stars 97 forks source link

Question about the HRNet to be used in other framework #30

Closed DangerousY closed 5 years ago

DangerousY commented 5 years ago

I want to ask if the HRNet which can be used in any objection detection framework as a Backbone. Is it possible that I just need to change the backbone to HRNet in some other framework.

wondervictor commented 5 years ago

HRNet is a general backbone which can be extended to quantities of tasks. It's possible that HRNet can be adapted to other frameworks. As for how we apply HRNet into kinds of tasks, our tech report provides more details (Deep High-Resolution Representation Learning for Visual Recognition )

DangerousY commented 5 years ago

Thanks!It helps me a lot.