All Projects → mrgloom → keras-semantic-segmentation-example

mrgloom / keras-semantic-segmentation-example

Licence: other
Example of semantic segmentation in Keras

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to keras-semantic-segmentation-example

eta
ETA: Extensible Toolkit for Analytics
Stars: ✭ 22 (-58.49%)
Mutual labels:  segmentation
mutex-watershed
The mutex watershed for image segmentation.
Stars: ✭ 54 (+1.89%)
Mutual labels:  segmentation
segmentation-enhanced-resunet
Urban building extraction in Daejeon region using Modified Residual U-Net (Modified ResUnet) and applying post-processing.
Stars: ✭ 34 (-35.85%)
Mutual labels:  segmentation
ImcSegmentationPipeline
A pixel classification based multiplexed image segmentation pipeline
Stars: ✭ 62 (+16.98%)
Mutual labels:  segmentation
Sequential-patch-based-segmentation
Sequential patch-based segmentation for medical image
Stars: ✭ 20 (-62.26%)
Mutual labels:  segmentation
Skin Lesion Detection Deep Learning
Skin lesion detection from dermoscopic images using Convolutional Neural Networks
Stars: ✭ 48 (-9.43%)
Mutual labels:  segmentation
Deeplab-Large-FOV
My Implementation of the deeplab_v1 (known as deeplab large fov)
Stars: ✭ 26 (-50.94%)
Mutual labels:  segmentation
axondeepseg
Axon/Myelin segmentation using Deep Learning
Stars: ✭ 102 (+92.45%)
Mutual labels:  segmentation
maskSLIC
Simple linear iterative clustering (SLIC) in a region of interest (ROI)
Stars: ✭ 28 (-47.17%)
Mutual labels:  segmentation
deepseg
Chinese word segmentation in tensorflow 2.x
Stars: ✭ 23 (-56.6%)
Mutual labels:  segmentation
UNI-EM
A unified environment for DNN-based automated segmentation of neuronal EM images
Stars: ✭ 33 (-37.74%)
Mutual labels:  segmentation
root painter
RootPainter: Deep Learning Segmentation of Biological Images with Corrective Annotation
Stars: ✭ 28 (-47.17%)
Mutual labels:  segmentation
cellpose-napari
napari plugin for cellpose (see www.cellpose.org) - an anatomical segmentation tool
Stars: ✭ 30 (-43.4%)
Mutual labels:  segmentation
airs
Road Segmentation in Satellite Aerial Images
Stars: ✭ 51 (-3.77%)
Mutual labels:  segmentation
Brainy
Brainy is a virtual MRI analyzer. Just upload the MRI scan file and get 3 different classes of tumors detected and segmented. In Beta.
Stars: ✭ 29 (-45.28%)
Mutual labels:  segmentation
BrainMaGe
Brain extraction in presence of abnormalities, using single and multiple MRI modalities
Stars: ✭ 23 (-56.6%)
Mutual labels:  segmentation
financial
POC de uma aplicação de domínio financeiro.
Stars: ✭ 62 (+16.98%)
Mutual labels:  proof-of-concept
Active-Contour-Model-Matlab
Some matlab code of Active Contour Model for image segmentation
Stars: ✭ 44 (-16.98%)
Mutual labels:  segmentation
navis
Python 3 library for analysis of neuroanatomical data
Stars: ✭ 68 (+28.3%)
Mutual labels:  segmentation
crowd density segmentation
The code for preparing the training data for crowd counting / segmentation algorithm.
Stars: ✭ 21 (-60.38%)
Mutual labels:  segmentation

keras-semantic-segmentation-example

Example of semantic segmentation in Keras

Single class example:

Generated data: random ellipse with random color on random color background and with random noise added.

Result: 1st images is input image, 2nd image is ground truth mask, 3rd image is probability, 4th image is probability thresholded at 0.5. alt tag

Multi-class example:

Generated data: first class is random ellipse with random color and second class is random rectangle with random color on random color background and with random noise added.

Result: 1st images is input image, 2nd image is ground truth mask, 3rd image is probability, 4th image is probability thresholded at 0.5. alt tag

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