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

  • Log In
  • Sign Up

OttoYu
/
Tree-Inspection

Image Classification
Transformers
PyTorch
Safetensors
swin
Trained with AutoTrain
vision
Model card Files Files and versions
xet
Community

Instructions to use OttoYu/Tree-Inspection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use OttoYu/Tree-Inspection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="OttoYu/Tree-Inspection")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("OttoYu/Tree-Inspection")
    model = AutoModelForImageClassification.from_pretrained("OttoYu/Tree-Inspection")
  • Notebooks
  • Google Colab
  • Kaggle
Tree-Inspection
221 MB
Ctrl+K
Ctrl+K
History: 2 commits
system's picture
system HF Staff
Commit From AutoTrain
70136b5 over 2 years ago
  • .gitattributes
    1.66 kB
    Commit From AutoTrain over 2 years ago
  • README.md
    883 Bytes
    Commit From AutoTrain over 2 years ago
  • config.json
    4.68 kB
    Commit From AutoTrain over 2 years ago
  • model.safetensors
    110 MB
    xet
    Commit From AutoTrain over 2 years ago
  • preprocessor_config.json
    390 Bytes
    Commit From AutoTrain over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    110 MB
    xet
    Commit From AutoTrain over 2 years ago