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

  • Log In
  • Sign Up

OttoYu
/
Tree-ConditionHK

Object Detection
Transformers
PyTorch
Chinese
English
swin
image-classification
vision
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use OttoYu/Tree-ConditionHK with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="OttoYu/Tree-ConditionHK")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("OttoYu/Tree-ConditionHK")
    model = AutoModelForImageClassification.from_pretrained("OttoYu/Tree-ConditionHK")
  • Notebooks
  • Google Colab
  • Kaggle
Tree-ConditionHK
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
OttoYu's picture
OttoYu
Update README.md
e4d3d9d about 3 years ago
  • .gitattributes
    1.62 kB
    Commit From AutoTrain about 3 years ago
  • README.md
    1.13 kB
    Update README.md about 3 years ago
  • config.json
    3.17 kB
    Commit From AutoTrain about 3 years ago
  • preprocessor_config.json
    388 Bytes
    Commit From AutoTrain about 3 years ago
  • pytorch_model.bin
    348 MB
    xet
    Commit From AutoTrain about 3 years ago