All Projects → yapic → yapic

yapic / yapic

Licence: GPL-3.0 License
Yet Another Pixel Classifier (based on deep learning)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to yapic

PolyphonicPianoTranscription
Recurrent Neural Network for generating piano MIDI-files from audio (MP3, WAV, etc.)
Stars: ✭ 146 (+508.33%)
Mutual labels:  convolutional-neural-network
U-Net-Satellite
Road Detection from satellite images using U-Net.
Stars: ✭ 38 (+58.33%)
Mutual labels:  u-net
Image-Denoising-with-Deep-CNNs
Use deep Convolutional Neural Networks (CNNs) with PyTorch, including investigating DnCNN and U-net architectures
Stars: ✭ 54 (+125%)
Mutual labels:  convolutional-neural-network
tensorflow-image-classifier
Easily train an image classifier and then use it to label/tag other images
Stars: ✭ 29 (+20.83%)
Mutual labels:  convolutional-neural-network
squeeze-unet
Squeeze-unet Semantic Segmentation for embedded devices
Stars: ✭ 21 (-12.5%)
Mutual labels:  u-net
DSMSCN
[MultiTemp 2019] Official Tensorflow implementation for Change Detection in Multi-temporal VHR Images Based on Deep Siamese Multi-scale Convolutional Neural Networks.
Stars: ✭ 63 (+162.5%)
Mutual labels:  convolutional-neural-network
Keras-MultiClass-Image-Classification
Multiclass image classification using Convolutional Neural Network
Stars: ✭ 48 (+100%)
Mutual labels:  convolutional-neural-network
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 (+108.33%)
Mutual labels:  u-net
sentiment-analysis-of-tweets-in-russian
Sentiment analysis of tweets in Russian using Convolutional Neural Networks (CNN) with Word2Vec embeddings.
Stars: ✭ 51 (+112.5%)
Mutual labels:  convolutional-neural-network
ResDepth
[ISPRS Journal of Photogrammetry and Remote Sensing, 2022] ResDepth: A Deep Residual Prior For 3D Reconstruction From High-resolution Satellite Images
Stars: ✭ 30 (+25%)
Mutual labels:  u-net
DeTraC COVId19
Classification of COVID-19 in chest X-ray images using DeTraC deep convolutional neural network
Stars: ✭ 34 (+41.67%)
Mutual labels:  convolutional-neural-network
minirocket
MINIROCKET: A Very Fast (Almost) Deterministic Transform for Time Series Classification
Stars: ✭ 166 (+591.67%)
Mutual labels:  convolutional-neural-network
Preprocessing-Method-for-STEMI-Detection
Official source code of "Preprocessing Method for Performance Enhancement in CNN-based STEMI Detection from 12-lead ECG"
Stars: ✭ 12 (-50%)
Mutual labels:  convolutional-neural-network
PyTorch-Deep-Image-Steganography
A PyTorch implementation of image steganography utilizing deep convolutional neural networks
Stars: ✭ 71 (+195.83%)
Mutual labels:  u-net
Cat-Dog-CNN-Classifier
Convolutional Neural Network to classify images as either cat or dog, along with using attention heatmaps for localization. Written in python with keras.
Stars: ✭ 17 (-29.17%)
Mutual labels:  convolutional-neural-network
Pix2Pix-Keras
基于pix2pix模型的动漫图片自动上色(keras实现) 2019-2-25
Stars: ✭ 95 (+295.83%)
Mutual labels:  u-net
radnet
U-Net for biomedical image segmentation
Stars: ✭ 11 (-54.17%)
Mutual labels:  u-net
UNet-Tensorflow
A brief tensorflow implementation about UNet.
Stars: ✭ 26 (+8.33%)
Mutual labels:  u-net
deepcurator
A convolutional neural network trained to recognize good* electronic music
Stars: ✭ 38 (+58.33%)
Mutual labels:  convolutional-neural-network
coursera-ai-for-medicine-specialization
Programming assignments, labs and quizzes from all courses in the Coursera AI for Medicine Specialization offered by deeplearning.ai
Stars: ✭ 80 (+233.33%)
Mutual labels:  convolutional-neural-network

Build Status PyPI

DZNE

YAPiC is developed by Image and Data Analysis Facility, Core Reseach Facilities, DZNE (German Center for Neurodegenerative Diseases).

YAPiC - Yet Another Pixel Classifier (based on deep learning)

Check the YAPiC Website for documentation, examples and installation instructions.

What is YAPiC for?

With YAPiC you can make your own customzied filter (we call it model or classifier) to enhance a certain structure of your choice.

We can, e.g train a model for detection of oak leafs in color images, and use this oak leaf model to filter out all image regions that are not covered by oak leaves:

  • Pixels that belong to other leaf types or to no leafs at all are mostly suppressed, they appear dark in the output image.
  • Pixels that belong to oak leafs are enhanced, they appear bright in the output image.

The output image is also called a probability map, because the intensity of each pixel corresponds to the probability of the pixel belonging to an oak leave region.

You can train a model for almost any structure you are interested in, for example to detect a certain cell type in histological micrographs (here: purkinje cells of the human brain):

Histology data provided by Oliver Kaut (University Clinic Bonn, Dept. of Neurology)

We have used YAPiC for analyzing various microscopy image data. Our experiments are mainly related to neurobiology, cell biology, histopathology and drug discovery (high content screening). However, YAPiC is a very generally applicable tool and can be applied to very different domains. It could be used for detecting e.g. forest regions in satellite images, clouds in landscape photographs or fried eggs in food photography.

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