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

LiteHRNet的实时性为什么比MobileNetV3-Large差很多啊? #87

Open Huskywyh opened 7 months ago

Huskywyh commented 7 months ago

我测试了对于输入为288*384大小两个网络的分割实时性,MobileNetV3-Large只需要6ms左右,而LiteHRNet需要将近50ms,LiteHRNet的实时性差了这么多吗?