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

Code typos or bugs #53

Open Junjun2016 opened 3 years ago

Junjun2016 commented 3 years ago

y = out[0] if i == 0 else self.fuse_layers[i][0](out[0]) --> y=0

elif not self.multiscale_output: --> if not self.multiscale_output:

Match HRNet

Looking forward to your reply.