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

13 Commits

Author SHA1 Message Date
Miao Zheng
0391dcd105
Upgrade pre commit hooks master ()
* Upgrade pre commit hooks

* Upgrade pre commit hooks

* mim install mmcv-full

* install mim

* install mmcv-full

* test mmcv-full 1.6.0

* fix timm

* fix timm

* fix timm
2022-10-08 16:29:12 +08:00
AmirMasoud Nourollah
31395a83bd
[Enhancement] .dev Python files updated to get better performance and syntax ()
* logger hooks samples updated

* [Docs] Details for WandBLoggerHook Added

* [Docs] lint test pass

* [Enhancement] .dev Python files updated to get better performance and quality

* [Docs] Details for WandBLoggerHook Added

* [Docs] lint test pass

* [Enhancement] .dev Python files updated to get better performance and quality

* [Enhancement] lint test passed

* [Enhancement] Change Some Line from Previous to Support Python<3.9

* Update .dev/gather_models.py

Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2022-09-14 16:05:40 +08:00
AmirMasoud Nourollah
c5259a0d83
logger hooks samples updated () 2022-08-29 19:46:15 +08:00
suchot
4eaa8e6919
fix tutorials typo () 2022-08-01 11:04:46 +08:00
乐乐乐乐乐乐乐
03c2447690
[Fix] Fix batch_size description error () 2022-07-21 22:48:56 +08:00
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