Commit Graph

88 Commits (e482e3a17c502592752f59ba37b953f41cfce71a)
 

Author SHA1 Message Date
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
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
jason_w 41954a5ef5 Use Compose directly in BaseMixImageTransform (#71)
* Use 'Compose' directly

Use 'Compose' directly

* avoids some unnecessary calculations

avoids some unnecessary calculations.

* remove whitespace

remove whitespace
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
Cai 5eb6094565
fix type hints in neck (#76)
* a little change

* a little change
2022-09-23 15:06:37 +08:00
q.yao 59f3d30fd2
Fix checkpoint link (#63)
* fix checkpoint link

* format docs
2022-09-22 10:48:31 +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
Haian Huang(深度眸) c068dcdacc
Add Circleci project (#57)
* Add .circleci/config.yml

* Add circleci

* Add circleci

* Updated config.yml

* format code

* format code

* fix
2022-09-21 16:52:34 +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
wanghonglie 7b7c807eb5
add docstring of ema and yolo_bricks(#55) 2022-09-21 15:44:52 +08:00
Range King 4f4f00c602
Add docstring in data_preprocessor.py (#54) 2022-09-21 15:44:08 +08:00
HinGwenWoong 26165b4ff2
[Add & Fix] Add docstr and typehint and fix config `data_root` (#53)
* [Add] Add docstr

* [Add] Add docstr
2022-09-21 15:43:48 +08:00
huanghaian c26a12ed32 Add docstring 2022-09-21 15:09:47 +08:00
huanghaian 6882e09084 follow office guide of albumentations 2022-09-21 12:18:31 +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
huanghaian 8844647c82 Add Citation 2022-09-21 10:55:24 +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
huanghaian 8f9cf4ba11 fix EMAHook bug in Finetune 2022-09-20 15:30:37 +08:00
huanghaian 66dcc4d3d2 fix import order 2022-09-20 10:57:33 +08:00
tripleMu 0ac6c15993
Fix README url (#47) 2022-09-20 10:39:32 +08:00
古月闻星 964a4aec90
[Doc] add visualization doc of val stage (#46)
* update logo (#37)

* [Docs] Update images with new logo (#38)

* Update model_design.md

Co-authored-by: wanghonglie <wanghonglie@zju.edu.cn>
Co-authored-by: Range King <RangeKingHZ@gmail.com>
Co-authored-by: MingJian.L <45811724+matrixgame2018@users.noreply.github.com>
2022-09-20 10:38:46 +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 98712bb898 upload yolox_tiny and yolov5_n model 2022-09-20 10:07:57 +08:00
huanghaian 01ab0619e3 add logo 2022-09-19 16:51:55 +08:00
HinGwenWoong ab7b53e25c
[DOCS] Improve README (#35)
* Improve README

* Improve README
2022-09-19 16:39:05 +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
Nioolek d73445b4c2
fix yolov5_description.md (#34) 2022-09-19 14:00:50 +08:00