Commit Graph

506 Commits (fe16402251bbd80092f482c23857e4c6a8694320)
 

Author SHA1 Message Date
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
MengzhangLI 144dc3919e
[Feature] Update New SegFormer models (#1705) 2022-06-25 16:01:50 +08:00
FangjianLin 733ad9ef6e
[Fix] Fix Segmenter-l readme (#1695)
* [Fix] Fix Segmenter-l readme

* fix
2022-06-24 16:37:39 +08:00
Qing e8dfa3f26b
fix OpenCV num_threads log (#1704) 2022-06-24 11:58:27 +08:00
MengzhangLI 33606ca1e8
[Fix] Fix typos in LISCENSES.md (#1702) 2022-06-24 10:59:53 +08:00
MengzhangLI a8a8fec178
[Fix] Fix liscense of SegFormer (#1699)
* [Fix] Fix liscense of SegFormer

* add liscense

* add liscense
2022-06-23 18:57:12 +08:00
谢昕辰 9cf2d23aa0
[Enhancement] Clean pillow version check (#1691)
* Clean pillow version check

* modify test_mim
2022-06-22 16:43:38 +08:00
谢昕辰 14f6ec5314
[Doc] Update faq and installation doc (#1653)
* update faq and install doc

* add more explanation

* add logfile faq

* add output image command

* update Chinese version doc

* minor change
2022-06-21 19:31:08 +08:00
Yi Zhao 5fc7c5cd12
fix beit model converter (#1616)
* fix beit model converter

* Update beit2mmseg.py

I have modified the code according to your suggestion. Thanks.
2022-06-21 11:08:15 +08:00
Evelyn Wang 5ecf45d86c
PAVI startup optimization (#1679) 2022-06-21 11:07:08 +08:00
谢昕辰 36984d98ba
[Enhancement] Add UPerNet r18 results (#1669)
* add r18 configs

* update r18 city result

* add configs

* update results

* rename files

* fix lint
2022-06-21 10:47:30 +08:00
FangjianLin f2ea015920
Add a note about segmenter's seed in the readme (#1670)
* Add a note about segmenter's seed in the readme

* fix

* Update configs/segmenter/README.md

Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2022-06-17 14:59:04 +08:00
Miao Zheng a6d6c44c6f
[Docs] Fix mdformat version to support python3.6 and remove ruby install (#1672)
* [Docs] Fix mdformat version to support python3.6 and remove ruby install

* fix lint
2022-06-16 13:24:03 +08:00
FreyWang 6f43f4d5d3
[Enchance] support infererence with padding (#1607)
* [Enchance] support infererence with padding

* limite pad after flip when inference

* add test code
2022-06-15 11:28:09 +08:00
Zaida Zhou 2dede04703
Test commands of mim in CI (#1654)
* Test commands of mim in CI

* trigger CI

* trigger CI
2022-06-14 20:55:43 +08:00
rotorliu f3c72c6dbb
Fixed a few spelling errors (#1656)
* 修复拼写错误

* Fix lint error

* Fix lint error

* Fix lint error
2022-06-14 12:10:59 +08:00
Xiaolin Wang df434bed69
fix typo (#1667) 2022-06-14 11:20:31 +08:00
MengzhangLI 43b4efb122
[Fix] Fix image_demo.py error (#1640)
* [Fix] Fix image_demo.py error

* [Fix] Fix image_demo.py error

* fix

* delete plt.cla()
2022-06-09 17:20:28 +08:00
Zaida Zhou 775d05c54f
Add mim to extras_require in setup.py (#1655)
* Add mim to extras_require in setup.py

* fix typo
2022-06-09 16:31:55 +08:00
RunningLeon 60655de194
change for easy deployment of segmenter (#1642) 2022-06-07 18:00:13 +08:00
Miao Zheng 46326f63ce
Bump v0.25.0 (#1636)
* Bump v0.25.0

* format

* fix mmcv version

* Update docs/en/changelog.md

Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>

* Update docs/en/changelog.md

Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>

* Update docs/en/changelog.md

Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>

* Update docs/en/changelog.md

Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>

* Update docs/en/changelog.md

Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>

Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
2022-06-02 22:40:08 +08:00
谢昕辰 092b3578bb
[Doc] Format readme (#1635)
* quick links

* reorganize readme

* move licence

* modify README_zh-CN
2022-06-02 20:07:14 +08:00
谢昕辰 5748a6c142
[Doc] Rewrite the installation guide (#1630)
* new installation guide

* fix typo

* pass pre-commit hook

* add docker tutorial

* modify docker command
2022-06-02 18:58:33 +08:00
谢昕辰 98dfa1749b
fix UPerNet typo and solve key not found error in mim (#1633) 2022-06-02 18:56:56 +08:00
Wencheng Wu 63fa98515b
[Fix] Fix the error of BCE loss when batch size is 1. (#1629) 2022-05-31 18:07:29 +08:00
MengzhangLI ef905223b3
[Enchancement] Change owners.yml (#1621)
* [Enchancement] Change owners.yml

* daily-shifted-based
2022-05-28 16:45:37 +08:00
Aston.He 7628a61f92
feat(mlu): Support PyTorch backend on MLU. (#1515)
* feat(mlu): Support PyTorch backend on MLU.

* fix redundant device variable.

* Update mmseg/apis/train.py

Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>

* Update comments.

* Update mmseg/apis/train.py

* Update is_mlu_available flag.

* align util_distribution.py to mmdet.

* align util_distribution.py to mmdet.

* add build_dp, build_ddp testcase.

* Update mmseg/utils/util_distribution.py

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* Update mmseg/utils/util_distribution.py

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* Update mmseg/utils/util_distribution.py

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* Update tests/test_utils/test_util_distribution.py

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* Update tests/test_utils/test_util_distribution.py

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* Update tests/test_utils/test_util_distribution.py

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* Update tests/test_utils/test_util_distribution.py

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* add mmcv version check for mlu device.

Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
2022-05-25 18:11:42 +08:00
Miao Zheng aa50358c71
[Fix] pip up grade when testing windows platform (#1610) 2022-05-24 13:33:48 +08:00
Miao Zheng 104429be00
[Docs] Replace markdownlint with mdformat for avoiding installing ruby (#1591)
* [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 9c8658ad45
[Docs] Replace QQ group qrcode (#1598) 2022-05-20 15:05:31 +08:00
FangjianLin 88b4f0cec2
[Fix] Fix fastfcn crop_size in README.md (#1597) 2022-05-20 13:54:25 +08:00
FreyWang 4f394b0674
[Fix] bug of resize warning when align_corners is True (#1592)
Signed-off-by: FreyWang <wangwxyz@qq.com>
2022-05-18 16:39:52 +08:00
Miao Zheng 4534fb6868
[Docs] Configure Myst-parser to parse anchor tag (#1589)
* [Enhancement] Delete DS_Store file

* [Docs] Configure Myst-parser to parse anchor tag
2022-05-17 23:12:17 +08:00
Double 44cfe04be9
fix: correct inference_demo.ipynb path (#1576) 2022-05-16 22:34:37 +08:00
MengzhangLI 214a0d3279
[Enchance] Update new QQ Seg Group link (#1574) 2022-05-13 14:43:01 +08:00
MengzhangLI 740b545770
[Fix] Fix UnicodeDecodeError in md2yml.py (#1555) 2022-05-11 23:41:22 +08:00
atinfinity 090c91b7dc
fixed Dockerfile to run demo script in docker container (#1568)
* fixed Dockerfile to run demo script

* changed from libgl1-mesa-dev to libgl1-mesa-glx
2022-05-11 23:37:42 +08:00
Miao Zheng ee67c808b2
[Doc] Add explanation and usage instructions for data configuration (#1548)
* [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 a33d27e356
[Fix] Fix main line link in MAE README.md (#1556) 2022-05-05 17:49:38 +08:00