bism - Biomedical Image Segmentation Models
This is a collection of generic PyTorch model constructors usefull for biomedical segmentation tasks.
Something akin to the timm package for 2D image tasks.
When at all possible, each model will offer a 2D or 3D implementation, however we will not provide pre-trained model files.
Current Models
| Model | 2D | 3D | Scriptable |
|---|---|---|---|
| UNet | ✓ | ✓ | ✓ |
| UNeXT | ✓ | ✓ | ✓ |
| Recurrent UNet | ✓ | ✓ | ✓ |
| Residual UNet | |||
| Unet++ | ✓ | ✓ | ✓ |
| CPnet | ✓ | ✓ | ✓ |
Current Generic Blocks
| BLOCK NAME | 2D | 3D |
|---|---|---|
| UNeXT Block | ✓ | ✓ |
| ConcatConv | ✓ | ✓ |
| Recurrent UNet BLock | ✓ | ✓ |
| Residual UNet BLock | ✓ | ✓ |
| DropPath | ✓ | ✓ |
| LayerNorm | ✓ | ✓ |
| UpSample | ✓ | ✓ |
| ViT Block |
Segmentation Implementation
| APPROACH | 2D | 3D |
|---|---|---|
| Cellpose | ||
| Affinities | ✓ | |
| Local Shape Desc. | ✓ |
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bism-0.0.6.tar.gz
(48.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
bism-0.0.6-py3-none-any.whl
(94.6 kB
view details)
File details
Details for the file bism-0.0.6.tar.gz.
File metadata
- Download URL: bism-0.0.6.tar.gz
- Upload date:
- Size: 48.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e54fdf15ac129f9388017fda16afac203037c673ee742b4ec93153cdb77f4894
|
|
| MD5 |
07ae81c1fe1e730349595917c97334a5
|
|
| BLAKE2b-256 |
b7476031ad79057c975b3b6ee9b7739b962f84857a7a15a247d56cbbaf37ca35
|
File details
Details for the file bism-0.0.6-py3-none-any.whl.
File metadata
- Download URL: bism-0.0.6-py3-none-any.whl
- Upload date:
- Size: 94.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a5dfb94a448b5d84a3b21e7afb3203845e387846c009f01f09163078e9b8bd3
|
|
| MD5 |
1bf3252121755e7caa7681a126b0cafa
|
|
| BLAKE2b-256 |
432e99a8bc0d7859c7b08cf3f3f507759ba09ec54646dc9d717c17a18f134e58
|