Commit Graph

72 Commits (8626fa5f022e8364c2425c0caece63ab12a2d07f)

Author SHA1 Message Date
HinGwenWoong 8626fa5f02 [DOC] Update mmengine to `0.3.1`, mmdet to `3.0.0rc3` (#269)
* Update mmengine version

* Update mmengine version

* Update mmengine version

* Update mmdet version

* Improve test.yml

* Fix version

* Roll back test.yaml
2022-11-10 11:12:31 +08:00
LinXiaoZheng fd73c32750 [Docs] Fix useful_tools.md #274 2022-11-10 11:12:31 +08:00
LinXiaoZheng 4c1878ce8b [Improvement] dataset_analysis (#257)
* add ConcatDataset judgment

* Update dataset_analysis.py
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
tripleMu 307cb42d30 [BUG] Fix opencv new version bug (#242)
* Install opencv old version

* Replace mmcv-full with source code install

* Fix env

* Fix env

* Fix env

* Fix typo
2022-11-10 11:12:31 +08:00
Haian Huang(深度眸) 8fc8066b1b Add changelog of v0.1.2 (#226)
* Add changelog of v0.1.2

* update version

* fix comments

* fix comments

* update

* update version

* update version
2022-11-03 19:03:06 +08:00
tripleMu 8e0f18be6d [Feautre] Add deploy dockerfile (#224)
* Add dockerfile for deploy

* Fix

* Update docker/Dockerfile_deployment

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

* Update docker/Dockerfile_deployment

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

* Add opencv old version

* Add dockerfile and fix some typo

* Remove repeat packages

* Fix undefined symbol bug

* Update docker/Dockerfile_deployment

Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com>

* Update docker/Dockerfile_deployment

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

* Add docs for deploy dockerfile

* Fix typo

* Update docs/zh_cn/advanced_guides/yolov5_deploy.md

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

* Add profiler

* Update docs/zh_cn/advanced_guides/yolov5_deploy.md

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

* Update docker/Dockerfile_deployment

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

* Remove mmcv-full

Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com>
Co-authored-by: Range King <RangeKingHZ@gmail.com>
2022-11-03 19:03:06 +08:00
LinXiaoZheng e6e6f736e6 [Feature] Add dataset analysis script (#172)
* messages

* again

* again1

* again_2

* again_3

* again_4

* again_5

* Update docs/zh_cn/user_guides/useful_tools.md

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

* Update docs/zh_cn/user_guides/useful_tools.md

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

* Update docs/en/user_guides/useful_tools.md

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

* Update docs/en/user_guides/useful_tools.md

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

* Update docs/en/user_guides/useful_tools.md

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

* Update docs/zh_cn/user_guides/useful_tools.md

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

* Update tools/analysis_tools/dataset_analysis.py

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

* Update tools/analysis_tools/dataset_analysis.py

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

* Update tools/analysis_tools/dataset_analysis.py

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

* Update tools/analysis_tools/dataset_analysis.py

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

* modify code

* Update docs/en/user_guides/useful_tools.md

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

* Modify document

* Modify document

* new code

* revise decuments and codes

* Revise datails

* Update tools/analysis_tools/dataset_analysis.py

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

* modify func name

* code

* Documentation and code

* modify error meaasge

* deleted height,

Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
2022-11-03 19:03:06 +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
tripleMu 47939e99da [DOC] Add deploy guide doc (#220)
* Add deploy doc-0

* Update 部署必备指南.md

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

* Update 部署必备指南.md

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

* Update 部署必备指南.md

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

* Update 部署必备指南.md

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

* Update 部署必备指南.md

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

* Update 部署必备指南.md

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

* Update 部署必备指南.md

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

* Update 部署必备指南.md

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

* Update 部署必备指南.md

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

* Del unused line

* Add docs

* Fix

* Fix

* Rename docs

* Rename docs

Co-authored-by: HinGwenWoong <peterhuang0323@qq.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
Range King 2fdbe3c4e7 [Docs] Optimize Readthedocs page display (#209)
* Adjust the logo size

* Fix the language type
2022-11-03 19:03:06 +08:00
Haian Huang(深度眸) b95bf63916 [Feature] Support P6 YOLOv5 (#168)
* add yolov5s config

* support train

* fix some comment

* add config

* add link

* UPDATE

* UPDATE

* remove
2022-11-03 19:03:06 +08:00
Xin Li 14d3f294ef [Docs] Translate visualization.md (#206)
* visualization.md translate draft

* visualization.md translate draft

* Update docs/en/user_guides/visualization.md

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

* Update docs/en/user_guides/visualization.md

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

* Update docs/en/user_guides/visualization.md

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

* visualization.md translate draft 2

* Update docs/en/user_guides/visualization.md

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

* Update docs/zh_cn/user_guides/visualization.md

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

* Update docs/en/user_guides/visualization.md

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

* removed 'identify' in the params explanation

Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
Co-authored-by: Range King <RangeKingHZ@gmail.com>
2022-11-03 19:03:06 +08:00
Range King 38173ccc5c [Docs] Add examples of how to use the backbone from other repos in `how_to.md` and update `article.md` (#207)
* Update article.md

* Update article.md

* Update how_to.md

* Update how_to.md

* Refine zh_CN how_to.md

* Update EN how_to.md

* Refine comments in how_to.md

* Adjust the position of notes
2022-11-03 19:03:06 +08:00
Haian Huang(深度眸) 4e4615c835 Fix not showing box bug and update the visualization tutorial (#204)
* Fix not showing box bug and update the visualization tutorial

* update

* update

* update
2022-11-03 19:03:06 +08:00
Haian Huang(深度眸) 89588b60fb update mmengine/mmdet version and article (#201)
* update mmengine and mmdet version

* update
2022-11-03 19:03:06 +08:00
kitecats a381c0f932 [Docs] Fix some errors in `config.md` and `how_to.md` (#200)
* Update config.md

* Update docs/zh_cn/user_guides/config.md

Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com>

* [Docs] Fix some error in how_to.md

* Update docs/zh_cn/advanced_guides/how_to.md

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

* Update docs/zh_cn/advanced_guides/how_to.md

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

* Update docs/zh_cn/advanced_guides/how_to.md

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

* Update docs/zh_cn/advanced_guides/how_to.md

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

* Update yolov5_head.py

* Update yolox_head.py

* Update yolov5_head.py

* Update yolox_head.py

* Update docs/zh_cn/advanced_guides/how_to.md

Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com>

* Update how_to.md

* Update yolov5_head.py

* Update yolox_head.py

Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com>
Co-authored-by: Range King <RangeKingHZ@gmail.com>
Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
2022-11-03 19:03:06 +08:00
Haian Huang(深度眸) ce73b03b72 [Feature] Add `extract_subcoco` script (#186)
* add extract_subcoco.py

* update

* fix comment

* fix comment
2022-11-03 19:03:06 +08:00
Range King 75997fcd60 [Docs] Refine config.md (#191)
* Refine __delete__ example in config.md

* Add missing docstring in cspnext.py

* Refine docstring of cspnext

* Correct the description of param_scheduler

* Refine description param_scheduler in config.md

* Update docs/zh_cn/user_guides/config.md

Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com>

Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com>
2022-11-03 19:03:06 +08:00
Range King 2f5d16f5f1 [Docs] Update config.md, faq.md and pull_request_template.md (#190)
* Update Chinese faq.md

add the description of the difference between MMYOLO
 and MMDet

* Update English faq.md

add the description of the difference between MMYOLO
and MMDet

* Update Chinese config.md

* Update English config.md

* Update pull_request_template.md

* Delete the unnecessary description in config.md

* Delete the unnecessary description in config.md
2022-11-03 19:03:06 +08:00
Xin Li 714a7238cf [Feature] Add script converts yolo-style to coco format (#161)
* the script converts yolo-style to coco format draft 1

* Update tools/dataset_converters/yolo2coco.py

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

* Update tools/dataset_converters/yolo2coco.py

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

* Update tools/dataset_converters/yolo2coco.py

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

* Update tools/dataset_converters/yolo2coco.py

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

* Update tools/dataset_converters/yolo2coco.py

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

* Update tools/dataset_converters/yolo2coco.py

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

* Update tools/dataset_converters/yolo2coco.py

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

* typo fixed and update

* encaped and modified yolo2coco

* more usage instructions of yolo2coco

* Update docs/zh_cn/user_guides/useful_tools.md

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

* Update docs/en/user_guides/useful_tools.md

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

* Update tools/dataset_converters/yolo2coco.py

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

* Update tools/dataset_converters/yolo2coco.py

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

* Update docs/en/user_guides/useful_tools.md

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

* Update docs/zh_cn/user_guides/useful_tools.md

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

* Update docs/zh_cn/user_guides/useful_tools.md

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

* Update docs/en/user_guides/useful_tools.md

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

* final draft of yolo2coco

* final draft of yolo2coco

* final draft of yolo2coco

* revise the script and remove -split indicator

* Update docs/en/user_guides/useful_tools.md

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

* update the structural example of the root path

* Update tools/dataset_converters/yolo2coco.py

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

* fix typo on check_existence

* Update docs/zh_cn/user_guides/useful_tools.md

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

* Update tools/dataset_converters/yolo2coco.py

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

* Update tools/dataset_converters/yolo2coco.py

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

* Update tools/dataset_converters/yolo2coco.py

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

* Update tools/dataset_converters/yolo2coco.py

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

* update the commits

* rewrite split_by_files part and add copy_image part

* add instruction on using absolute image paths

* add instruction on using absolute image paths

* Update docs/en/user_guides/useful_tools.md

* Update tools/dataset_converters/yolo2coco.py

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

* Update docs/en/user_guides/useful_tools.md

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

* Update docs/en/user_guides/useful_tools.md

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

* Update tools/dataset_converters/yolo2coco.py

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

* Update tools/dataset_converters/yolo2coco.py

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

* Update tools/dataset_converters/yolo2coco.py

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

* Update tools/dataset_converters/yolo2coco.py

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

* add basic statistic func

* add basic statistic func

* revise the script

* remove copy&move image func

* Update docs/zh_cn/user_guides/useful_tools.md

Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com>

* Update docs/en/user_guides/useful_tools.md

Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com>

* Update docs/en/user_guides/useful_tools.md

Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com>

* Update docs/en/user_guides/useful_tools.md

Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com>

* Update docs/en/user_guides/useful_tools.md

Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com>

* Update docs/en/user_guides/useful_tools.md

Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com>

* Update tools/dataset_converters/yolo2coco.py

Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com>

* revise image_dir

Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
Co-authored-by: Range King <RangeKingHZ@gmail.com>
Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com>
2022-11-03 19:03:06 +08:00
Haian Huang(深度眸) 936bcf8d86 add video of featmap vis demo (#169) 2022-11-03 19:03:06 +08:00
Range King db73593a15 limit mmengine version in docs (#156) 2022-10-13 17:39:52 +08:00
Haian Huang(深度眸) 2b644dab29 fix ci due to mmengine update to 0.2.0 (#155) 2022-10-13 17:39:52 +08:00
JiayuXu 1ad4ff269c Add feature for image demo. (#128)
* Add the switch of whether to display the result.

* Add the inference test of the images folder

* Add video demo.

* Add progress bar in image and video demo.

* Add dir inference support.

* Add url download support.

* Add output path prompt at the end.

* Modify the logic of saving results.

* Update mmengine limit.
2022-10-13 17:39:52 +08:00
Xin Li 2c8d5ab406 [Docs] Translate yolov5_tutorial.md (#138)
* [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

* yolov5_description.md eng draft 1

* Update docs/en/user_guides/yolov5_tutorial.md

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

* Update docs/en/user_guides/yolov5_tutorial.md

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

* yolov5_tutorial.md translation draft 2 lint fixed

* Update docs/en/user_guides/yolov5_tutorial.md

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

* Update docs/en/user_guides/yolov5_tutorial.md

Co-authored-by: cydiachen <cydiachencc@icloud.com>

* yolov5 tutorial draft 3

* yolov5 tutorial draft 4

* add a link on overview.md

Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
Co-authored-by: jason_w <wongzheng@126.com>
Co-authored-by: cydiachen <cydiachencc@icloud.com>
2022-10-13 17:39:52 +08:00
Haian Huang(深度眸) ef18318136 Add article and refine tutorial (#133)
* Add articls and refine tutorial

* update

* update
2022-10-13 17:39:52 +08:00
LinXiaoZheng e0e5dfbf43 [Does]Fix the get_started.md and yolov5_tutorial.md (#131)
* messages

* again
2022-10-13 17:39:52 +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
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
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
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
Zhaoyan Fang 94e70ebdda
[Doc] Add Tensorboard usage method of yolov5_tutorial.md (#66)
* update Tensorboard usage method of yolov5_tutorial.md

* update Tensorboard usage method of yolov5_tutorial.md

* Update docs/zh_cn/user_guides/yolov5_tutorial.md

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

* update

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

* update

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

* update

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

* update

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

* update Tensorboard usage method of yolov5_tutorial.md

* Update docs/zh_cn/user_guides/yolov5_tutorial.md

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

* Update docs/zh_cn/user_guides/yolov5_tutorial.md

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

* Update docs/zh_cn/user_guides/yolov5_tutorial.md

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

Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
2022-09-22 10:47:37 +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
huanghaian 2aad4fde4f Fix the finetune command in zh_CN yolov5_tutorial.md 2022-09-21 19:07:33 +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 c26a12ed32 Add docstring 2022-09-21 15:09:47 +08:00
huanghaian 70c162fc67 Fix docs of albumentations 2022-09-21 12:15:37 +08:00
huanghaian a93cf7c3e4 Update albumentations requirements 2022-09-21 12:14:04 +08:00