wanghonglie
d705f1c57b
[Feature]Support plugin layers for backbone ( #75 )
...
* add plugin layer
* add docstring. add config
* clean the config
* add how_to-doc
* add ut
* update
* update
* update lint
* fix yoloxbug
* update
* update
* update doc
* update
* update
* update
* update
* update
2022-09-29 19:09:56 +08:00
Xin Li
f877b45522
Refine English Documents ( #83 )
...
* * format docs
* Update docs/en/algorithm_descriptions/model_design.md
Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
* * format docs
* Update docs/en/advanced_guides/data_flow.md
Co-authored-by: Range King <RangeKingHZ@gmail.com>
* Update docs/en/user_guides/config.md
Co-authored-by: Range King <RangeKingHZ@gmail.com>
* Update docs/zh_cn/algorithm_descriptions/model_design.md
Co-authored-by: Range King <RangeKingHZ@gmail.com>
* Update docs/en/advanced_guides/data_flow.md
Co-authored-by: Range King <RangeKingHZ@gmail.com>
* Update docs/en/advanced_guides/data_flow.md
Co-authored-by: Range King <RangeKingHZ@gmail.com>
Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
Co-authored-by: Range King <RangeKingHZ@gmail.com>
2022-09-29 19:09:56 +08:00
Range King
49e2357389
[Docs] Remove README image and update overview docs ( #86 )
...
* Refine docs
Delete seg images.
Fix typos in `overview.md` in En.
* Update yolov5_description.md
2022-09-29 19:09:56 +08:00
QINGTIAN
2368bac9f0
[Docs] Change the code about installation ( #72 )
...
* [Docs]Change the code about installation
* Update README_zh-CN.md
Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
* Update README_zh-CN.md
Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
* Update README.md
* Update get_started.md
* Update get_started.md
* Update README.md
Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
* Update docs/zh_cn/get_started.md
Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
* Update docs/en/get_started.md
Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
* Update docs/zh_cn/get_started.md
Co-authored-by: Range King <RangeKingHZ@gmail.com>
* Update README.md
Co-authored-by: Range King <RangeKingHZ@gmail.com>
* Update README_zh-CN.md
Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
* Update docs/en/get_started.md
Co-authored-by: Range King <RangeKingHZ@gmail.com>
Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
Co-authored-by: Range King <RangeKingHZ@gmail.com>
2022-09-29 19:09:56 +08:00
HinGwenWoong
372f58759f
[Feature] Make docker image smaller ( #67 )
...
* [Feature] Make docker image smaller
* Improve doc
* Improve doc
* Improve doc
* Improve doc
2022-09-29 19:09:56 +08:00
Wenwei Zhang
84f115c4e5
update README ( #62 )
...
* update README
* update
* update
Co-authored-by: huanghaian <huanghaian@sensetime.com>
2022-09-21 19:28:12 +08:00
HinGwenWoong
45f61c38f0
[DOC] Add en `useful_tools` ( #52 )
...
* [Doc] Fix docker doc
* [Doc] Fix doc
* [Doc] Add en `usefule_tools.md`
2022-09-21 15:45:26 +08:00
huanghaian
a93cf7c3e4
Update albumentations requirements
2022-09-21 12:14:04 +08:00
huanghaian
127d82e5d9
Update model_zoo and replace css log
2022-09-21 10:28:39 +08:00
huanghaian
c683d1f94d
Fix some config and add description
2022-09-21 10:12:00 +08:00
Nioolek
b59aa0fb5a
Add dockerfile ( #49 )
...
* fix yolov5_description.md
* add Dockerfile
2022-09-20 19:24:46 +08:00
HinGwenWoong
1eb496cd46
[DOCS] Improve docs ( #48 )
...
* Improve docs
* Improve zh_cn docs
* Improve zh_cn docs
* Improve en docs
* Improve docs
2022-09-20 15:45:55 +08:00
Range King
98a0f6b9c9
[Docs] RE: Fix typos and add citations ( #45 )
...
* update logo (#37 )
* [Docs] Update images with new logo (#38 )
* Update model_design.md
Update logo
* Revert "Update model_design.md"
This reverts commit 207f529522
.
* Update yolov5_description.md
Update logo
* Update model_design.md
Update logo
* Update model_design.md
Update logo
* Update README.md
Update logo
* Update README_zh-CN.md
Update logo
* Add GIF Link (#40 )
* Update README.md
* Update README_zh-CN.md
* Update README.md
* Update README_zh-CN.md
* Fix typos in config.md
* Add citation of yolov6
* Add citation of yolov5
* Fix links in README.md
* Fix typos in data_flow.md in en
Co-authored-by: wanghonglie <wanghonglie@zju.edu.cn>
Co-authored-by: MingJian.L <45811724+matrixgame2018@users.noreply.github.com>
2022-09-20 10:29:01 +08:00
huanghaian
950b7b1de5
add changelog
2022-09-19 16:27:20 +08:00
huanghaian
0a2bcfbbc9
fix docs of get_started.md
2022-09-19 15:46:45 +08:00
huanghaian
6813e3e36d
refine docs
2022-09-19 15:23:38 +08:00
huanghaian
1f3a321845
add gather_models.py and format code
2022-09-19 12:36:54 +08:00
蓝胖子
cb2a9f2fc3
Lyy docs add en docs ( #32 )
...
* Add files via upload
* Add files via upload
* Add files via upload
2022-09-19 09:11:49 +08:00
cydiachen
f1cd77f091
Update English version of Config.md ( #33 )
...
Update enlish version.
2022-09-19 09:11:24 +08:00
hha
cfec074cf6
init commit
2022-09-18 10:11:55 +08:00