Add Mobilenet v4 (#2325)

* Support different resolutions in load_image()

* Added MobilenetV4 model.

* Add MobileNetv4 to README
This commit is contained in:
Jani Monoses
2024-07-09 14:52:20 +03:00
committed by GitHub
parent 25960676ca
commit a226a9736b
6 changed files with 939 additions and 18 deletions

View File

@ -236,7 +236,7 @@ If you have an addition to this list, please submit a pull request.
- MetaVoice-1B, text-to-speech model.
- Computer Vision Models.
- DINOv2, ConvMixer, EfficientNet, ResNet, ViT, VGG, RepVGG, ConvNeXT,
ConvNeXTv2, MobileOne, EfficientVit (MSRA).
ConvNeXTv2, MobileOne, EfficientVit (MSRA), MobileNetv4.
- yolo-v3, yolo-v8.
- Segment-Anything Model (SAM).
- SegFormer.