Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mobilenetv4 support and pretrained models? #8437

Closed
LiYufengzz opened this issue May 22, 2024 · 5 comments
Closed

Add mobilenetv4 support and pretrained models? #8437

LiYufengzz opened this issue May 22, 2024 · 5 comments

Comments

@LiYufengzz
Copy link

馃殌 The feature

Google has published the mobilenetv4 model. When will pytorch support it and open the pre-trained model?

Motivation, pitch

I very much hope to use the latest lightweight backbone

Alternatives

No response

Additional context

No response

@ChengpengChen
Copy link

Hi, @LiYufengzz

I've implemented MobileNetV4 in pytorch, can refer to this. I am trying to reproduce the results though.
https://github.com/ChengpengChen/RepGhostNetV2

The code also provides a comparable backbone, i.e., RepGhostNetV2. Feel free to reach me if you have any concerns.

Thanks

@LiYufengzz
Copy link
Author

Hi, @LiYufengzz

I've implemented MobileNetV4 in pytorch, can refer to this. I am trying to reproduce the results though. https://github.com/ChengpengChen/RepGhostNetV2

The code also provides a comparable backbone, i.e., RepGhostNetV2. Feel free to reach me if you have any concerns.

Thanks

Thanks a lot for the reply锛孖 hope you can reproduce the indicators in the paper.

@NicolasHug
Copy link
Member

Thanks for the feature request @LiYufengzz . We're not planning to add mobiletnetv4 to torchvision so we recommend using third-party implementation like that of @LiYufengzz

@rwightman
Copy link
Contributor

timm has an (almost) full set of MobileNetV4 weights now https://github.com/huggingface/pytorch-image-models?tab=readme-ov-file#june-12-2024

Hybrid-large and higher res hybrid-medium still in training.

@LiYufengzz
Copy link
Author

timm has an (almost) full set of MobileNetV4 weights now https://github.com/huggingface/pytorch-image-models?tab=readme-ov-file#june-12-2024

Hybrid-large and higher res hybrid-medium still in training.

thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants