Skip to content

Commit e744bd3

Browse files
author
Liana
committed
add readme.md
1 parent 55c6677 commit e744bd3

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "caffe"]
2+
path = caffe
3+
url = git://github.com/zlmzju/caffe.git

readme.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Part-Aligned Network for Person Re-identification
2+
3+
Fangfang Wang*, [Liming Zhao](http://www.zhaoliming.net)*, [Xi Li](http://mypage.zju.edu.cn/xilics), Xinchao Wang, and Dacheng Tao. “[Geometry-Aware Scene Text Detection with Instance Transformation Network](http://openaccess.thecvf.com/content_cvpr_2018/html/Wang_Geometry-Aware_Scene_Text_CVPR_2018_paper.html).” In CVPR, 2018. (*authors contributed equally)
4+
5+
6+
7+
```
8+
@InProceedings{Wang_2018_CVPR,
9+
author = {Wang, Fangfang and Zhao, Liming and Li, Xi and Wang, Xinchao and Tao, Dacheng},
10+
title = {Geometry-Aware Scene Text Detection with Instance Transformation Network},
11+
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
12+
pages = {1381-1389},
13+
year = {2018}
14+
}
15+
```
16+
17+
Contact: Fangfang Wang ([email protected]),Liming Zhao ([email protected])
18+
19+
## Instructions
20+
21+
- Use my [`Caffe`](https://github.com/zlmzju/caffe/tree/itn) for using transformation layer.
22+
23+
- Run `train.sh` in the `experiments` folder to train the model.
24+
25+
26+
## Descriptions
27+
28+
- Use `Caffe` for implementation, please refer to the [Caffe project website](http://caffe.berkeleyvision.org/) for installation.
29+
30+
- The protocal files are located in `experiments/xxx/proto` folder.
31+
32+
- Trained models are located in `experiments/xxx/weight` folder.

0 commit comments

Comments
 (0)