Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more segmentation models #2669

Open
qubvel opened this issue Jan 18, 2025 · 0 comments
Open

Add more segmentation models #2669

qubvel opened this issue Jan 18, 2025 · 0 comments
Assignees

Comments

@qubvel
Copy link

qubvel commented Jan 18, 2025

Hi nnUNet team,

I'm Pavel, the creator of segmentation_models.pytorch (or SMP for short)! SMP is a Python library offering a collection of pre-trained neural networks for 2D image semantic segmentation tasks.

The library features:

  • 12 model architectures, including Unet variants.
  • Each mode is compatible with almost any SOTA image encoder from the timm library.
  • Models are tested with torch.jit.script, torch.jit.trace, torch.compile, and export functionalities.

In addition, we are focusing on minimizing dependencies for the library to be installed.

I was wondering if you’d be interested in collaborating to integrate SMP into nnUNet. This could provide users with an option to build networks using SMP, unlocking additional flexibility and pre-trained options for nnU-Net’s pipelines. Thanks in advance for considering this idea! I’d be happy to assist in exploring how this integration could work.

Best regards,
Pavel

cc @FabianIsensee

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants