610265158 / mobilenetv3_centernet

A tensorflow implement mobilenetv3 centernet, which can be easily deployeed on android(MNN) and ios(CoreML).
70 stars 13 forks source link

why there has no offset loss? #8

Open longrj opened 3 years ago

longrj commented 3 years ago

There has hm loss, wh loss and offset loss in paper. The offset loss is important for object location. But I find this project has no offset loss, which means object can offset 0~4 pixels.

610265158 commented 3 years ago

Please refer to ttfnet.

longrj commented 3 years ago

Please refer to ttfnet.

Got it, thanks very much.