All Projects → junqiangchen → Unet_3d

junqiangchen / Unet_3d

Licence: GPL-3.0 license
Unet_3d,Segment

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Unet 3d

caffe-unet-docker
The U-Net Segmentation server (caffe_unet) for Docker
Stars: ✭ 25 (+47.06%)
Mutual labels:  unet-3d
fabric
Urban change model designed to identify changes across 2 timestamps
Stars: ✭ 53 (+211.76%)
Mutual labels:  unet-3d

ImageSegment with Unet3D

This is an example of 3D ImageSegment

Prerequisities

The following dependencies are needed:

  • numpy >= 1.11.1
  • SimpleITK >=1.0.1
  • opencv-python >=3.3.0
  • tensorflow-gpu ==1.8.0
  • pandas >=0.20.1
  • scikit-learn >= 0.17.1

How to Use

(re)implemented the model with tensorflow in the paper of "Çiçek, Ö., Abdulkadir, A., Lienkamp, S. S., Brox, T., and Ronneberger, O. (2016) 3D U-net: Learning dense volumetric segmentation from sparse annotation. MICCAI 2016"

Unet3d structure is in model create_conv_net function

My Machine is GTX1080,when train it,the batchsize is one,too many batchsize lead to memory out.If you want sovel the bottleneck,you can change GTX1080 to GTX1080Ti,or take mutilGPU for training

Contact

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].