mmyolo/tests
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
..
data [Feature] Support VOC Dataset in YOLOv5 (#134) 2022-11-03 19:03:06 +08:00
test_datasets [Fix] `concatdatasets` for voc train (#228) 2022-11-03 19:03:06 +08:00
test_deploy [Feature] support mmyolo deployment (#79) 2022-11-03 19:03:06 +08:00
test_engine [Feature] Support YOLOv6 training (#183) 2022-11-03 19:03:06 +08:00
test_models [Feature] Add attention module of CBAM (#246) 2022-11-10 11:12:31 +08:00
test_utils