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

  • Log In
  • Sign Up

ondame
/
image-classifier

Image Classification
Transformers
ONNX
English
multi-head-classification
room-classification
dinov2
computer-vision
scene-classification
Model card Files Files and versions
xet
Community

Instructions to use ondame/image-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ondame/image-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="ondame/image-classifier")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ondame/image-classifier", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
image-classifier
2.43 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
justin-onda's picture
justin-onda
Update README.md
921d638 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    7.92 kB
    Update README.md 6 months ago
  • encoder.onnx
    1.22 GB
    xet
    encoder를 dino v2 공식 모델로 변경 6 months ago
  • head.onnx
    91 kB
    xet
    fix: 헤드 ONNX 출력 순서 수정 (v0.2.1) [AI] 7 months ago
  • inference_example.py
    5.46 kB
    fix: 헤드 ONNX 출력 순서 수정 (v0.2.1) [AI] 7 months ago
  • model.pth

    Detected Pickle imports (6)

    • "collections.OrderedDict",
    • "numpy._core.multiarray.scalar",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "numpy.dtype",
    • "_codecs.encode"

    How to fix it?

    1.21 GB
    xet
    파일명 정리 및 README 보완 8 months ago
  • model_info.json
    2.82 kB
    model_info.json 현행화 6 months ago
  • preprocessor_config.json
    436 Bytes
    encoder를 dino v2 공식 모델로 변경 6 months ago