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

  • Log In
  • Sign Up

Christian710
/
table_detection_detr

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

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

  • Libraries
  • Transformers

    How to use Christian710/table_detection_detr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="Christian710/table_detection_detr")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("Christian710/table_detection_detr")
    model = AutoModelForObjectDetection.from_pretrained("Christian710/table_detection_detr")
  • Notebooks
  • Google Colab
  • Kaggle
table_detection_detr
1.99 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Christian710's picture
Christian710
Upload processor
8957c7f over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    23 Bytes
    initial commit over 2 years ago
  • preprocessor_config.json
    452 Bytes
    Upload processor over 2 years ago