MengzhangLI
3629ffdf35
[Fix] Add vaihingen dataset in readme ( #1227 )
...
* add vaihingen in readme
* add vaihingen in readme
* add vaihingen in readme
2022-01-23 22:23:40 +08:00
MengzhangLI
fe42371297
[Feature] Support ISPRS Vaihingen Dataset. ( #1171 )
...
* Add Vaihingen
* upload models&logs of vaihingen
* fix unit test
* fix dataset pipeline
* fix unit test coverage
* fix vaihingen docstring
2022-01-22 20:27:51 +08:00
Kyungmin Lee
4c72157cdd
[Fix] Improve MultiImageMixDataset unittests coverage ( #1197 )
...
* Fix typo in usage example
* original MultiImageMixDataset code in mmdet
* Add MultiImageMixDataset unittests in test_dataset_wrapper
* fix lint error
* fix value name ann_file to ann_dir
* modify retrieve_data_cfg (#1 )
* remove dynamic_scale & add palette
* modify retrieve_data_cfg method
* modify retrieve_data_cfg func
* fix error
* improve the unittests coverage
* fix unittests error
* Dataset (#2 )
* add cfg-options
* Add unittest in test_build_dataset
* add blank line
* add blank line
* add a blank line
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
* [Fix] Add MultiImageMixDataset unittests
Co-authored-by: Younghoon-Lee <72462227+Younghoon-Lee@users.noreply.github.com>
Co-authored-by: MeowZheng <meowzheng@outlook.com>
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2022-01-22 18:13:34 +08:00
MengzhangLI
bdecbdbdf1
[Fix] Add `COCOStuffDataset` in `class_names.py`. ( #1222 )
...
* add cocostuff in class_names
* add more class names
2022-01-22 18:03:24 +08:00
MengzhangLI
9afb7e1974
add potsdam in readme ( #1220 )
2022-01-22 16:47:38 +08:00
Rockey
fa0b1ead3e
[Feature] benchmark can add work_dir and repeat times, test.py now has default work-dir ( #1126 )
...
* [Feature] benchmark can add work_dir and repeat times
* change the parameter's name
* change the name of the log file
* add skp road
* add default work dir
* make it optional
* Update tools/benchmark.py
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
* Update tools/benchmark.py
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
* fix typo
* modify json name
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2022-01-18 16:38:31 +08:00
Kingdrone
634fbceab0
[Feature] Support ISPRS Potsdam Dataset. ( #1097 )
...
* add isprs potsdam dataset
* add isprs dataset configs
* fix lint error
* fix potsdam conversion bug
* fix error in potsdam class
* fix error in potsdam class
* add vaihingen dataset
* add vaihingen dataset
* add vaihingen dataset
* fix some description errors.
* fix some description errors.
* fix some description errors.
* upload models & logs of Potsdam
* remove vaihingen and add unit test
* add chinese readme
* add pseudodataset
* use mmcv and add class_names
* use f-string
* add new dataset unittest
* add docstring and remove global variables args
* fix metafile error in PSPNet
* fix pretrained value
* Add dataset info
* fix typo
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
2022-01-18 14:15:15 +08:00
Echo-minn
df9aa30fe5
Add website and platform link ( #1214 )
...
* Update README.md
Update README to add OpenMMLab website and platform link
* Update README_zh-CN.md
Update README_zh-CN to add website and platform link in chinese
2022-01-18 11:42:11 +08:00
BeaverCC
032b18a405
[Fix] stdc1 weight download link ( #1206 )
...
* fix stdc1 download link
* fix stdc1 download link
2022-01-17 13:59:13 +08:00
Rockey
ee5fbcff74
[Feature] add log collector ( #1175 )
...
* [Feature] add log collector
* Update .dev/log_collector/readme.md
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
* Update .dev/log_collector/example_config.py
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
* fix typo and so on
* modify readme
* fix some bugs and revise the readme.md
* more elegant
* Update .dev/log_collector/readme.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
2022-01-14 15:19:23 +08:00
MengzhangLI
2f4d52f4d1
remove pytest runner and update package info ( #1201 )
2022-01-13 10:37:48 +08:00
Kyungmin Lee
88944e9935
[Feature] Add MultiImageMixDataset ( #1105 )
...
* Fix typo in usage example
* original MultiImageMixDataset code in mmdet
* Add MultiImageMixDataset unittests in test_dataset_wrapper
* fix lint error
* fix value name ann_file to ann_dir
* modify retrieve_data_cfg (#1 )
* remove dynamic_scale & add palette
* modify retrieve_data_cfg method
* modify retrieve_data_cfg func
* fix error
* improve the unittests coverage
* fix unittests error
* Dataset (#2 )
* add cfg-options
* Add unittest in test_build_dataset
* add blank line
* add blank line
* add a blank line
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
Co-authored-by: Younghoon-Lee <72462227+Younghoon-Lee@users.noreply.github.com>
Co-authored-by: MeowZheng <meowzheng@outlook.com>
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2022-01-11 16:18:24 +08:00
Kyungmin Lee
e9dd32b6e8
[Feature] Add Mosaic transform ( #1093 )
...
* Fix typo in usage example
* original mosaic code in mmdet
* Adjust mosaic to the semantic segmentation
* Remove bbox test in test_mosaic
* Add unittests
* Fix resize mode for seg_fields
* Fix repr error
* modify Mosaic docs
* modify from Mosaic to RandomMosaic
* Add docstring
* modify Mosaic docstring
* [Docs] Add a blank line before Returns:
* add blank lines
Co-authored-by: MeowZheng <meowzheng@outlook.com>
2022-01-11 16:17:36 +08:00
MengzhangLI
5b360d9ab1
[Fix] Fix mobilenetv3 paper link. #1193
2022-01-11 12:27:55 +08:00
Rockey
43ad37b478
[Feature] add auto resume ( #1172 )
...
* [Feature] add auto resume
* Update mmseg/utils/find_latest_checkpoint.py
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
* Update mmseg/utils/find_latest_checkpoint.py
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
* modify docstring
* Update mmseg/utils/find_latest_checkpoint.py
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
* add copyright
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2022-01-11 12:27:24 +08:00
MengzhangLI
ae51615541
fix changelog link ( #1190 )
2022-01-10 09:05:09 -08:00
MengzhangLI
13d52c880b
[Doc] Add MMDeploy link. #1174
2021-12-30 17:27:59 +08:00
MengzhangLI
2b4076add8
[Fix] Add note in UNet readme.md #1163
2021-12-24 23:29:59 +08:00
MengzhangLI
202eb2fde4
[Doc] Add MMSelfSup and MMRazor links #1162
2021-12-24 18:00:17 +08:00
MengzhangLI
f3cd764f55
[Feature] Add UNet benchmark with multiple losses supervision ( #1143 )
...
* upload models and new configs
* fix hrf readme error
* fix hrf readme error
* add mDice of old models
* refactor configs
2021-12-23 21:38:51 +08:00
Rockey
6a7db50ac0
[Feature] Add segformer‘s benchmark on cityscapes ( #1155 )
...
* add segformer cityscapes' benchmark
* Update configs/segformer/README.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
2021-12-23 15:42:42 +08:00
jbwang1997
44d4c3877e
[Fix] Set random seed for generating `palette` if not given. ( #1152 )
...
* Fix colors
* fix comments
* Add comments
* Add comments. Add random seed in datasets
2021-12-23 09:51:50 +08:00
Junjun2016
e0b4f556d4
[Fix] Fix the model statistics in doc for readthedoc #1153
2021-12-20 23:52:53 +08:00
MengzhangLI
4a90241f91
[Docs] Refactor the structure of documentation ( #1128 )
...
* 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
MengzhangLI
fbcfa0568b
Bump v0.20.2 #1141
2021-12-15 16:49:42 +08:00
Rockey
a7595c6ec6
[Fix] revise --option to --options #1140
2021-12-15 15:24:08 +08:00
MengzhangLI
a87de3c025
Bump to v0.20.1 ( #1138 )
...
* bump version 0.20.1
* bump version 0.20.1
2021-12-14 22:32:11 +08:00
MengzhangLI
f0d47000fc
[Fix] Fix correct num_classes of HRNet in LoveDA dataset #1136
2021-12-14 19:49:24 +08:00
MengzhangLI
e2ff55d28a
[Fix] Add <!-- [ABSTRACT] --> in metafile #1127
2021-12-14 19:12:56 +08:00
Rockey
3a1f4285b9
[Feature] Change options to cfg-option ( #1129 )
...
* [Feature] Change option to cfg-option
* add expire date and fix the docs
* modify docstring
2021-12-14 19:11:52 +08:00
MengzhangLI
520372eec8
Bump v0.20.0 ( #1124 )
...
* change version to v0.20.0
* change version to v0.20.0
* change version to v0.20.0
2021-12-11 01:43:29 +08:00
MengzhangLI
c1e72513c9
[Feature] Support STDC Network (new) ( #995 )
...
* refactor stdc code
* update key
* fix backbone inference
* remove comments
* fixing errors
* fixing version conflict
* fux typo
* use STDCHead
* upload models&logs
* adding model converters script and fix unittest
* fix error
* fix error
* fix error
* delete redundant keys in config
* fix errors in configs and unittest
* fix errors in configs and unittest
* fix errors in configs and unittest
* change Memory name
* refactor stdc2mmseg
* change name to STDC
* refactor stdc
* refactor stdc
* stdc refactor
* stdc refactor
* stdc refactor
* stdc refactor
* stdc refactor
* stdc refactor
* refactor stdc
* stdc refactor
Co-authored-by: xiexinch <xinchen.xie@qq.com>
2021-12-10 23:09:32 +08:00
MengzhangLI
02b36fad28
[Fix] Unified links of readthedocs in docs ( #1119 )
...
* change readthedocs
* change readthedocs
* change readthedocs
2021-12-10 16:49:45 +08:00
Lxinyang
cd246e3635
[Feature] Support Twins (NeurIPS2021) ( #989 )
...
* debug
* debug
* debug
* this is a debug step, and needs to be recovered
* need recover
* git
* debug
* git
* git
* git
* git
* git
* git
* debug need recover
* debug
* git
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debugf
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* git
* git
* git
* use config small/base/large
* debug
* debug
* git
* debug
* git
* debug
* debug
* debug args
* debug
* debug
* git
* git
* debug
* git
* git
* git
* git
* git
* debug
* debug
* git
* debug
* git
* debug
* debug
* debug
* debug
* git
* debug
* git
* git
* debug
* debug
* git
* git
* git
* git
* debug
* debug
* debug
* debug
* git
* debug
* debug
* git
* git
* debug
* debug
* git
* debug
* debug
* debug
* git
* debug
* debug
* debug
* Please enter the commit message for your changes. Lines starting
* git
* git
* debug
* debug
* debug
* git
* git
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* git
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* git
* fix pre-commit error
* fix error
* git
* git
* git
* git
* git
* git
* debug
* debug
* debug
* debug
* debug
* debug
* git
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* git
* git
* git
* debug
* debug
* debug
* git
* git
* git
* git
* git
* git
* git
* git
* git
* debug
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* fix unittest error
* fix config errors
* fix twins2mmseg bug
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* git
* fix init_weights() in twins.py
* git
* git
* git
* git
* fix comment
* fix comment
* fix comment
* fix comment
* fix unit test coverage in TwinsPR
* Add Twins README
* Add Twins README
* twins refactor
* twins refactor
* delete init_cfg in FFN
* delete init_cfg in FFN
* Update mmseg/models/backbones/twins.py
* Update mmseg/models/backbones/twins.py
* Update mmseg/models/backbones/twins.py
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* Update mmseg/models/backbones/twins.py
* add conference name
Co-authored-by: linxinyang <linxinyang@meituan.com>
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
2021-12-09 19:18:10 +08:00
MengzhangLI
12d902c02c
[Fix] Cancel previous runs that are not completed #1118
2021-12-09 15:56:22 +08:00
MengzhangLI
2e4da3ea75
[Fix] Fix typo `ADE20k` to `ADE20K` in metafile #1120
2021-12-09 15:37:07 +08:00
Junjun2016
24b4761d83
[Fix] Fix symlink failure on Windows ( #1038 )
...
* fix symlink failure on Windows
* fix develop mode on windows
2021-12-08 23:19:23 -08:00
Rockey
a370777e3b
[Fix] Fix the bug that mit cannot process init_cfg ( #1102 )
...
* [Fix] Fix the bug that mit cannot process init_cfg
* fix error
2021-12-08 23:17:43 -08:00
irvingzhang0512
0d3ee4b520
[Feature] Support video demo ( #1014 )
...
* First commit for video demo
* fix lint
* update
* fix
* add wget in shell
2021-12-08 23:14:30 -08:00
Rockey
0ad0303ebc
[Fix] Remove the inplace operation in uper_head and fpn_neck ( #1103 )
...
* [Fix] Remove the inplace operation in uper_head
* remove the inplace operation in fpn neck
* fix conflict
* increase the coverage
2021-12-09 12:12:31 +08:00
Han Zhang
e06cbcd8b1
[Fix] Fix dist training infinite waiting issue ( #1035 )
...
* [#1034 ] fix dist training infinite waiting issue
* print log_vars keys in assertion msg
* linting issue
2021-12-08 21:02:41 +08:00
MengzhangLI
593dcd3e7f
[Fix] Fix MMHuman3D description and BiSeNetV2 FP16 hyperlink ( #1111 )
...
* fix mmhuman3d readme
* fix mmhuman3d readme
2021-12-07 15:51:18 +08:00
Zhaolun Zou
079c520e58
[Fix] Fix test error when using --show-dir ( #1091 )
...
* Fix test error when using --show-dir
* Move show before test
Co-authored-by: Jiarui XU <xvjiarui0826@gmail.com>
2021-12-06 08:10:18 -08:00
KangBK0120
3d58196e62
[Fix] Remove unexist arg in docstring #1106
2021-12-06 20:03:25 +08:00
Junjun2016
b8ca9b6d99
[Fix] Fix wrong init usage in transformer models ( #1069 )
...
* fix wrong trunc_normal_init usage
* fix mit init weights
* fix vit init weights
* fix mit init weights
* fix typo
* fix swin init weights
2021-12-06 19:59:33 +08:00
Rockey
6a3c31ae3f
[Feature] add setr cityscapes benchmark ( #1087 )
...
* [Feature] add setr cityscapes benchmark
* change pretrain
* Update configs/_base_/datasets/cityscapes_768x768.py
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* remove redundant keys
* remove redundant keys
* fix lint error
* update readme
* update pretrain
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
2021-12-03 00:18:50 -08:00
Rockey
07cd6c98e0
[Feature] Add focal loss ( #1024 )
...
* [Feature] add focal loss
* fix the bug of 'non' reduction type
* refine the implementation
* add class_weight and ignore_index; support different alpha values for different classes
* fixed some bugs
* fix bugs
* add comments
* modify test
* Update mmseg/models/losses/focal_loss.py
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* update test_focal_loss.py
* modified the implementation
* Update mmseg/models/losses/focal_loss.py
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
* update focal_loss.py
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
2021-12-03 00:18:40 -08:00
MengzhangLI
504a5c6bd2
[Doc] add MMHuman3D link #1101
2021-12-02 21:35:49 -08:00
MengzhangLI
6a2cfea73b
[Feature] Support Real-time model ERFNet ( #960 )
...
* first commit
* Fixing Unittest Error
* first refactory of ERFNet
* Refactorying NonBottleneck1d Module
* uploading models&logs
* uploading models&logs
* fix partial bugs & typos
* ERFNet
* add ERFNet with FCNHead
* fix typos of ERFNet
* add name on README.md cover
* chane name to T-ITS'2017
* fix lint error
2021-12-01 23:54:39 -08:00
MengzhangLI
defb21bf8a
[Fix] Change the upper version of mmcv to 1.5.0 #1096
2021-12-01 21:16:23 +08:00