Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

OpenGVLab
/
internimage_b_1k_224

Image Classification
Transformers
Safetensors
internimage
feature-extraction
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use OpenGVLab/internimage_b_1k_224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use OpenGVLab/internimage_b_1k_224 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="OpenGVLab/internimage_b_1k_224", trust_remote_code=True)
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("OpenGVLab/internimage_b_1k_224", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

AttributeError: 'InternImage' object has no attribute '_initialize_weights'

#1 opened 10 months ago by
98Rakib
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs