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

difference between checkpoints? #13

Open I3aer opened 4 months ago

I3aer commented 4 months ago

Hi,

Could you please tell me what is the difference between these two checkpoints?

mbv3-large-0.75-modified_head

and

mbv3-large0.75

If you modified the head, could you please share what changes made to the head?

also, do you use scale in the BN of the extern conv layer?