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
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