#11 · Primary category: Model Zoos & Hubs
ResNeSt
ResNeSt: Split-Attention Networks
Project last updated:12/09/22
GitHub Stars
3.3K
Forks
495
Contributors
6
License
Apache-2.0
Why we included this project
ResNeSt reworks the familiar ResNet backbone by adding split-attention blocks, and the repo ships pretrained checkpoints in four depths, from 50 to 269 layers, that load into PyTorch or Gluon in a few lines. Teams building object detectors or segmentation pipelines get a drop-in swap: the backbone already plugs into Detectron2, MMDetection, the PyTorch Encoding toolkit, and GluonCV, so existing training code keeps working. It is a research release rather than maintained software, so plan on adapting code and rerunning the reproducibility scripts yourself. For vision work where vanilla ResNet accuracy is the bottleneck, the pretrained weights and downstream configs make it a practical upgrade.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
models.dev
An open-source database of AI models.
Awesome-CoreML-Models
Largest list of models for Core ML (for iOS 11+)
models
Officially maintained, supported by PaddlePaddle, including CV, NLP, Speech, Rec, TS, big models and so on.
PINTO_model_zoo
A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML.
huggingface_hub
The official CLI and Python client for the Hugging Face Hub.