Pinned Repositories
Abnormal-Behavior-Detection-Based-On-Optical-Flow-Features
CSC2515-University of Toronto. This project applied computer vision and mechine learning methods aimed to detect abnormal behaved object in crowd, by Hanwen Liang and Haohan Li.
CycleGAN_MakeupRemoval
CSC2516-University of Toronto. Course Project.
DSCSI-GAN
Implementation of Paper 'Stain Style Transfer of Histopathology Images Via Structure-Preserved Generative Learning on histopathology images'. And this repo also contains the reimplementation of paper 'Neural Stain-Style Transfer Learning using GAN for Histopathological Images'.
Emoji-Translation-With-CycleGAN
Translation between Apple and Windows emojis Using CycleGAN
GAN-pix2pix-Keras
This is a simple Keras implementations of GAN model-pix2pix. I implemented this model for color normalization on histopathoplogical image.
Image-Colorization-Super_resolution-With-Unet
ImageMatting-Introduction_to_Visual_Computing
Solve image mapping problem with triangulation equation using python/numpy /opencv, by Hanwen Liang.
Multilevel-Object-Closure-Detection-By-Superpixels
CSC2523-University of Toronto. This project applied computer vision algorithms and designed a recursive algorithm to detect all possible objects and their closures in an image. It could generate tree structure which shows the inclusion relation between objects in the image.
Software-Tools-and-Systems-Programming
CSC209-University of Toronto Software techniques in a Unix-style environment, using scripting languages and a machine-oriented programming language (typically C). What goes on in the operating system when programs are executed. Core topics: creating and using software tools, pipes and filters, file processing, shell programming, processes, system calls, signals, basic network programming.
StaNoSA
[Paper Implementation]Stain Normalization using Sparse AutoEncoders (StaNoSA): Application to digital pathology.
hw-liang's Repositories
hw-liang/Abnormal-Behavior-Detection-Based-On-Optical-Flow-Features
CSC2515-University of Toronto. This project applied computer vision and mechine learning methods aimed to detect abnormal behaved object in crowd, by Hanwen Liang and Haohan Li.
hw-liang/DSCSI-GAN
Implementation of Paper 'Stain Style Transfer of Histopathology Images Via Structure-Preserved Generative Learning on histopathology images'. And this repo also contains the reimplementation of paper 'Neural Stain-Style Transfer Learning using GAN for Histopathological Images'.
hw-liang/StaNoSA
[Paper Implementation]Stain Normalization using Sparse AutoEncoders (StaNoSA): Application to digital pathology.
hw-liang/GAN-pix2pix-Keras
This is a simple Keras implementations of GAN model-pix2pix. I implemented this model for color normalization on histopathoplogical image.
hw-liang/CycleGAN_MakeupRemoval
CSC2516-University of Toronto. Course Project.
hw-liang/Image-Colorization-Super_resolution-With-Unet
hw-liang/Multilevel-Object-Closure-Detection-By-Superpixels
CSC2523-University of Toronto. This project applied computer vision algorithms and designed a recursive algorithm to detect all possible objects and their closures in an image. It could generate tree structure which shows the inclusion relation between objects in the image.
hw-liang/Software-Tools-and-Systems-Programming
CSC209-University of Toronto Software techniques in a Unix-style environment, using scripting languages and a machine-oriented programming language (typically C). What goes on in the operating system when programs are executed. Core topics: creating and using software tools, pipes and filters, file processing, shell programming, processes, system calls, signals, basic network programming.
hw-liang/Emoji-Translation-With-CycleGAN
Translation between Apple and Windows emojis Using CycleGAN
hw-liang/ImageMatting-Introduction_to_Visual_Computing
Solve image mapping problem with triangulation equation using python/numpy /opencv, by Hanwen Liang.
hw-liang/Machine-Learning-and-Data-Mining
CSC2515 - University of Toronto serves as a broad introduction to Machine Learning. It covers a range of supervised and unsupervised learning algorithms, etc. This repository contains all the lecture slides of this course as well as official answer to all assignments.
hw-liang/Text-Mining-with-RNN
This directory is about using RNNs to train classifiers for text data classification. (Keras)