"vscode:/vscode.git/clone" did not exist on "5802c2e3f27c6b45290773691bbece4091b69ddc"
README.md 2.29 KB
Newer Older
Hang Zhang's avatar
Hang Zhang committed
1
2
3
[![PyPI](https://img.shields.io/pypi/v/torch-encoding.svg)](https://pypi.python.org/pypi/torch-encoding)
[![PyPI Pre-release](https://img.shields.io/badge/pypi--prerelease-v1.1.0-ff69b4.svg)](https://pypi.org/project/torch-encoding/#history)
[![Upload Python Package](https://github.com/zhanghang1989/PyTorch-Encoding/workflows/Upload%20Python%20Package/badge.svg)](https://github.com/zhanghang1989/PyTorch-Encoding/actions)
Hang Zhang's avatar
Hang Zhang committed
4
[![Downloads](http://pepy.tech/badge/torch-encoding)](http://pepy.tech/project/torch-encoding)
Hang Zhang's avatar
Hang Zhang committed
5
[![Build Docs](https://github.com/zhanghang1989/PyTorch-Encoding/workflows/Build%20Docs/badge.svg)](https://github.com/zhanghang1989/PyTorch-Encoding/actions)
Hang Zhang's avatar
v0.1.0  
Hang Zhang committed
6
7
# PyTorch-Encoding

Hang Zhang's avatar
v0.2.0  
Hang Zhang committed
8
9
created by [Hang Zhang](http://hangzh.com/)

Hang Zhang's avatar
v0.1.0  
Hang Zhang committed
10
11
12
13
## [Documentation](http://hangzh.com/PyTorch-Encoding/)

- Please visit the [**Docs**](http://hangzh.com/PyTorch-Encoding/) for detail instructions of installation and usage. 

14
- Please visit the [link](http://hangzh.com/PyTorch-Encoding/experiments/segmentation.html) to examples of semantic segmentation.
Hang Zhang's avatar
Hang Zhang committed
15

Hang Zhang's avatar
v0.2.0  
Hang Zhang committed
16
## Citations
Hang Zhang's avatar
v0.1.0  
Hang Zhang committed
17

Hang Zhang's avatar
indent  
Hang Zhang committed
18
19
**Context Encoding for Semantic Segmentation** [[arXiv]](https://arxiv.org/pdf/1803.08904.pdf)  
 [Hang Zhang](http://hangzh.com/), [Kristin Dana](http://eceweb1.rutgers.edu/vision/dana.html), [Jianping Shi](http://shijianping.me/), [Zhongyue Zhang](http://zhongyuezhang.com/), [Xiaogang Wang](http://www.ee.cuhk.edu.hk/~xgwang/), [Ambrish Tyagi](https://scholar.google.com/citations?user=GaSWCoUAAAAJ&hl=en), [Amit Agrawal](http://www.amitkagrawal.com/)
Hang Zhang's avatar
v0.2.0  
Hang Zhang committed
20
21
22
23
24
25
26
27
28
```
@InProceedings{Zhang_2018_CVPR,
author = {Zhang, Hang and Dana, Kristin and Shi, Jianping and Zhang, Zhongyue and Wang, Xiaogang and Tyagi, Ambrish and Agrawal, Amit},
title = {Context Encoding for Semantic Segmentation},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2018}
}
```
Hang Zhang's avatar
init  
Hang Zhang committed
29
30
31
32

**Deep TEN: Texture Encoding Network** [[arXiv]](https://arxiv.org/pdf/1612.02844.pdf)  
  [Hang Zhang](http://hangzh.com/), [Jia Xue](http://jiaxueweb.com/), [Kristin Dana](http://eceweb1.rutgers.edu/vision/dana.html)
```
Hang Zhang's avatar
Hang Zhang committed
33
34
35
36
37
38
@InProceedings{Zhang_2017_CVPR,
author = {Zhang, Hang and Xue, Jia and Dana, Kristin},
title = {Deep TEN: Texture Encoding Network},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {July},
year = {2017}
Hang Zhang's avatar
init  
Hang Zhang committed
39
40
}
```