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

  • Log In
  • Sign Up

Nihel13
/
aii2

Object Detection
Transformers
Safetensors
table-transformer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Nihel13/aii2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="Nihel13/aii2")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("Nihel13/aii2")
    model = AutoModelForObjectDetection.from_pretrained("Nihel13/aii2")
  • Notebooks
  • Google Colab
  • Kaggle
aii2
115 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Nihel13's picture
Nihel13
Upload feature extractor
72a38fc verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    5.17 kB
    Upload TableTransformerForObjectDetection 12 months ago
  • config.json
    1.33 kB
    Upload TableTransformerForObjectDetection 12 months ago
  • model.safetensors
    115 MB
    xet
    Upload TableTransformerForObjectDetection 12 months ago
  • preprocessor_config.json
    457 Bytes
    Upload feature extractor 12 months ago