Disclaimer: The team releasing ConvNeXT V2 did not write a model card for this model so this model card has been written by the Hugging Face team.
Model description
ConvNeXt V2 is a pure convolutional model (ConvNet) that introduces a fully convolutional masked autoencoder framework (FCMAE) and a new Global Response Normalization (GRN) layer to ConvNeXt. ConvNeXt V2 significantly improves the performance of pure ConvNets on various recognition benchmarks.
Intended uses & limitations
You can use the raw model for image classification. See the
model hub
to look for
fine-tuned versions on a task that interests you.
How to use
Here is how to use this model to classify an image of the COCO 2017 dataset into one of the 1,000 ImageNet classes:
from transformers import AutoImageProcessor, ConvNextV2ForImageClassification
import torch
from datasets import load_dataset
dataset = load_dataset("huggingface/cats-image")
image = dataset["test"]["image"][0]
preprocessor = AutoImageProcessor.from_pretrained("facebook/convnextv2-atto-1k-224")
model = ConvNextV2ForImageClassification.from_pretrained("facebook/convnextv2-atto-1k-224")
inputs = preprocessor(image, return_tensors="pt")
with torch.no_grad():
logits = model(**inputs).logits
# model predicts one of the 1000 ImageNet classes
predicted_label = logits.argmax(-1).item()
print(model.config.id2label[predicted_label]),
@article{DBLP:journals/corr/abs-2301-00808,
author = {Sanghyun Woo and
Shoubhik Debnath and
Ronghang Hu and
Xinlei Chen and
Zhuang Liu and
In So Kweon and
Saining Xie},
title = {ConvNeXt {V2:} Co-designing and Scaling ConvNets with Masked Autoencoders},
journal = {CoRR},
volume = {abs/2301.00808},
year = {2023},
url = {https://doi.org/10.48550/arXiv.2301.00808},
doi = {10.48550/arXiv.2301.00808},
eprinttype = {arXiv},
eprint = {2301.00808},
timestamp = {Tue, 10 Jan 2023 15:10:12 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-2301-00808.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
Runs of facebook convnextv2-atto-1k-224 on huggingface.co
86.4K
Total runs
146
24-hour runs
-751
3-day runs
-2.0K
7-day runs
-11.5K
30-day runs
More Information About convnextv2-atto-1k-224 huggingface.co Model
convnextv2-atto-1k-224 huggingface.co is an AI model on huggingface.co that provides convnextv2-atto-1k-224's model effect (), which can be used instantly with this facebook convnextv2-atto-1k-224 model. huggingface.co supports a free trial of the convnextv2-atto-1k-224 model, and also provides paid use of the convnextv2-atto-1k-224. Support call convnextv2-atto-1k-224 model through api, including Node.js, Python, http.
convnextv2-atto-1k-224 huggingface.co is an online trial and call api platform, which integrates convnextv2-atto-1k-224's modeling effects, including api services, and provides a free online trial of convnextv2-atto-1k-224, you can try convnextv2-atto-1k-224 online for free by clicking the link below.
facebook convnextv2-atto-1k-224 online free url in huggingface.co:
convnextv2-atto-1k-224 is an open source model from GitHub that offers a free installation service, and any user can find convnextv2-atto-1k-224 on GitHub to install. At the same time, huggingface.co provides the effect of convnextv2-atto-1k-224 install, users can directly use convnextv2-atto-1k-224 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
convnextv2-atto-1k-224 install url in huggingface.co: