Coder Social home page Coder Social logo

bism's Introduction

bism - Biomedical Image Segmentation Models

BISM is a repository for training and evaluating biomedical instance segmentation models -- something akin to the timm package for 2D image tasks, but 3D instance segmentation. When at all possible, each model will offer a 2D or 3D implementation, however we will not provide pre-trained model files.

No Documentation right now. In general, you launch a training run through a yaml configuration file. Check out bism.train.__main__.py as the starting point for training. bism.config.config.py for the default configuration for each approach. This should (hopefully) allow for repeatable training of 3D instance segmentation models of various types.

To execute a training config, simply run python bism/train --config_file "Path/To/Your/File.yaml". To run a pretrained model, simply run python bism/eval -m "path/to/model/file.trch" -i "path/to/image.tif" To launch the model inspector, run python bism/gui

This module is under active development so should not be used for anything but research purposes!

Current Models

Model 2D 3D Scriptable
UNet
UNeXT
Recurrent UNet
Residual UNet
Unet++
CellposeNet

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.
Omnipose
Auto Context LSD
Multitask LSDs
Semantic
Mask RCNN

Loss Functions

Function Implemented
Dice
CL Dice
Tverksy
Jaccard

bism's People

Contributors

buswinka avatar

Stargazers

Martin Langer avatar

Watchers

Kostas Georgiou avatar  avatar

Forkers

indzhykulianlab

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.