keras-image-models icon indicating copy to clipboard operation
keras-image-models copied to clipboard

Add popular models

Open james77777778 opened this issue 1 year ago • 2 comments
trafficstars

Reference:

  • https://huggingface.co/timm?sort_models=downloads#models
  • https://huggingface.co/collections/timm/timm-takes-on-the-classics-655ce63dcaa21067cd7d3f4c

Classics:

  • [x] densenet
  • [x] inceptionv3
  • [ ] inceptionresnetv2
  • [x] resnet
  • [ ] squeezenet
  • [x] vgg
  • [x] xception

Lightweight

  • [ ] edgenext
  • [x] efficientnetlite
  • [ ] efficientvit
  • [x] ghostnet
  • [x] ghostnetv2
  • [x] ghostnetv3
  • [x] lcnet
  • [ ] levit
  • [x] mobilenetv2
  • [x] mobilenetv3
  • [x] mobileone
  • [x] mobilevit
  • [x] mobilevitv2
  • [ ] repghostnet
  • [x] tinynet

SOTA:

  • [x] convmixer
  • [x] convnext
  • [x] efficientnet
  • [x] efficientnetv2
  • [ ] eva02
  • [x] hgnet
  • [x] hgnetv2
  • [x] inceptionnext
  • [ ] maxvit
  • [x] regnet
  • [x] repvgg
  • [ ] swin transformer
  • [x] vit

james77777778 avatar Jan 09 '24 09:01 james77777778

Please add MobilenetV4 to the zoo, seems its now also available in timm. Great project you are building here! https://blog.roboflow.com/how-to-use-mobilenetv4-for-classification/

cjohn001 avatar Jan 13 '25 21:01 cjohn001

Please add MobilenetV4 to the zoo, seems its now also available in timm. Great project you are building here! https://blog.roboflow.com/how-to-use-mobilenetv4-for-classification/

Yeah, this is on my radar. I would like to implement it, but I currently don't have the bandwidth.

james77777778 avatar Jan 15 '25 02:01 james77777778