Res2Net/Res2Net-PretrainedModels
(ImageNet pretrained models) The official pytorch implemention of the TPAMI paper "Res2Net: A New Multi-scale Backbone Architecture" observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2617
- days_rel: n/a
- days_push: 1364
- n_releases_24m: 0
Adoption not part of the score
1114 stars · 216 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Official PyTorch implementation of Res2Net, a multi-scale CNN backbone architecture published in TPAMI, with ImageNet-pretrained model weights. The Res2Net block adds hierarchical residual-like connections within a single residual block and can be plugged into backbones like ResNet, ResNeXt, and DLA.
Use cases
- load pretrained res2net backbone for image classification
- use res2net as backbone for object detection in mmdetection
- improve semantic segmentation with a multi-scale cnn backbone
- replace resnet backbone with res2net in detectron2
- fine-tune imagenet pretrained res2net on my own dataset
- compare res2net vs hrnet for detection performance
When to choose
- you need a strong multi-scale CNN backbone for detection or segmentation
- you want ImageNet-pretrained weights that transfer well to downstream vision tasks
- you use PyTorch, MMDetection, Detectron2, or Jittor and want drop-in Res2Net support
When to avoid
- you need a maintained library with active development or a license
- you want transformer-based backbones like ViT or Swin
- you need training code in this repo (training lives in a separate repository)
Facets
library · maturity maintenance
machine-learning deep-learning image-processing computer-vision deep-learning computer-vision machine-learning python res2net pretrained-models backbone-network pytorch imagenet multi-scale-features model-zoo gpu
2 sources
- readme: https://github.com/Res2Net/Res2Net-PretrainedModels · fetched 2026-08-28 · b01dc00ad62d
- homepage: https://mmcheng.net/res2net/ · fetched 2026-08-29 · f8c73c06e844
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Res2Net/Res2Net-PretrainedModels | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="Res2Net/Res2Net-PretrainedModels")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem