HRNet / Lite-HRNet

This is an official pytorch implementation of Lite-HRNet: A Lightweight High-Resolution Network.
Apache License 2.0
833 stars 126 forks source link

code integration package #33

Open eeric opened 3 years ago

eeric commented 3 years ago

using mmcv, mmpose, while debug difficultly.

yu-changqian commented 3 years ago

For the debugging and developing your new idea, maybe you can clone the source codes of mmcv and mmpose projects, then integrate the lite-hrnet codes into the projects. Our repo may be more suitable for re-implementation.