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

  • Log In
  • Sign Up

pabloOmega
/
ocr-entities-detection-ft

Image Segmentation
Transformers
Safetensors
detr
Model card Files Files and versions
xet
Community

Instructions to use pabloOmega/ocr-entities-detection-ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pabloOmega/ocr-entities-detection-ft with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="pabloOmega/ocr-entities-detection-ft")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageSegmentation
    
    processor = AutoImageProcessor.from_pretrained("pabloOmega/ocr-entities-detection-ft")
    model = AutoModelForImageSegmentation.from_pretrained("pabloOmega/ocr-entities-detection-ft")
  • Notebooks
  • Google Colab
  • Kaggle
ocr-entities-detection-ft
172 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
pabloOmega's picture
pabloOmega
Upload DetrForSegmentation
661205f verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.17 kB
    Upload YolosForObjectDetection over 1 year ago
  • config.json
    1.72 kB
    Upload DetrForSegmentation about 1 year ago
  • model.safetensors
    172 MB
    xet
    Upload DetrForSegmentation about 1 year ago