HRNet / Lite-HRNet

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

What is the model structure of small HRNet? #83

Open Jiang-YaNing opened 1 year ago

Jiang-YaNing commented 1 year ago

Lite-HRNet's paper says that It simply reduces the depth andthe width of the original HRNet.But I don't know what the specific structure of small HRnet or HRNetw16 is.How many times have num_modules and num_blocks been stacked?