facebookresearch/ConvNeXt-V2
Code release for ConvNeXt V2 model observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 95
Flags: no_releases archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1343
- days_rel: n/a
- days_push: 749
- n_releases_24m: 0
Adoption not part of the score
2069 stars · 177 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Official PyTorch implementation of ConvNeXt V2, a family of pure convolutional neural network models co-designed with a fully convolutional masked autoencoder (FCMAE) framework and a Global Response Normalization (GRN) layer. It provides model definitions in eight sizes, pre-training and fine-tuning code, and pre-trained ImageNet-1K weights.
Use cases
- classify images with a pretrained ConvNet backbone
- fine-tune ConvNeXt V2 on my own image dataset
- run self-supervised masked autoencoder pre-training on images
- get a lightweight vision model for edge devices
- use a convolutional backbone for downstream vision tasks like detection or segmentation
- compare ConvNet vs Vision Transformer performance on ImageNet
When to choose
- you need a pure-ConvNets image classification model with pretrained weights
- you want a range of model sizes from tiny (3.7M params) to huge (660M params)
- you want to reproduce or build on the ConvNeXt V2 paper's self-supervised FCMAE approach
When to avoid
- you need a non-vision or multimodal model
- you require a permissively licensed library since the license is custom/non-standard
- you want a maintained framework with frequent updates, as this is a research code release
Facets
library · maturity stable
machine-learning deep-learning image-processing computer-vision deep-learning machine-learning python convnext pytorch masked-autoencoder image-classification self-supervised-learning pretrained-models facebook-research gpu
1 source
- readme: https://github.com/facebookresearch/ConvNeXt-V2 · fetched 2026-08-28 · 110d704337e8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| facebookresearch/ConvNeXt-V2 | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="facebookresearch/ConvNeXt-V2")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem