Haian Huang(深度眸)
260509a574
[Update] Refactor Docs ( #573 )
...
* update get_started
* update
* update
* update
* update
* update
* update
* fix
* fix
* refactor en
* update
* update
* update
2023-02-21 17:19:01 +08:00
HinGwenWoong
ff3e89809e
[DOC] Fix error link ( #537 )
...
* Fix error link
* Fix link
* Fix lint
2023-02-10 10:06:17 +08:00
yechenzhi
1dee9eed6e
[Docs] How to specify specific GPU training and inference ( #503 )
...
* 中文版指定GPU训练
* 删去不必要文件
* typo
* rebase dev
* add test example
* add english version
* fix format
* english typo
* 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>
---------
Co-authored-by: Range King <RangeKingHZ@gmail.com>
2023-02-06 10:12:04 +08:00
kitecats
14d9cab354
[CodeCamp] Add docs about how to freeze the weight of backbone or neck ( #418 )
...
* Add docs about how to freeze the weight of backbone or neck
* refine the docs
* refine the docs
* refine the docs
2022-12-31 16:36:40 +08:00
kitecats
d0a8aaa284
[CodeCamp] Add don't used pre-training weights to how_to ( #404 )
...
* Add Don't used pre-training weights to how_to
* refine docs of how_to
* refine doc of how_to
Co-authored-by: Range King <RangeKingHZ@gmail.com>
* refine the doc
* refine the doc
Co-authored-by: Range King <RangeKingHZ@gmail.com>
2022-12-28 17:00:29 +08:00
Range King
d03dc0bfb5
[Docs] Add docs about how to set the random seed ( #386 )
...
* how to set seed
* minor fix
2022-12-19 14:17:44 +08:00
Range King
98e6fcccc7
[Docs] Update EN `how_to.md` with the examples of mim ( #330 )
...
* Update en how_to
* fix typos in zh_cn how_to
2022-11-30 19:28:42 +08:00
Range King
60a515f41f
[Enhance] Add option of json output in `test.py` ( #316 )
...
* add json args
* Update how_to.md
* Update test.py
* Update how_to.md
* Update how_to.md
2022-11-26 19:59:37 +08:00
Range King
1c8e581d2c
[Docs] Add two examples of backbone replacement and update `plugin.md` in EN ( #291 )
...
* Update how_to.md
* delete toc
* Update how_to.md
* Update plugin.md
* Update how_to.md
* Update how_to.md
* replace todolist
* fix pretrained model link
* Update how_to.md
* refine configs
2022-11-18 09:55:50 +08:00
Haian Huang(深度眸)
abcde7679a
add v0.1.3 changelog ( #275 )
2022-11-10 11:12:31 +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
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(深度眸)
ef18318136
Add article and refine tutorial ( #133 )
...
* Add articls and refine tutorial
* update
* update
2022-10-13 17:39:52 +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
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
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
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
hha
cfec074cf6
init commit
2022-09-18 10:11:55 +08:00