-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Chinese doc project #787
Conversation
Codecov Report
@@ Coverage Diff @@
## master #787 +/- ##
=======================================
Coverage 83.70% 83.70%
=======================================
Files 176 176
Lines 14000 14000
Branches 2335 2335
=======================================
Hits 11718 11718
Misses 1687 1687
Partials 595 595
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
* Add Chinese documentation framework
* [Feature] Add BaseInferencer (open-mmlab#773) * Update BaseInferencer * Fix ci * Fix CI and rename iferencer to infer * Fix CI * Add renamed file * Add test file * Adjust interface sequence * refine preprocess * Update unit test Update unit test * Update unit test * Fix unit test * Fix as comment * Minor refine * Fix docstring and support load image from different backend * Support load collate_fn from downstream repos, refine dispatch * Minor refine * Fix lint * refine grammar * Remove FileClient * Refine docstring * add rich * Add list_models * Add list_models * Remove backend args * Minor refine * Fix typos in docs and type hints (open-mmlab#787) * [Fix] Add _inputs_to_list (open-mmlab#795) * Add preprocess inputs * Add type hint * update api/infer in index.rst * rename preprocess_inputs to _inputs_to_list * Fix doc format * Update infer.py Co-authored-by: Zaida Zhou <[email protected]> * [Fix] Fix alias type (open-mmlab#801) * [Enhance] Support loading model config from checkpoint (open-mmlab#864) * first commit * [Enhance] Support build model from weight * minor refine * Fix type hint * refine comments * Update docstring * refine as comment * Add method * Refine docstring * Fix as comment * refine comments * Refine warning message * Fix unit test and refine comments * replace MODULE2PACKAGE to MODULE2PAKCAGE * Fix typo and syntax error in docstring Co-authored-by: Zaida Zhou <[email protected]> Co-authored-by: Tong Gao <[email protected]>
* [Feature] Add BaseInferencer (open-mmlab#773) * Update BaseInferencer * Fix ci * Fix CI and rename iferencer to infer * Fix CI * Add renamed file * Add test file * Adjust interface sequence * refine preprocess * Update unit test Update unit test * Update unit test * Fix unit test * Fix as comment * Minor refine * Fix docstring and support load image from different backend * Support load collate_fn from downstream repos, refine dispatch * Minor refine * Fix lint * refine grammar * Remove FileClient * Refine docstring * add rich * Add list_models * Add list_models * Remove backend args * Minor refine * Fix typos in docs and type hints (open-mmlab#787) * [Fix] Add _inputs_to_list (open-mmlab#795) * Add preprocess inputs * Add type hint * update api/infer in index.rst * rename preprocess_inputs to _inputs_to_list * Fix doc format * Update infer.py Co-authored-by: Zaida Zhou <[email protected]> * [Fix] Fix alias type (open-mmlab#801) * [Enhance] Support loading model config from checkpoint (open-mmlab#864) * first commit * [Enhance] Support build model from weight * minor refine * Fix type hint * refine comments * Update docstring * refine as comment * Add method * Refine docstring * Fix as comment * refine comments * Refine warning message * Fix unit test and refine comments * add infer.md * minor refine * minor refine * minor refine * Apply suggestions from code review Co-authored-by: Zaida Zhou <[email protected]> * Fix conflicts and minor refine * minor refine * Fix as comment Co-authored-by: Zaida Zhou <[email protected]> Co-authored-by: Tong Gao <[email protected]>
* Add Chinese documentation framework
This PR adds the Chinese doc skeleton and building scripts.
You can preview the Chinese docs at: https://mmpose-ly015.readthedocs.io/zh_CN/latest/