Pinned Repositories
cardiac-segmentation
Right Ventricle Cardiac MRI Segmentation
cnngeometric_pytorch
CNNGeometric PyTorch implementation
confluent-kafka-dotnet
Confluent's Apache Kafka .NET client
Deblurring
Estimating an Image's Blur Kernel Using Natural Image Statistics, and Deblurring it: An Analysis of the Goldstein-Fattal Method
deep-painterly-harmonization
Code and data for paper "Deep Painterly Harmonization": https://arxiv.org/abs/1804.03189
facenet
Face recognition using Tensorflow
flownet2-pytorch
Pytorch implementation of FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
handson-ml
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
kalmanFilter
1_D_kalmanfilter
keras
Deep Learning for humans
adazhu's Repositories
adazhu/cardiac-segmentation
Right Ventricle Cardiac MRI Segmentation
adazhu/cnngeometric_pytorch
CNNGeometric PyTorch implementation
adazhu/confluent-kafka-dotnet
Confluent's Apache Kafka .NET client
adazhu/Deblurring
Estimating an Image's Blur Kernel Using Natural Image Statistics, and Deblurring it: An Analysis of the Goldstein-Fattal Method
adazhu/deep-painterly-harmonization
Code and data for paper "Deep Painterly Harmonization": https://arxiv.org/abs/1804.03189
adazhu/facenet
Face recognition using Tensorflow
adazhu/flownet2-pytorch
Pytorch implementation of FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
adazhu/handson-ml
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
adazhu/kalmanFilter
1_D_kalmanfilter
adazhu/keras
Deep Learning for humans
adazhu/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
adazhu/MSRCR-Restoration
Retinex Algorithms: C++ source code of SSR, MSR, MSRCR algorithm
adazhu/NormalizedCrossCorrelationLayer
The normalized cross correlation layer on Keras
adazhu/PPG
adazhu/PPG-1
Code to estimate HR from PPG signals using Subspace Decomposition and Kalman filter for the dataset of 22 PPG recordings provided for the 2015 IEEE Signal Processing Cup (SP Cup) competition. The traces are stored in folder 'DATABASE'. Please cite this publication when referencing this material: "Measuring Heart Rate During Physical Exercise by Subspace Decomposition and Kalman Smoothing", IEEE Transaction on Instrumentation & Measurement.
adazhu/PPG-2
Photoplethysmogram-based Real-time Cognitive Load Assessment Using Multi-feature Fusion Model
adazhu/pytorch-CycleGAN-and-pix2pix
Image-to-image translation in PyTorch (e.g., horse2zebra, edges2cats, and more)
adazhu/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
adazhu/rcnn
R-CNN: Regions with Convolutional Neural Network Features
adazhu/Snake--Active-contour-models
Research & Development of paper "Snake: Active contour models" which is used to identify images using energy functions
adazhu/SOFTX-D-17-00081
A New Algorithm in Singular Spectrum Analysis Framework: the Overlap-SSA (ov-SSA)
adazhu/SPCUP2015_PPG_LEARNING
An implementation referencing "Hsu, YungChien, Yen-Liang Lin, and Winston Hsu. "Learning-based heart rate detection from remote photoplethysmography features." Acoustics, Speech and Signal Processing (ICASSP), 2014 IEEE International Conference on. IEEE, 2014."
adazhu/SSD-Tensorflow
Single Shot MultiBox Detector in TensorFlow
adazhu/StyleTransferTrilogy
风格迁移三部曲
adazhu/YOLO3-4-Py
A Python wrapper on Darknet. Compatible with YOLO V3.
adazhu/zhang-suen-thinning
Implementation of the Zhang-Suen thinning algorithm using OpenCV