Skip to content

WenChentao/seg2link_unet2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI GitHub

Seg2linkUnet2d is a package for training a 2D U-Net to predict cell/non-cell regions in 3D bio-medical images.

Seg2linkUnet2d and Seg2Link can be used together to perform semi-automatic 3D cell segmentation. Read the documentation to learn how to do it.

Install

$ conda create -n unet2
$ conda activate unet2
  • Install PyTorch
  • Install seg2link_unet2d:
$ pip install seg2link-unet2d[local]

Use the notebook for training/segmentation

  • Activate the created environment by:
$ conda activate unet2
  • Start the jupyter notebook
$ jupyter notebook
  • Open the notebook under the /Examples folder and run the codes according to the instructions.

About

For training 2D U-Net and making predictions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages