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

yuxindu
/
segvol

Image Segmentation
Transformers
PyTorch
English
segvol
feature-extraction
medical
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use yuxindu/segvol with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use yuxindu/segvol with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="yuxindu/segvol", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("yuxindu/segvol", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
segvol
853 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 59 commits
yuxindu's picture
yuxindu
add config
7c6382d about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • Case_image_00001_0000.nii.gz
    125 MB
    xet
    Upload 2 files about 2 years ago
  • Case_label_00001.nii.gz
    977 kB
    xet
    Upload 2 files about 2 years ago
  • README.md
    6 kB
    Update README.md about 2 years ago
  • config.json
    379 Bytes
    add config about 2 years ago
  • merges.txt
    525 kB
    add config about 2 years ago
  • model_segvol_single.py
    84.2 kB
    add config about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    724 MB
    xet
    add model about 2 years ago
  • special_tokens_map.json
    389 Bytes
    add config about 2 years ago
  • tokenizer.json
    2.22 MB
    add config about 2 years ago
  • tokenizer_config.json
    765 Bytes
    add config about 2 years ago
  • vocab.json
    862 kB
    add config about 2 years ago