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

yzluka
/
PulmonaryEmbolismSegmentation

Image Segmentation
Transformers
PyTorch
pulmonary-embolism-segmentation
feature-extraction
ct-pulmonary-angiography
medical-imaging
ct
pulmonary-embolism
segmentation
nnunet
custom_code
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use yzluka/PulmonaryEmbolismSegmentation with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="yzluka/PulmonaryEmbolismSegmentation", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("yzluka/PulmonaryEmbolismSegmentation", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
PulmonaryEmbolismSegmentation
566 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
yzluka's picture
yzluka
Remove standalone evaluation metrics
7ce235f verified 3 days ago
  • pulmonary_embolism_segmentation
    Add portable PE segmentation model 3 days ago
  • .gitattributes
    54 Bytes
    Add portable PE segmentation model 3 days ago
  • README.md
    3.3 kB
    Remove standalone evaluation metrics 3 days ago
  • config.json
    1.16 kB
    Add portable PE segmentation model 3 days ago
  • configuration_pe_segmentation.py
    2.08 kB
    Add portable PE segmentation model 3 days ago
  • local_architecture.py
    10.2 kB
    Add portable PE segmentation model 3 days ago
  • modeling_pe_segmentation.py
    2.73 kB
    Add portable PE segmentation model 3 days ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    566 MB
    xet
    Add portable PE segmentation model 3 days ago