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

  • Log In
  • Sign Up

zaa-hamza
/
microsoft-table-transformer

Object Detection
Transformers
PyTorch
detr
Model card Files Files and versions
xet
Community
1

Instructions to use zaa-hamza/microsoft-table-transformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use zaa-hamza/microsoft-table-transformer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="zaa-hamza/microsoft-table-transformer")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("zaa-hamza/microsoft-table-transformer")
    model = AutoModelForObjectDetection.from_pretrained("zaa-hamza/microsoft-table-transformer")
  • Notebooks
  • Google Colab
  • Kaggle
microsoft-table-transformer
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
zaa-hamza's picture
zaa-hamza
Upload DetrForObjectDetection
accfe96 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • LICENSE
    0 Bytes
    initial commit about 2 years ago
  • README.md
    63 Bytes
    initial commit about 2 years ago
  • config.json
    76.7 kB
    Upload DetrForObjectDetection about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    115 MB
    xet
    Upload DetrForObjectDetection about 2 years ago