All Projects → zhulf0804 → UNet-Tensorflow

zhulf0804 / UNet-Tensorflow

Licence: other
A brief tensorflow implementation about UNet.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to UNet-Tensorflow

adaptive-segmentation-mask-attack
Pre-trained model, code, and materials from the paper "Impact of Adversarial Examples on Deep Learning Models for Biomedical Image Segmentation" (MICCAI 2019).
Stars: ✭ 50 (+92.31%)
Mutual labels:  u-net
ResDepth
[ISPRS Journal of Photogrammetry and Remote Sensing, 2022] ResDepth: A Deep Residual Prior For 3D Reconstruction From High-resolution Satellite Images
Stars: ✭ 30 (+15.38%)
Mutual labels:  u-net
radnet
U-Net for biomedical image segmentation
Stars: ✭ 11 (-57.69%)
Mutual labels:  u-net
U-Net-Satellite
Road Detection from satellite images using U-Net.
Stars: ✭ 38 (+46.15%)
Mutual labels:  u-net
squeeze-unet
Squeeze-unet Semantic Segmentation for embedded devices
Stars: ✭ 21 (-19.23%)
Mutual labels:  u-net
PyTorch-Deep-Image-Steganography
A PyTorch implementation of image steganography utilizing deep convolutional neural networks
Stars: ✭ 71 (+173.08%)
Mutual labels:  u-net
Pix2Pix-Keras
基于pix2pix模型的动漫图片自动上色(keras实现) 2019-2-25
Stars: ✭ 95 (+265.38%)
Mutual labels:  u-net
DeepWay.v2
Autonomous navigation for blind people
Stars: ✭ 65 (+150%)
Mutual labels:  u-net
covid19.MIScnn
Robust Chest CT Image Segmentation of COVID-19 Lung Infection based on limited data
Stars: ✭ 77 (+196.15%)
Mutual labels:  u-net
Brain-Tumor-Segmentation
Attention-Guided Version of 2D UNet for Automatic Brain Tumor Segmentation
Stars: ✭ 125 (+380.77%)
Mutual labels:  u-net
unet-pytorch
This is the example implementation of UNet model for semantic segmentations
Stars: ✭ 17 (-34.62%)
Mutual labels:  u-net
coursera-gan-specialization
Programming assignments and quizzes from all courses within the GANs specialization offered by deeplearning.ai
Stars: ✭ 277 (+965.38%)
Mutual labels:  u-net
W-Net-Keras
An unofficial implementation of W-Net for crowd counting.
Stars: ✭ 20 (-23.08%)
Mutual labels:  u-net
deepedge
deep learning edge detector based on U-net and BSDS 500 dataset
Stars: ✭ 25 (-3.85%)
Mutual labels:  u-net
Fashion-Clothing-Parsing
FCN, U-Net models implementation in TensorFlow for fashion clothing parsing
Stars: ✭ 29 (+11.54%)
Mutual labels:  u-net
Deep-Learning-liver-segmentation
Application of Deep Learning to the segmentation of medical images
Stars: ✭ 39 (+50%)
Mutual labels:  u-net
yapic
Yet Another Pixel Classifier (based on deep learning)
Stars: ✭ 24 (-7.69%)
Mutual labels:  u-net

About

Reference paper: U-Net: Convolutional Networks for Biomedical Image Segmentation

A brief UNet tensorflow implementation. It can work well on our dataset, see images below. If data augmentation and more strategies are added, the performance will be better.

test.png

  • You just need to config the config.py to fit your own datast, see Dataset. When the configuration is finished, you can just run and test the model.
  • The code will be updated with namescope, tfrecord, and more summaries.

Environment

  • Anaconda(python 2.7)
  • Tensorflow 1.10

Dataset

The dataset can be organized as follows:

|-- data_path
        |-- img_dir_name
        |-- annotation_dir_name
        |-- train_list_file
        |-- trainval_list_file

Train

python train.py

Test

python predict.py

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].