keras-team / keras-cv

Industry-strength Computer Vision workflows with Keras
Other
974 stars 318 forks source link

MobileNetv4 #2423

Open edwardyehuang opened 2 months ago

edwardyehuang commented 2 months ago

Short Description

Papers MobileNetV4 - Universal Models for the Mobile Ecosystem

Existing Implementations https://github.com/tensorflow/models/blob/master/official/vision/modeling/backbones/mobilenet.py

Other Information

divyashreepathihalli commented 4 weeks ago

@edwardyehuang are you interested in contributing this to KerasCV?

edwardyehuang commented 3 weeks ago

@edwardyehuang are you interested in contributing this to KerasCV?

If MobileNetV4 releases weights, I will be happy to provide KerasCV implementation.

I wrote to them a few months ago, and they replied that they would release weights as soon as possible, but it has not happened until now.

edwardyehuang commented 2 weeks ago

Since timm released the weights of Mobilenetv4, I will continue work on this