Commit Graph

492 Commits (e8dfa3f26ba041ddcc5a8f13c15bc8b829ce72e7)
 

Author SHA1 Message Date
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
Miao Zheng 2638bdf39b
[Enhancement] Fix the build_segmentor in colab demo (#1551)
* [Enhancement] Delete DS_Store file

* [Enhancement] Fix the build_segmentor
2022-05-05 13:39:56 +08:00
Miao Zheng 2d8be3712e
[Enhancement] Delete DS_Store file (#1549)
* [Enhancement] Delete DS_Store file

* [Enhancement] Delete DS_Store file
2022-05-04 19:49:23 +08:00
Miao Zheng bc60213d2a
[Enhancement] Use round-robin (#1543) 2022-05-03 17:12:19 +08:00
MengzhangLI ae0fac4a36
Bump version to v0.24.1 (#1541)
* Bump version to v0.24.1

* version.py

* changelog.md
2022-05-01 14:06:04 +08:00
Miao Zheng 9dae7e1d49
[Enhancement]Revise docstring and UT for layer decay LR (#1540)
* fix docstring

* fix ut for optimizer cosntructor
2022-05-01 13:13:53 +08:00
Sebastian d1281a08aa
Replace Arxiv with ICCV bibtex entry (#1536)
* Replace Arxiv with ICCV bibtex entry

* Update configs/segmenter/README.md

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

Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
2022-05-01 12:56:56 +08:00
FangjianLin 8be5987fdd
[Fix] Add MAE LayerDecayOptimizerConstructor (#1539) 2022-05-01 12:42:49 +08:00
Miao Zheng c4c0c1f804
Bump version to v0.24.0 (#1533)
* [WIP] Bump version to v0.24.0

* changelog

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

* Update docs/en/changelog.md

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

* words

* typo

Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
2022-04-29 22:23:02 +08:00
wangbin 061b5b4383
[Fix] Fix the bug in binary_cross_entropy (#1527)
* [Fix] Fix the bug in binary_cross_entropy

 Fix the bug in binary_cross_entropy
'label.max() <= 1' should mask out ignore_index, since the ignore_index often set as 255.

* [Fix] Fix the bug in binary_cross_entropy, add comments

As the ignore_index often set as 255, so the binary class label check should mask out ignore_index.

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

* [Fix] Fix the bug in binary_cross_entropy

As the ignore_index often set as 255, so the binary class label check should mask out ignore_index.

Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
Co-authored-by: MeowZheng <meowzheng@outlook.com>
2022-04-29 19:32:12 +08:00
Miao Zheng a87b892ce4
[Fix] Add GPG keys and del mmcv version in Dockerfile (#1534) 2022-04-29 19:31:50 +08:00
MengzhangLI b26b8e0378
[Doc] Add more clearly statement of CPU training/inference (#1518)
* [Doc] Add more clearly statement of CPU training/inference

* Update docs/en/inference.md

Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2022-04-29 16:41:32 +08:00
Miao Zheng 44b9c6fbcc
[Fix] Add GPG keys in CI (#1532)
* [Fix] Fix system dependencies in CI

* del pt1.5

* add gpg keys

* add pt1.5
2022-04-29 14:20:08 +08:00
MengzhangLI 6a587c62dd
[Fix] Add MAE in cover page (#1523) 2022-04-28 21:54:57 +08:00
Miao Zheng b96e0d1641
[Enhancement] Delete seed in dist_train.sh (#1519) 2022-04-28 11:35:10 +08:00