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

  • Log In
  • Sign Up

Voxel51
/
fc-clip

Image Segmentation
Transformers
Safetensors
fc_clip
panoptic-segmentation
open-vocabulary
zero-shot
clip
convnext
mask2former
fiftyone
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Voxel51/fc-clip with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Voxel51/fc-clip with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="Voxel51/fc-clip", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Voxel51/fc-clip", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
fc-clip
83 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
neerajaabhyankar's picture
neerajaabhyankar
fixed license
be25e3e verified 15 days ago
  • .gitattributes
    1.52 kB
    initial commit 27 days ago
  • README.md
    2.39 kB
    fixed license 15 days ago
  • config.json
    1.08 kB
    Upload folder using huggingface_hub 27 days ago
  • configuration_fc_clip.py
    4.78 kB
    Upload folder using huggingface_hub 27 days ago
  • convert_and_upload.py
    2.75 kB
    Upload folder using huggingface_hub 27 days ago
  • model.safetensors
    82.9 MB
    xet
    Upload folder using huggingface_hub 27 days ago
  • modeling_fc_clip.py
    46.4 kB
    Add confidence to segments_info 15 days ago
  • preprocessor_config.json
    309 Bytes
    Upload folder using huggingface_hub 27 days ago