
branes-ai/Models
Updated
Embodied AI, GN&C, and autonomy
This repository provides links to authentic pre-trained weights for various machine learning models. No weights are hosted here; instead, we point to official sources.
Model | Parameters | Complexity | Year | Source Link |
---|---|---|---|---|
MobileNetV1 | ~4M | Very Low | 2017 | TensorFlow Hub - MobileNet V1 |
MobileNetV2 | ~3.5M | Very Low | 2018 | TensorFlow Hub - MobileNet V2 |
EfficientNetV2-B0 | 6.6M | Low | 2019 | Kaggle - timm/tf-efficientnet |
EfficientNetV2-B1 | 7.8M | Medium | 2021 | Kaggle - timm/tf-efficientnet |
ResNet-18 | 12.5M | Medium | 2015 | Hugging Face - microsoft/resnet-18 |
ResNet-34 | 18.0M | Medium | 2015 | Hugging Face - microsoft/resnet-34 |
ResNet-50 | 25.6M | Medium | 2015 | Hugging Face - microsoft/resnet-50 |
EfficientNetV2-L | 66M | High | 2021 | Kaggle - timm/tf-efficientnet |
ViT-Base-16 | 86M | High | 2020 | Hugging Face - ViT-Base-Patch16-224 |
Swin Transformer-Base | 86M | High | 2021 | Hugging Face - Swin-Base-Patch4-Window7-224 |
DINO-v2 | 147M | Very High | 2022 | Hugging Face - DINOv2-Base |
ViT-Large-Patch16 | 304M | Very High | 2020 | Hugging Face - ViT-Large-Patch16-224 |
DINO-v2 (Large) | 354M | Very High | 2022 | Hugging Face - DINOv2-Large |
GPT-4 Vision | Billions | Extremely High | 2023 | Not available (Proprietary, OpenAI API) |
torchvision.models
with pretrained=True
.tf.keras.applications
or TensorFlow Hub APIs.transformers
library with the provided model IDs.