Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

tue-mps
/
coco_panoptic_eomt_base_640_2x

Image Segmentation
Transformers
PyTorch
Safetensors
eomt
vision
Model card Files Files and versions
xet
Community

Instructions to use tue-mps/coco_panoptic_eomt_base_640_2x with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tue-mps/coco_panoptic_eomt_base_640_2x with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="tue-mps/coco_panoptic_eomt_base_640_2x")
    # Load model directly
    from transformers import AutoImageProcessor, EomtForUniversalSegmentation
    
    processor = AutoImageProcessor.from_pretrained("tue-mps/coco_panoptic_eomt_base_640_2x")
    model = EomtForUniversalSegmentation.from_pretrained("tue-mps/coco_panoptic_eomt_base_640_2x")
  • Notebooks
  • Google Colab
  • Kaggle
coco_panoptic_eomt_base_640_2x
749 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 9 commits
neikos00's picture
neikos00
Update README.md
1ac4979 verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    2.74 kB
    Update README.md 8 months ago
  • config.json
    6.43 kB
    Upload config.json 11 months ago
  • model.safetensors
    375 MB
    xet
    Upload EomtForUniversalSegmentation 11 months ago
  • preprocessor_config.json
    664 Bytes
    Upload processor 11 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    375 MB
    xet
    Upload pytorch_model.bin 11 months ago