Skip to content

Commit

Permalink
docs(readme): 更新文档徽章
Browse files Browse the repository at this point in the history
  • Loading branch information
zjZSTU committed Mar 25, 2020
1 parent 7c09206 commit 424d59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Fast R-CNN

[![Documentation Status](https://readthedocs.org/projects/r-cnn/badge/?version=latest)](https://r-cnn.readthedocs.io/zh_CN/latest/?badge=latest) [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Documentation Status](https://readthedocs.org/projects/fast-r-cnn/badge/?version=latest)](https://fast-r-cnn.readthedocs.io/zh_CN/latest/?badge=latest) [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

> `Fast R-CNN`算法实现
学习论文[Rich feature hierarchies for accurate object detection and semantic segmentation](https://arxiv.org/abs/1504.08083),实现`Fast R-CNN`算法,完成目标检测器的训练和使用
学习论文[Fast R-CNN](https://arxiv.org/abs/1504.08083),实现`Fast R-CNN`算法,完成目标检测器的训练和使用

<!-- `Fast R-CNN`实现由如下`3`部分组成:
Expand Down

0 comments on commit 424d59e

Please sign in to comment.