Commit Graph

544 Commits (7b09967fcc5a8171fc375d9a7f1b40962e40f350)
 

Author SHA1 Message Date
Miao Zheng 7b09967fcc
Merge pull request #2257 from xiexinch/bumpv0.29.1
bumpv0.29.1
2022-11-03 16:19:52 +08:00
xiexinch 47c7ed5dec bumpv0.29.1 2022-11-03 14:37:38 +08:00
Jinhee Lee eb5ea47d9c
Update customize_datasets.md (#2249) 2022-11-01 19:14:36 +08:00
MengzhangLI b42c487767
[Doc] Update FAQ doc about binary segmentation and ReduceZeroLabel (#2206)
* [Doc] Update FAQ doc about binary segmentation and ReduceZeroLabel

* update

* modify

* fix typo and add modification

* fix typo

* fix comments

* fix order

* fix

* fix

* Update docs/en/faq.md

* Update docs/zh_cn/faq.md

Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2022-10-28 21:44:37 +08:00
谢昕辰 6db09358f0
modify results (#2114) 2022-10-27 13:08:34 +08:00
zhijiejia 8dbbdd8c17
[Feature] Add model ensemble tools (#2218)
* [Feature] Add model ensemble tool

* [Enhance] Add en and zh_cn instructions for model_ensemble

* [Enhance] Add default-value for --out and modify instruction

* [Enhance] Add arg-type for --out

* [Enhance] Delete redundant code
2022-10-24 19:03:48 +08:00
Xu Lin 76a5138ac8
add MMYOLO desc in README (#2219) 2022-10-21 19:57:39 +08:00
MengzhangLI a68e7c2823
[Fix] Fix PoolFormer mIoU result (#2190) 2022-10-18 22:58:21 +08:00
谢昕辰 04afdb3f27
use syncbn (#2207) 2022-10-18 20:13:53 +08:00
谢昕辰 356215bf58
Bump v0.29.0 (#2167)
* bump v0.29.0

* remove 2159
2022-10-10 14:06:25 +08:00
Miao Zheng 5811b3f74d
[Fix] Ignore timm test in ircleCI (#2162) 2022-10-09 16:13:08 +08:00
Miao Zheng abb0932966
Fix lint (#2159) 2022-10-08 17:36:56 +08:00
mangelroman 963b8edc32
Add missing dependencies to torchserve docker file (#2133) 2022-10-08 16:33:03 +08:00
Edward 2eb13c6906
Improve structure and readability for FCNHead (#2142) 2022-10-08 16:31:17 +08:00
Miao Zheng 0391dcd105
Upgrade pre commit hooks master (#2155)
* 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
Shirley Wang 9d2312b4ac
added if statement to account for IterableDatasets doing distributed training (#2151) 2022-10-08 12:14:01 +08:00
MengzhangLI 6c746fad9c
[Feature] Add PoolFormer (CVPR'2022) (#1537)
* [Feature] Add PoolFormer (CVPR'2022)

* Upload README.md, models and log.json

* fix wrong base config name in config file

* refactor alignresize

* delete align_resize.py

* change config name

* use ResizetoMultiple to replace AlignResize

* update readme

* fix config bug

* resolve conflict
2022-10-01 12:54:00 +08:00
Sungchul Kim ee25adc2c1
fix (#2075) 2022-09-15 15:16:46 +08:00
AmirMasoud Nourollah 31395a83bd
[Enhancement] .dev Python files updated to get better performance and syntax (#2020)
* 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
whooray ecd1ecb6ba
[Fix] Fix mmseg.api.inference inference_segmentor (#1849)
* [Fix] Fix mmseg.api.inference inference_segmentor

Motivation
Fix inference_segmentor not working with multiple images path or images. List[str/ndarray]

Modification
- process images if instance is list

* fix typo

* Update mmseg/apis/inference.py

Co-authored-by: Hakjin Lee <nijkah@gmail.com>

Co-authored-by: Hakjin Lee <nijkah@gmail.com>
2022-09-14 00:13:43 +08:00
Miao Zheng ca7c098767
[Fix] Fix ddp ut (#2060) 2022-09-13 13:08:44 +08:00
谢昕辰 b51670b613
Bump v0.28.0 (#2047)
* bump v0.28.0

* update
2022-09-08 16:54:12 +08:00
谢昕辰 c1c942e8fc
[Fix] Fix binary segmentation when `num_classes==1` (#2016)
* fix binary

* add ut

* fix ut

* restore metric computation

* remove metric ut update

* set out_channels by num_classes

* replace num_classes in encoder_decoder

* update props setting and fix ut

* update ut

* minor change

* update warning
2022-09-08 14:43:21 +08:00
谢昕辰 d8ea8f7460
[Doc] Introduce 1.x in readme (#2025)
* introduce 1.x

* update
2022-09-05 18:55:03 +08:00
Wencheng Wu 74e13cfa61
[Fix] Fix decode head forward_train error. (#1997) 2022-08-30 20:43:10 +08:00
MengzhangLI acff83909f
[Feature] Support Tversky Loss (#1986) 2022-08-30 20:17:50 +08:00
AmirMasoud Nourollah c5259a0d83
logger hooks samples updated (#1982) 2022-08-29 19:46:15 +08:00
Timo Kaiser 319ab5f2f3
Fixed Bug as explained in Issue #1969 (#1992)
For explanations, have a look at

https://github.com/open-mmlab/mmsegmentation/issues/1969
2022-08-29 18:20:30 +08:00
MengzhangLI 7a0f45ebe0
[Fix] Fix Segformer readme typo (#1980) 2022-08-28 13:19:55 +08:00
MengzhangLI dd42fa8d01
[Fix] Fix knet_s3_upernet_swin-l_8x2_640x640_adamw_80k_ade20k config (#1871)
* [Fix] Fix knet_s3_upernet_swin-l_8x2_640x640_adamw_80k_ade20k model

* delete data link
2022-08-11 09:34:25 +08:00
MengzhangLI 3e3ed9ad67
[Fix] Fix bisenetv2_fcn_ohem_4x4_1024x1024_160k_cityscapes.py (#1901) 2022-08-11 09:33:00 +08:00
MengzhangLI 5b2f19aae4
[Fix] Fix Coco-stuff164k on BiSeNetV1 config error (#1893) 2022-08-09 22:34:11 +08:00
suchot 4eaa8e6919
fix tutorials typo (#1844) 2022-08-01 11:04:46 +08:00
谢昕辰 eeeaff9421
Bump v0.27.0 (#1836)
* Bump v0.26.1

* update version

* fix mmcv requirement
2022-07-28 21:04:01 +08:00
乐乐乐乐乐乐乐 03c2447690
[Fix] Fix batch_size description error (#1802) 2022-07-21 22:48:56 +08:00
Akide Liu 13d4c3997c
fix : segformer checkpoint url (#1785)
fix  : segformer checkpoint url
2022-07-18 11:26:59 +08:00
谢昕辰 336435b80b
[Fix] Fix colab mmcv installation (#1779)
* fix mmcv installation

* add torch version and mmcv version

* fix typo
2022-07-15 19:31:34 +08:00
谢昕辰 0e37281884
[Enhancement] Modify MMCV version requirement (#1764)
* modify mmcv version requirement

* minor change

* change max mmcv version
2022-07-13 19:40:32 +08:00
Giovanni Cavallin fe16402251
RandomMosaic not working until... (#1761)
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
颜道江 891448f259
[Fix] Fix a typo in get_started.md (#1755) 2022-07-11 18:44:42 +08:00
MengzhangLI 85569442b6
[Feature] Add Swin Large(Swin-L) Transformer models (#1471)
* [Feature] Add Swin Large(Swin-L) Transformer models

* fix
2022-07-08 17:29:17 +08:00
谢昕辰 0fa7c95fd9
update erfnet results (#1744) 2022-07-07 19:24:02 +08:00
谢昕辰 e3b5b5ee38
remove show=False parameter in test_fn (#1741) 2022-07-07 09:21:27 +08:00
MengzhangLI 5cb9f43c9d
[Fix] Fix v0.26.0 readme (#1732)
* [Fix] Fix typos in v0.26.0

* fix typo
2022-07-01 21:15:28 +08:00
MengzhangLI 17056b636f
Bump v0.26.0 (#1731) 2022-07-01 20:31:52 +08:00
Ayush Thakur dca46fec9a
[Feature] Dedicated MMSegWandbHook for MMSegmentation (Weights and Biases Integration) (#1603)
* wandb integration

* wandb integration

* Update mmseg/core/hook/wandblogger_hook.py

Co-authored-by: 谢昕辰 <xiexinch@outlook.com>

* trying to fix circular import issue

* Update mmseg/core/hook/wandblogger_hook.py docstring

Try to activate the CI.

* move import op in func

* add comments to test_fn

Co-authored-by: xiexinch <test767803@foxmail.com>
Co-authored-by: 谢昕辰 <xiexinch@outlook.com>
2022-07-01 18:29:13 +08:00
MengzhangLI 5c113d98ec
[Fix] Fix pspnet_r50-d8_rsb-pretrain_512x1024_adamw_80k_cityscapes model&log link (#1721) 2022-06-28 16:22:20 +08:00
MengzhangLI 4d0eb367e9
[Fix] Add notation of training setting of SegFormer (#1707)
* [Fix] Add notation of training setting of SegFormer

* fix

* fix
2022-06-27 22:58:28 +08:00
谢昕辰 b4556da085
replace owner (#1717) 2022-06-27 19:15:23 +08:00
MengzhangLI fe455c2771
[Fix] Fix typo in comments in mFscore (#1708) 2022-06-27 13:04:41 +08:00