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
231 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
Christian710's picture
Christian710
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#12)
77951eb over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    23 Bytes
    initial commit over 2 years ago
  • config.json
    1.34 kB
    Upload TableTransformerForObjectDetection (#5) over 2 years ago
  • model.safetensors
    115 MB
    xet
    Adding `safetensors` variant of this model (#12) over 2 years ago
  • preprocessor_config.json
    452 Bytes
    Upload processor (#6) over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    115 MB
    xet
    Upload TableTransformerForObjectDetection (#10) over 2 years ago