Commit Graph

24 Commits (2354302c946f9d1bf41c84c2f52ff7eb649187b9)

Author SHA1 Message Date
Range King 2354302c94
[Improvement] Add docstring and update RTMDet graph (#317)
* add docstring

* Update yolov5_coco.py

* Update rtmdet_description.md

* Update batch_yolov7_assigner.py
2022-11-28 17:13:20 +08:00
HinGwenWoong 90494b44f2
[DOC] Add YOLOv6 description doc - overview (#252)
* [DOC] Add YOLOv6 description doc

* [DOC] Add YOLOv6 description doc

* Improve doc

* Improve doc

* Improve doc

* Improve doc

* Improve doc

* Improve doc

* Improve doc

* Improve doc

* Improve doc

* Improve doc

* Improve doc

* Improve doc

* Improve doc

* Improve doc
2022-11-19 10:22:26 +08:00
Range King 7f14183082 [Docs] Add graph of P6 model (#273)
* Update yolov5_description.md

* Update model_design.md

* Fix typo in yolov5_description.md

* Update model_design.md

* Update yolov5_description.md

* Update model_design.md

* Update README.md

* Update README_zh-CN.md

* Fix format

* Update en docs

* Refine zh_cn docs

* Update README_zh-CN.md

* Fix links of model_design.md

* specify the config file
2022-11-10 11:12:31 +08:00
Range King b99bbd1971 [Fix] Wrong layer number in model graph (#238)
* Fix base module graph in README.md

* Fix base module graph in README_zh-CN.md

* Update yolov5_description.md

Fix YOLOv5 structure graph in yolov5_description.md

* Update rtmdet_description.md

Fix RTMDet structure graph

* Fix base module graph in model_design.md

* Update yolov5_description.md

Fix YOLOv5 structure graph

* Reorder structure in base_neck docstring
2022-11-10 11:12:31 +08:00
Xin Li 93e802b0bf [Docs] yolov5_description.md in English (#198)
* draft 1 yolov5_descrip_eng

* Update docs/en/algorithm_descriptions/yolov5_description.md

Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>

* Update docs/en/algorithm_descriptions/yolov5_description.md

Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>

* Update docs/en/algorithm_descriptions/yolov5_description.md

Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>

* add section 1.3

* draft finished

* update docs

* Update docs/en/algorithm_descriptions/yolov5_description.md

Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>

* remove unnecessary parts

* Update docs/zh_cn/algorithm_descriptions/yolov5_description.md

Co-authored-by: Range King <RangeKingHZ@gmail.com>

* Update docs/en/algorithm_descriptions/yolov5_description.md

Co-authored-by: Range King <RangeKingHZ@gmail.com>

* Update docs/en/algorithm_descriptions/yolov5_description.md

Co-authored-by: Range King <RangeKingHZ@gmail.com>

* Update docs/en/algorithm_descriptions/yolov5_description.md

Co-authored-by: Range King <RangeKingHZ@gmail.com>

* Update docs/en/algorithm_descriptions/yolov5_description.md

Co-authored-by: Range King <RangeKingHZ@gmail.com>

* Update docs/en/algorithm_descriptions/yolov5_description.md

Co-authored-by: Range King <RangeKingHZ@gmail.com>

* Update docs/en/algorithm_descriptions/yolov5_description.md

Co-authored-by: Range King <RangeKingHZ@gmail.com>

* Update docs/en/algorithm_descriptions/yolov5_description.md

Co-authored-by: Range King <RangeKingHZ@gmail.com>

* open-sourced -> open-source

* merge&update

* assignment strategy&merge dev branch

Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
Co-authored-by: Range King <RangeKingHZ@gmail.com>
2022-11-03 19:03:06 +08:00
AZhou 190ee5aaa7 [Feature] Add `optimize_anchors` script (#174)
* add optimize_anchors for mmyolo

* update optimize_anchors

* optimize anchors script

* add parameter in args

* add optimize anchor related docs

* fix lint error

* fix docs

* change anchors output format

* fix docs error

Co-authored-by: imAzhou <lyzhou@creams.io>
2022-11-03 19:03:06 +08:00
Haian Huang(深度眸) e482e3a17c Add changelog for v0.1.1 (#111)
* add changelog

* update

* update

* update

* update

* update
2022-09-29 19:09:56 +08:00
HinGwenWoong 8ba497916b [DOC] Improve RTMdet doc (#110)
* Update rtmdet_description.md

Co-authored-by: Range King <RangeKingHZ@gmail.com>

* Update rtmdet_description.md


Co-authored-by: Range King <RangeKingHZ@gmail.com>
2022-09-29 19:09:56 +08:00
Haian Huang(深度眸) 05a5b2aaa2 update RTMDet docs (#109) 2022-09-29 19:09:56 +08:00
yang 15f3caf033 [Doc] Add the train and detect description in rtmdet_description.md (#107)
* [Doc] Add the train and detect description in rtmdet_description.md

* Update docs/zh_cn/algorithm_descriptions/rtmdet_description.md

Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>

* Update docs/zh_cn/algorithm_descriptions/rtmdet_description.md

Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>

* Update docs/zh_cn/algorithm_descriptions/rtmdet_description.md

Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>

* Update rtmdet_description.md

* Update rtmdet_description.md

* Update rtmdet_description.md

Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
2022-09-29 19:09:56 +08:00
wanghonglie 7dfc474a28 [WIP][Doc] Add pipeline doc of rtmdet_description.md (#102)
* [Feature] Make docker image smaller (#67)

* [Feature] Make docker image smaller

* Improve doc

* Improve doc

* Improve doc

* Improve doc

* Use Compose directly in BaseMixImageTransform (#71)

* Use 'Compose' directly

Use 'Compose' directly

* avoids some unnecessary calculations

avoids some unnecessary calculations.

* remove whitespace

remove whitespace

* add pipeline doc

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
Co-authored-by: jason_w <wongzheng@126.com>
2022-09-29 19:09:56 +08:00
Range King fa487140b6 [Doc] Add the model description in rtmdet_description.md (#103)
* Add description of RTMDet model

* Update yolov5_description.md

* Upload images

* Apply suggestions from code review

Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com>
Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
Co-authored-by: Zhaoyan Fang <52028100+satuoqaq@users.noreply.github.com>

* Update rtmdet_description.md

* Add description of expand_ratio

* Update images

* Add links to  source codes

* Update rtmdet_description.md

* Update rtmdet_description.md

Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com>
Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
Co-authored-by: Zhaoyan Fang <52028100+satuoqaq@users.noreply.github.com>
2022-09-29 19:09:56 +08:00
HinGwenWoong 24c6650df6 [DOC] Add RTMDet doc coder and loss part (#95)
* Add rtmdet doc

* Update rtmdet_description.md

* Update rtmdet_description.md

* Update rtmdet_description.md

* format code

* Update docs/zh_cn/algorithm_descriptions/rtmdet_description.md

Co-authored-by: Zhaoyan Fang <52028100+satuoqaq@users.noreply.github.com>

* Update rtmdet_description.md

* Update rtmdet_description.md

* Update rtmdet_description.md

* format code

* Update rtmdet_description.md

* Add loss weight

Co-authored-by: Zhaoyan Fang <52028100+satuoqaq@users.noreply.github.com>
2022-09-29 19:09:56 +08:00
Haian Huang(深度眸) 930df097b6 Fix RTMDet docs with Assignment (#106) 2022-09-29 19:09:56 +08:00
Zhaoyan Fang 88b97c336f [Doc] Add assigner doc of rtmdet_description.md (#98)
* add assigner doc of rtmdet_description.md

* Update docs/zh_cn/algorithm_descriptions/rtmdet_description.md

Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>

* update

* update

* update

* update

* update

* update

* add formula

* add formula

Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
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
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 6813e3e36d refine docs 2022-09-19 15:23:38 +08:00
Nioolek d73445b4c2
fix yolov5_description.md (#34) 2022-09-19 14:00:50 +08:00
wanghonglie fc5661742e
add doc (#27) 2022-09-18 18:10:52 +08:00
Nioolek 3167c46969
Add yolov5 head and doc (#14)
* add yolov5_description.md

* add yolov5_head.py
2022-09-18 12:17:29 +08:00
hha cfec074cf6 init commit 2022-09-18 10:11:55 +08:00