1
0
mirror of https://github.com/open-mmlab/mmsegmentation.git synced 2025-06-03 22:03:48 +08:00

8 Commits

Author SHA1 Message Date
Giovanni Cavallin
fe16402251
RandomMosaic not working until... ()
RandomMosaic is not working with the suggested configuration. In order to make use of the MultiImageMixDataset, the following lines:
```
dict(type='LoadImageFromFile')
dict(type='LoadAnnotations')
```
should be provided to both the wrapped and wrapper datasets.
2022-07-13 18:04:29 +08:00
Miao Zheng
104429be00
[Docs] Replace markdownlint with mdformat for avoiding installing ruby ()
* [Docs] Replace markdownlint with mdformat for avoiding installing ruby

* [Docs] Replace markdownlint with mdformat for avoiding installing ruby

* lint
2022-05-20 18:29:44 +08:00
Miao Zheng
ee67c808b2
[Doc] Add explanation and usage instructions for data configuration ()
* [WIP] Data configuration

* [Doc] Add data configuration

* version info

* grammar

* typo

* typo

* format

* fix based on comments

* grammar

* comments
2022-05-06 15:25:05 +08:00
MengzhangLI
a82ebad0f6
[Fix] Add avg_non_ignore in cross entropy loss ()
* [Fix] Add avg_non_ignore in cross entropy loss

* [Fix] Add avg_non_ignore in cross entropy loss

* add docstring

* fix ut

* fix docstring and comments

* fix

* fix bce

* fix avg_factor in BCE and add more ut

* add avg_non_ignore

* add more ut

* fix part of ut

* fix part of ut

* test avg_non_ignore would not affect ce/bce when reduction none/sum

* test avg_non_ignore would not affect ce/bce when reduction none/sum/mean

* re-organize ut

* re-organize ut

* re-organize ut

* re-organize hardcode case

* fix parts of comments

* fix another parts of comments

* fix
2022-03-30 18:32:47 +08:00
Rockey
01e35aa6f7
[Fix] fix the config name style description () 2022-03-24 14:57:20 +08:00
andife
b02882427e
[Doc] Update config.md ()
Fix typos
2022-03-10 09:29:40 +08:00
Rockey
e2361cbce0
[Docs] Add MultiImageMixDataset tutorial ()
* [Docs] Add MultiImageMixDataset tutorial

* modify to randommosaic

* fix markdown
2022-01-24 15:48:54 +08:00
MengzhangLI
520ec8e128
[Docs] Refactor the structure of documentation ()
* merge docs/ and docs_zh-CN/

* merge docs/ and docs_zh-CN/

* merge docs/ and docs_zh-CN/

* merge docs/ and docs_zh-CN/

* fix launch utility url

* fix launch utility url

* fix wrong pytorch doc url

* remove wrong links docs//
2021-12-16 18:56:45 +08:00