keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 913 forks source link

Add MobilenetV3 #149

Closed idenc closed 4 years ago

idenc commented 4 years ago

Summary

Mobilenet V3 would be a good addition to applications. Models were released on the Tensorflow object-detection-api here. However, it seems the weights may be broken in my testing.

jaketae commented 4 years ago

170 seems to resolve this. Let's wait until it gets approved and merged to master.

brettkoonce commented 4 years ago

see also #176

taehoonlee commented 4 years ago

176 has been merged. Thank you for being patient.