Lite-HRNet
Lite-HRNet copied to clipboard
Code typos or bugs
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.