Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hxcai authored Dec 7, 2020
1 parent c00f51c commit 8c19034
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion configs/trainval/tinaface/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# TinaFace: Strong but Simple Baseline for Face Detection

## Introduction
Providing a strong but simple baseline method for face detection named TinaFace. The architecture of TinaFace is shown below. See [paper](https://arxiv.org/abs/2011.13183) for details.
```
@article{zhu2020tinaface,
title={TinaFace: Strong but Simple Baseline for Face Detection},
author={Zhu, Yanjia and Cai, Hongxiang and Zhang, Shuhan and Wang, Chenhao and Xiong, Yichao},
journal={arXiv preprint arXiv:2011.13183},
year={2020}
}
```

Providing a strong but simple baseline method for face detection named TinaFace. The architecture of TinaFace is shown below.

![1](./imgs/model.png)

Expand Down

0 comments on commit 8c19034

Please sign in to comment.