未验证 提交 9b426b2c 编写于 作者: Q qingqing01 提交者: GitHub

Rename object_detection to PaddleDetection. (#2601)

* Rename object_detection to PaddleDetection
* Small fix for doc
上级 494ab5e2
# PaddlePaddle Object Detection
# PaddleDetection
The goal of PaddleDetection is to provide easy access to a wide range of object
detection models in both industry and research settings. we design
detection models in both industry and research settings. We design
PaddleDetection to be not only performant, production-ready but also highly
flexible, catering to research needs.
......
......@@ -14,7 +14,7 @@ To avoid the common pitfalls, with automation and static analysis in mind, we pr
# Design
The design utilizes some of Python's reflection mechanism to extract configuration schematics from python class definitions.
The design utilizes some of Python's reflection mechanism to extract configuration schematics from Python class definitions.
To be specific, it extracts information from class constructor arguments, including names, docstrings, default values, data types (if type hints are available).
......@@ -158,7 +158,7 @@ LearningRate:
# Requirements
Two python packages are used, both are optional.
Two Python packages are used, both are optional.
- [typeguard](https://github.com/agronholm/typeguard) is used for type checking in Python 3.
- [docstring\_parser](https://github.com/rr-/docstring_parser) is needed for docstring parsing.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册