Commit Graph

24 Commits (c3acf42db46f3197277403fb68b09004c72babc9)

Author SHA1 Message Date
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
Haian Huang(深度眸) 9c6b4fedc8
Add v0.3.0 changelog (#440)
* bump version to v0.3.0

* add v7 cat demo config

* update mmdet version

* update

* fix topk out of range error

* update

* add changelog.md

* update

* update

* update

* update

* update
2023-01-08 15:31:58 +08:00
Seperendity 89275adb29
[CodeCamp] #50 Add module combination doc (#349)
* the file  to verify the installation

* "add module_combination"

* add module_combination

* modified module_combination.md

* modify module_combination.md

* fix module_combination.md
2023-01-06 20:30:48 +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
WANG Tengfei 2d5485f713
[CodeCamp] Add module_combination doc (#352)
* [CodeCamp] Add module_combination doc
 * fix init_weights not match num_base_priors

 * add module_combination about yolov5 using other model loss

* Update module_combination.md

* [CodeCamp] Add module_combination doc
* update

* [CodeCamp] Add module_combination doc
2022-12-17 10:37:53 +08:00
kitecats 70444f4d5c
[CodeCamp] Add doc of `module_combination` (#345)
* [CodeMap]Add doc of module_combination

* refine doc

* refine doc

* update doc
2022-12-15 13:00:08 +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 7431231d87
[Docs] Add docs about how to use mim to run scripts across libraries (#321)
* Update how_to.md

* Update how_to.md

* Update useful_tools.md

* Update useful_tools.md

* Update how_to.md
2022-11-30 19:03:02 +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
kitecats f1279eb3de [Feature] Add attention module of CBAM (#246)
* Add Attention Modules

* Adde tutorials on the use of the attention module in How_to

* Update how_to.md

Added tutorials on the use of the attention module

* Update attention_layers.py

* Rename attention_layers.py to cbam_layer.py

* Update __init__.py

* Update how_to.md

* Update how_to.md

* Update how_to.md

* Update cbam_layer.py

* Update cbam_layer.py

* Update cbam_layer.py

* Update how_to.md

* update

* add docstring typehint

* add unit test

* refine unit test

* updata how_to

* add plugins directory

* refine plugin.md

* refine cbam.py and plugins.md

* refine cbam.py and plugins.md

* fix error in test_cbam.py

* refine cbam.py and fix error in test_cbam.py

* refine cbam.py and plugins.md

* refine cbam.py and docs
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
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
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
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
MingJian.L 33de37a252
Add data_flow.md (#23)
* Create data_flow.md

* Update data_flow.md
2022-09-18 14:05:11 +08:00
hha cfec074cf6 init commit 2022-09-18 10:11:55 +08:00