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(深度眸)
42bb4fd14a
fix pypi ( #205 )
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
Nioolek
e4080f8870
[Feature] Support PPYOLOE inference ( #145 )
...
* add ppyoloe backbone, neck
* add ppyoloe test
* add docstring
* add ppyoloe m/l/x configfile
* add ppyoloe_coco.py
* rename config
* add typehint
* format repvgg
* format code; add ut
* add doc; use mmdet.DropBlock
* add doc, format code, add non-plus config
* format code
* format code
* format code
* format code
* format code
* format code
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
hanrui1sensetime
5874e4108e
[Feature] support mmyolo deployment ( #79 )
...
* support mmyolo deployment
* mv deploy place
* remove unused configs
* add deploy code
* fix new register
* fix comments
* fix dependent codebase register
* remove unused initialize
* refact deploy config
* credit return to triplemu
* Add yolov5 head rewrite
* refactor deploy
* refactor deploy
* Add yolov5 head rewrite
* fix configs
* refact config
* fix comment
* sync name after mmdeploy 1088
* fix mmyolo
* fix yapf
* fix deploy config
* try to fix flake8 importlib-metadata
* add mmyolo models ut
* add deploy uts
* add deploy uts
* fix trt dynamic error
* fix multi-batch for dynamic batch value
* fix mode
* fix lint
* sync model.py
* add ci for deploy test
* fix ci
* fix ci
* fix ci
* extract script to command for fixing CI
* fix cmake for CI
* sudo ln
* move ort position
* remove unused sdk compile
* cd mmdeploy
* simplify build
* add missing make
* change order
* add -v
* add setuptools
* get locate
* get locate
* upgrade torch
* change torchvision version
* fix config
* fix ci
* fix ci
* fix lint
Co-authored-by: tripleMu <gpu@163.com>
Co-authored-by: RunningLeon <mnsheng@yeah.net>
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
Nioolek
d75fbabcb0
Add visualization of the base model to the docstring. ( #196 )
...
* add yolov5 voc training
* format code
* [Feature] Support YOLOv7 inference (#149 )
* update
* update
* update
* update
* update
* add docstr
* fix comments
* update
* add video of featmap vis demo (#169 )
* [Enhance] YOLOv6 model convert (#165 )
* add yolov5 voc training
* fix bug
* fix bug
* fix yolov6 model convert
* update yolov5 modelconvert
* rollback yolov5 model convert
* [Feature] Support VOC Dataset in YOLOv5 (#134 )
* add yolov5 voc training
* fix mosaic bug
* fix mosaic bug and temp config
* fix mosaic bug
* update config
* support training on voc dataset
* format code
* format code
* Optimize Code. Change `RandomTransform` to `OneOf`
* Change `OneOf` to `mmcv.RandomChoice`
* fix yolov5coco dataset
* fix yolov5coco dataset
* fix bug, format code
* format config
* format code
* add yolov5 voc training
* rebase
* fix mosaic bug
* update config
* support training on voc dataset
* format code
* format code
* Optimize Code. Change `RandomTransform` to `OneOf`
* Change `OneOf` to `mmcv.RandomChoice`
* fix yolov5coco dataset
* fix yolov5coco dataset
* fix bug, format code
* format code
* add yolov5 voc training
* fix mosaic bug and temp config
* fix mosaic bug
* update config
* support training on voc dataset
* format code
* format code
* Optimize Code. Change `RandomTransform` to `OneOf`
* Change `OneOf` to `mmcv.RandomChoice`
* fix yolov5coco dataset
* fix yolov5coco dataset
* fix bug, format code
* format code
* add yolov5 voc training
* rebase
* fix mosaic bug
* update config
* support training on voc dataset
* format code
* format code
* Optimize Code. Change `RandomTransform` to `OneOf`
* Change `OneOf` to `mmcv.RandomChoice`
* fix yolov5coco dataset
* fix yolov5coco dataset
* fix bug, format code
* format code
* format code
* fix lint
* add unittest
* add auto loss_weight
* add doc; add model log url
* add doc; add model log url
* add doc; add model log url
* add neck vis docstr
* add neck vis docstr
* add backbone model structure diagram
* fix readthedocs.txt
* fix doc vis
* fix vis
* fix vis
* fix vis
* fix vis
Co-authored-by: Haian Huang(深度眸) <huanghaian@pjlab.org.cn>
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
bin ze
15e0cfa4b5
[Fix] Update metafile for RTMDet ( #188 )
...
* update metafile
* update metafile
* update metafile
2022-11-03 19:03:06 +08:00
Haian Huang(深度眸)
b18d5cf586
[Fix] Remove Albu version limit ( #187 )
...
* remove albu version limit
* fix lint
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
Nioolek
45e23ae4c8
Fix voc training error ( #178 )
...
* add doc; add model log url
* add doc; add model log url
2022-11-03 19:03:06 +08:00
Nioolek
5ef3606482
[Feature] Support VOC Dataset in YOLOv5 ( #134 )
...
* add yolov5 voc training
* fix mosaic bug
* fix mosaic bug and temp config
* fix mosaic bug
* update config
* support training on voc dataset
* format code
* format code
* Optimize Code. Change `RandomTransform` to `OneOf`
* Change `OneOf` to `mmcv.RandomChoice`
* fix yolov5coco dataset
* fix yolov5coco dataset
* fix bug, format code
* format config
* format code
* add yolov5 voc training
* rebase
* fix mosaic bug
* update config
* support training on voc dataset
* format code
* format code
* Optimize Code. Change `RandomTransform` to `OneOf`
* Change `OneOf` to `mmcv.RandomChoice`
* fix yolov5coco dataset
* fix yolov5coco dataset
* fix bug, format code
* format code
* add yolov5 voc training
* fix mosaic bug and temp config
* fix mosaic bug
* update config
* support training on voc dataset
* format code
* format code
* Optimize Code. Change `RandomTransform` to `OneOf`
* Change `OneOf` to `mmcv.RandomChoice`
* fix yolov5coco dataset
* fix yolov5coco dataset
* fix bug, format code
* format code
* add yolov5 voc training
* rebase
* fix mosaic bug
* update config
* support training on voc dataset
* format code
* format code
* Optimize Code. Change `RandomTransform` to `OneOf`
* Change `OneOf` to `mmcv.RandomChoice`
* fix yolov5coco dataset
* fix yolov5coco dataset
* fix bug, format code
* format code
* format code
* fix lint
* add unittest
* add auto loss_weight
* add doc; add model log url
* add doc; add model log url
* add doc; add model log url
2022-11-03 19:03:06 +08:00
Nioolek
5708864d5b
[Enhance] YOLOv6 model convert ( #165 )
...
* add yolov5 voc training
* fix bug
* fix bug
* fix yolov6 model convert
* update yolov5 modelconvert
* rollback yolov5 model convert
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
Haian Huang(深度眸)
95f60784a5
[Feature] Support YOLOv7 inference ( #149 )
...
* update
* update
* update
* update
* update
* add docstr
* fix comments
* update
2022-11-03 19:03:06 +08:00
Haian Huang(深度眸)
3ea6edfeac
Fix visualization bug in test_pipeline ( #166 )
2022-11-03 19:03:06 +08:00
Haian Huang(深度眸)
eec1e1f5ed
support LoadAnnotations excluding instances ( #164 )
2022-11-03 19:03:06 +08:00
Range King
9ef467cd6c
correct variable names in base_yolo_neck ( #162 )
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
Zhiqiang Wang
8240edc1a1
Update badges ( #140 )
...
* Update badges
* Update deploy badges
* Update badge name
Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
* Update badge name
Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
2022-10-13 17:39:52 +08:00
JiayuXu
ba4a496562
Upgrade pre commit hooks ( #129 )
...
* Fix the version conflict in CircleCI
* Update pre-commit config and add zh-cn version.
* Add codespell ignore list.
* Add codespell ignore list.
* Add check copyright config.
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
Nioolek
0d97ffec06
Fix LetterResize bug with imrescale api ( #105 )
...
* [Feature] Make docker image smaller (#67 )
* [Feature] Make docker image smaller
* 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
* fix resize bug
* fix resize bug
* fix resize bug
* fix
* fix resize bug
* add test letterresize without batchshape
* fix resize bug
Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
Co-authored-by: jason_w <wongzheng@126.com>
2022-09-29 19:09:56 +08:00
Haian Huang(深度眸)
bb3aa48689
[Feature] Support RTMDet ( #85 )
...
* add cspnext
* add neck
* update
* align s,tiny test
* update
* update
* fix bug of UT
* fix typehint
* fix resize bug
* update s and tiny
* update s and tiny link
* update convert
* add cls config with rtmdet
* update config
* fix ci error
Co-authored-by: wanghonglie <wanghonglie@pjlab.org.cn>
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
LinXiaoZheng
f12a91169f
[Doc][Readme]Fix typos in README.md ( #104 )
...
* messages
* messages
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
wanghonglie
f97941b4e8
support dump results ( #84 )
2022-09-29 19:09:56 +08:00