Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

103062334 homework0 #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,17 @@ To avoid writing the same person, please report the person's name in
https://docs.google.com/spreadsheets/d/153XruMO7DPONzBTkxh8ZoYSto1E_2zO021vs0prWZ_Q/edit?usp=sharing
First come first serve!
-------
Write here
## Introduction - Henghuang Zhao
<img src="https://hszhao.github.io/pics/hengshuangzhao.jpg" width="50%" height="50%">
Henghuang Zhao is currently a Ph.D student in Computer Science and Engineering Department, The Chinese University of Hong Kong(CUHK). And his research interest includes computer vision and deep learning.

## About his work & publications
### 1. ICNet for Real-Time Semantic Segmentation on High-Resolution Images
![](https://hszhao.github.io/projects/icnet/figures/icnet.png)
![ICNet](https://arxiv.org/abs/1704.08545) provide in-depth analysis of their framework and introduce the cascade feature fusion to quickly achieve high-quality segmentation. Their system yields `inference` on a single GPU card with decent quality results evaluated on challenging Cityscapes dataset.
### 2. Pyramid Scene Parsing Network
![](https://hszhao.github.io/projects/pspnet/figures/pspnet.png)
***IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2017***
![PSPNet](https://arxiv.org/abs/1612.01105) came first in ImageNet 2016 scene parsing challenge, PASCAL VOC 2012 benchmark and Cityscapes benchmark. A single PSPNet yields the new record of mIoU accuracy 85.4% on PASCAL VOC 2012 and accuracy 80.2% on Cityscapes.