MengzhangLI
7f1a72ac42
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
f33b7cafc8
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
MengzhangLI
e9bfabe434
[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
464ebab53e
[Enhancement] MMCV maximum_version set to 1.6 ( #1480 )
...
* [Enhancement] MMCV maximum_version set to 1.6
* [Enhancement] MMCV maximum_version set to 1.6
2022-04-19 16:19:56 +08:00
AmirMasoud Nourollah
cc202a1664
Updating Dockerfiles From Docker Directory and get_started.md to Reach Last Stable Version of Python, PyTorch and MMCV ( #1446 )
...
* Update Dockerfile
Compatible with the latest version of MMCV and PyTorch for compatibility with Python3.10
* Update Dockerfile for serve
Compatible with the latest version of MMCV and PyTorch for compatibility with Python3.10
* Updating to the last version of supported Python
* Update Dockerfile
* Update get_started.md
* Update docs/zh_cn/get_started.md
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2022-04-04 20:16:50 +08:00
kahkeng
1a7c045867
[Docs] Fix typo ( #1447 )
...
* Fix small typo in documentation title
* Fix typo in documentation title (zh_cn version)
2022-04-04 15:02:52 +08:00
Miao Zheng
bf745ca09c
Bump version to v0.23.0 ( #1439 )
...
* Bump version to v0.23.0
* new contributor
* rephrase
* tyoi
* typo
* get_started
* typo
* rephrase
* rephrase
* rephrase
2022-04-01 15:43:19 +08:00
MengzhangLI
cc89c8d18d
[Fix] Add avg_non_ignore in cross entropy loss ( #1409 )
...
* [Fix] Add avg_non_ignore in cross entropy loss
* [Fix] Add avg_non_ignore in cross entropy loss
* add docstring
* fix ut
* fix docstring and comments
* fix
* fix bce
* fix avg_factor in BCE and add more ut
* add avg_non_ignore
* add more ut
* fix part of ut
* fix part of ut
* test avg_non_ignore would not affect ce/bce when reduction none/sum
* test avg_non_ignore would not affect ce/bce when reduction none/sum/mean
* re-organize ut
* re-organize ut
* re-organize ut
* re-organize hardcode case
* fix parts of comments
* fix another parts of comments
* fix
2022-03-30 18:32:47 +08:00
Rockey
41d5c13df1
[Docs] add faq document ( #1420 )
...
* [Docs] add faq document
* Update docs/en/faq.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* Update docs/zh_cn/faq.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* modify readme
* modify index.rst
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
2022-03-28 16:50:41 +08:00
CCODING
97259d02fa
fix word spelling mistake ( #1424 )
2022-03-28 16:06:53 +08:00
Rockey
6701c34db8
[Fix] fix the config name style description ( #1414 )
2022-03-24 14:57:20 +08:00
FangjianLin
415b20febd
[Feature] Add multi machine `dist_train`. ( #1383 )
...
* Add training startup documentation
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
2022-03-18 10:55:49 +08:00
andife
98b8ed37e4
[Doc] Update config.md ( #1363 )
...
Fix typos
2022-03-10 09:29:40 +08:00
MengzhangLI
6b05790429
Bump v0.22.1 ( #1361 )
2022-03-09 20:05:44 +08:00
Miao Zheng
96a600ba01
[Docs] fix typo in changelog ( #1349 )
2022-03-05 09:59:14 +08:00
MengzhangLI
67e0f9dd15
Bump v0.22.0 ( #1347 )
...
* change version to v0.22.0
* change version to v0.22.0
* add mmcls version in get_started.md
* add mmcls installation and move PR1299 into enhancement
* add mmcls installation and move PR1299 into enhancement
* remove MMCLS and make mmcv <=1.5.0 version in get_started.md
* fix typo
2022-03-04 22:17:29 +08:00
Hyeokjoon Kwon
6d124aa091
[Feature] Generating and plotting confusion matrix ( #1301 )
...
* generate and plot confusion matrix
* fix typo
* add usage and examples for confusion matrix
* deal with nan values(pick pr#7147 mmdet)
* fix md format
2022-03-03 16:34:33 +08:00
MengzhangLI
6965f718e9
[Fix] Fix iSAID dataset conversion default setting in doc. ( #1298 )
2022-02-17 20:05:53 +08:00
Waterman0524
a93423e1fd
[Feature] Support iSAID aerial dataset. ( #1115 )
...
* support iSAID aerial dataset
* Update and rename docs/dataset_prepare.md to 博士/dataset_prepare.md
* Update dataset_prepare.md
* fix typo
* fix typo
* fix typo
* remove imgviz
* fix wrong order in annotation name
* upload models&logs
* upload models&logs
* add load_annotations
* fix unittest coverage
* fix unittest coverage
* fix correct crop size in config
* fix iSAID unit test
* fix iSAID unit test
* fix typos
* fix wrong crop size in readme
* use smaller figure as test data
* add smaller dataset in test data
* add blank in docs
* use 0 bytes pseudo data
* add footnote and comments for crop size
* change iSAID to isaid and add default value in it
* change iSAID to isaid in _base_
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
2022-02-17 19:07:32 +08:00
Luming Tang
58c02dd169
Update get_started.md ( #1290 )
...
fix wrong file format. it should be png instead of jpg
2022-02-15 22:28:23 +08:00
MengzhangLI
8e8cb06f52
[Enhancement] Update the installation of MMCV ( #1275 )
...
* Update the installation of MMCV
* use matrix.torch_version
* fix typo in doc
* fix docs
* fix colab
* change docs
2022-02-15 22:18:39 +08:00
MengzhangLI
574adbe43b
Bump v0.21.1 ( #1273 )
...
* Bump v0.21.1
* add improvements in changelog
* add improvements in changelog
* fix cn readme
* change changelog
2022-02-09 17:17:55 +08:00
Range King
8a33102d14
[Docs] Fix typo ( #1263 )
...
1. Fix img path typo in `useful_tools.md`, `zh_cn/model_zoo.md`, and `zh_cn/train.md`
2. Add missing content in `zh_cn/useful_tools.md` to to match `en/useful_tools.md`
2022-02-07 23:20:29 +08:00
MengzhangLI
a83f715bb8
Bump v0.21.0 ( #1258 )
...
* change version to v0.21.0
* change version to v0.21.0
* change version to v0.21.0
* change version to v0.21.0
2022-01-29 18:30:13 +08:00
MengzhangLI
574b195be1
[Enhance] New-style CPU training and inference. ( #1251 )
...
* [Enhance] New-style CPU training and inference.
* assert mmcv version
* SyncBN to BN in training and testing
* SyncBN to BN in training and testing
* upload untracked files to this branch
* delete gpu_ids
* fix bugs
* assert args.gpu_id in train.py
* use cfg.gpu_ids = [args.gpu_id]
* use cfg.gpu_ids = [args.gpu_id]
* fix typo
* fix typo
* fix typos
2022-01-28 23:03:01 +08:00
rstrudel
ee47c41740
[Feature] Support Segmenter ( #955 )
...
* segmenter: add model
* update
* readme: update
* config: update
* segmenter: update readme
* segmenter: update
* segmenter: update
* segmenter: update
* configs: set checkpoint path to pretrain folder
* segmenter: modify vit-s/lin, remove data config
* rreadme: update
* configs: transfer from _base_ to segmenter
* configs: add 8x1 suffix
* configs: remove redundant lines
* configs: cleanup
* first attempt
* swipe CI error
* Update mmseg/models/decode_heads/__init__.py
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* segmenter_linear: use fcn backbone
* segmenter_mask: update
* models: add segmenter vit
* decoders: yapf+remove unused imports
* apply precommit
* segmenter/linear_head: fix
* segmenter/linear_header: fix
* segmenter: fix mask transformer
* fix error
* segmenter/mask_head: use trunc_normal init
* refactor segmenter head
* Fetch upstream (#1 )
* [Feature] Change options to cfg-option (#1129 )
* [Feature] Change option to cfg-option
* add expire date and fix the docs
* modify docstring
* [Fix] Add <!-- [ABSTRACT] --> in metafile #1127
* [Fix] Fix correct num_classes of HRNet in LoveDA dataset #1136
* Bump to v0.20.1 (#1138 )
* bump version 0.20.1
* bump version 0.20.1
* [Fix] revise --option to --options #1140
Co-authored-by: Rockey <41846794+RockeyCoss@users.noreply.github.com>
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
* decode_head: switch from linear to fcn
* fix init list formatting
* configs: remove variants, keep only vit-s on ade
* align inference metric of vit-s-mask
* configs: add vit t/b/l
* Update mmseg/models/decode_heads/segmenter_mask_head.py
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
* Update mmseg/models/decode_heads/segmenter_mask_head.py
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
* Update mmseg/models/decode_heads/segmenter_mask_head.py
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
* Update mmseg/models/decode_heads/segmenter_mask_head.py
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
* Update mmseg/models/decode_heads/segmenter_mask_head.py
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
* model_converters: use torch instead of einops
* setup: remove einops
* segmenter_mask: fix missing imports
* add necessary imported init funtion
* segmenter/seg-l: set resolution to 640
* segmenter/seg-l: fix test size
* fix vitjax2mmseg
* add README and unittest
* fix unittest
* add docstring
* refactor config and add pretrained link
* fix typo
* add paper name in readme
* change segmenter config names
* fix typo in readme
* fix typos in readme
* fix segmenter typo
* fix segmenter typo
* delete redundant comma in config files
* delete redundant comma in config files
* fix convert script
* update lateset master version
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
Co-authored-by: Rockey <41846794+RockeyCoss@users.noreply.github.com>
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2022-01-26 13:50:51 +08:00
Rockey
da1fcf5da3
[Docs] Add MultiImageMixDataset tutorial ( #1194 )
...
* [Docs] Add MultiImageMixDataset tutorial
* modify to randommosaic
* fix markdown
2022-01-24 15:48:54 +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
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
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
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
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
02b36fad28
[Fix] Unified links of readthedocs in docs ( #1119 )
...
* change readthedocs
* change readthedocs
* change readthedocs
2021-12-10 16:49:45 +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
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
MengzhangLI
504a5c6bd2
[Doc] add MMHuman3D link #1101
2021-12-02 21:35:49 -08:00
MengzhangLI
5f99f7d0f1
change LoveDA codalab server address ( #1095 )
2021-12-01 13:29:05 +08:00
Kingdrone
48d4222412
[Feature] Support LoveDA dataset ( #1028 )
...
* update LoveDA dataset api
* revised lint errors in dataset_prepare.md
* revised lint errors in loveda.py
* revised lint errors in loveda.py
* revised lint errors in dataset_prepare.md
* revised lint errors in dataset_prepare.md
* checked with isort and yapf
* checked with isort and yapf
* checked with isort and yapf
* Revert "checked with isort and yapf"
This reverts commit 686a51d9
* Revert "checked with isort and yapf"
This reverts commit b877e121bb
.
* Revert "revised lint errors in dataset_prepare.md"
This reverts commit 2289e27c
* Revert "checked with isort and yapf"
This reverts commit 159db2f8
* Revert "checked with isort and yapf"
This reverts commit 159db2f8
* add configs & fix bugs
* update new branch
* upload models&logs and add format-only
* change pretraied model path of HRNet
* fix the errors in dataset_prepare.md
* fix the errors in dataset_prepare.md and configs in loveda.py
* change the description in docs_zh-CN/dataset_prepare.md
* use init_cfg
* fix test converage
* adding pseudo loveda dataset
* adding pseudo loveda dataset
* adding pseudo loveda dataset
* adding pseudo loveda dataset
* adding pseudo loveda dataset
* adding pseudo loveda dataset
* Update docs/dataset_prepare.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* Update docs_zh-CN/dataset_prepare.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* Update docs_zh-CN/dataset_prepare.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* Delete unused lines of unittest and Add docs
* add convert .py file
* add downloading links from zenodo
* move place of LoveDA and Cityscapes in doc
* move place of LoveDA and Cityscapes in doc
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
2021-11-24 19:41:19 +08:00
MengzhangLI
7e5e34b217
add MMFewShot on README ( #1065 )
2021-11-24 19:40:00 +08:00
MengzhangLI
765a3a117a
add mmflow on README ( #1052 )
2021-11-18 21:57:30 +08:00
MengzhangLI
008856a84c
[Fix] Remove `fp16` folder in `configs`. ( #1031 )
...
* remove fp16 folder
* remove fp16 in docs
* fix some typos
* fix some typos
* fix fp16 in yml
2021-11-15 19:14:57 +08:00
Junjun2016
28627a1288
Bump v0.19.0 ( #1009 )
...
* change version to v0.19.0
* update changelog
2021-11-03 05:27:20 +08:00
Rockey
b3d5cc3f17
[Docs] Fix the broken link ( #985 )
...
* [Fix] Fix the broken link
* [Fix] Fix the broken link
* Update docs/dataset_prepare.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* Update docs_zh-CN/dataset_prepare.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* [Docs] Fix the broken link
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
2021-10-25 15:07:40 +08:00
Junjun2016
67f1420472
[Enhancement] Add codespell pre-commit hook and fix typos ( #920 )
...
* add codespell pre-commit hook and fix typos
* Update mmseg/models/decode_heads/dpt_head.py
* Update mmseg/models/backbones/vit.py
* Update mmseg/models/backbones/vit.py
* fix typos
* skip formating typo
* deprecate formating
* skip ipynb
* unstage ipynb changes
* unstage ipynb changes
* fix typos in ipynb
* unstage ipynb changes
2021-10-13 06:21:17 -07:00
Junjun2016
1ce4904fe3
Bump to v0.18.0 ( #940 )
...
* bump to v0.18.0
* replace \ with /
2021-10-07 17:37:31 +08:00
kira
575ee03957
The path of the annotation is wrong in the tutorial ( #907 )
...
* Update config.md
* Update config.md
2021-09-26 00:07:41 +08:00
MengzhangLI
0fd3972c41
[Feature] Support multiple losses during training ( #818 )
...
* multiple losses
* fix lint error
* fix typos
* fix typos
* Adding Attribute
* Fixing loss_ prefix
* Fixing loss_ prefix
* Fixing loss_ prefix
* Add Same
* loss_name must has 'loss_' prefix
* Fix unittest
* Fix unittest
* Fix unittest
* Update mmseg/models/decode_heads/decode_head.py
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
2021-09-24 15:08:28 +08:00
VVsssssk
e13076adef
[Fix] fix_torchserver1.1 ( #844 )
...
* test_torchserver1.1
* test_torchserver1.2
* update
* update mmseg_handler.py
* update docs
* update torchserver
* tranfer torchserver to torchserve
* update docs
2021-09-23 19:14:52 +08:00
DerrickWang005
bf1bdba623
support coco stuff-10k/164k ( #625 )
...
* support coco stuff-10k/164k
* update docs
* fix docs
* update docs
* fix import lints
* Update docs/dataset_prepare.md
* Update docs/dataset_prepare.md
* Update tools/convert_datasets/coco_stuff164k.py
* Update tools/convert_datasets/coco_stuff10k.py
* Update tools/convert_datasets/coco_stuff10k.py
* Update tools/convert_datasets/coco_stuff10k.py
* Update tools/convert_datasets/coco_stuff10k.py
* Update coco_stuff.py
fix the description of the dataset
* Update dataset_prepare.md
fix the doc tree of coco stuff 10k
* Update coco_stuff10k.py
fix img_dir
* Update coco_stuff.py
fix descriptions
* Update coco_stuff164k.py
fix out_dir
* Update coco_stuff10k.py
fix save file name
* Update coco_stuff.py
fix seg_map_suffix
* Update dataset_prepare.md
fix -p
* Update dataset_prepare.md
fix doc tree
* modify coco stuff convertor
* Remove redundant code
* fix 164k convert bug
* remove redundant comment
* add deeplabv3 configs and more iterations
* replace shutil.move with shtil.copyfile
* Update deeplabv3_r50-d8_512x512_4x4_80k_coco_stuff10k.py
fix wrong config
* Update deeplabv3_r101-d8_512x512_4x4_80k_coco_stuff164k.py
fix wrong config
* fix wrong configs
* fix wrong configs
* fix wrong path for coco stuff 10k
* fix convert bugs
* fix seg_filename bug
* when nproc=0, use track progress
* rename configs: coco_stuff --> coco-stuff
* add coco-stuff 10k and 164k to README.md
* update configs
* add deeplabv3 benchmark
* add pspnet benchmark
* remove redundant comma
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
2021-09-22 20:48:08 +08:00
Junjun2016
6926712820
[Docs] Use Chinese menu ( #880 )
...
* Use Chinese menu
* replace \ with /
2021-09-18 18:36:43 +08:00
Junjun2016
9162d058d9
[Docs] Improve docs style ( #879 )
...
* Improve docs style
* update lists
* update the size of image
* modify duplicate mmdet3d
2021-09-16 08:23:50 -07:00
sennnnn
9ac053f49a
[Fix] Convert SyncBN to BN when training on DP ( #772 )
...
* [Fix] Convert SyncBN to BN when training on DP.
* Modify SyncBN2BN.
* Add SyncBN2BN unit test.
* Resolve some comments.
* use mmcv official revert_sync_batchnorm
* Remove local syncbn2bn unit tests.
* Update mmcv version.
* Fix bugs of gather model tools.
* Modify warnings.
* Modify docker mmcv version.
* Update mmcv version table.
2021-09-15 09:39:37 -07:00
Junjun2016
4a77b2a34e
Bump to v0.17.0 ( #841 )
2021-09-01 22:43:38 +08:00
谢昕辰
0cf838f294
[Feature] Support dark dataset test ( #815 )
...
* rewrite init function
* support dark_zurich test
* reset image size
* add night
* add train_pipeline
* init function parameters
* remove base dataset config
* remove fcn config
* update doc
* add datasets to README
* update doc
* fix table of PSPNet config
* fix table of PSPNet config
* change 'model' tp 'evaluation checkpoint'
* fix typos in README_zh-CN
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
2021-08-28 11:51:05 -07:00
sennnnn
4e9c26bbbc
[Refactor] Support progressive test with fewer memory cost ( #709 )
...
* Support progressive test with fewer memory cost.
* Temp code
* Using processor to refactor evaluation workflow.
* refactor eval hook.
* Fix process bar.
* Fix middle save argument.
* Modify some variable name of dataset evaluate api.
* Modify some viriable name of eval hook.
* Fix some priority bugs of eval hook.
* Depreciated efficient_test.
* Fix training progress blocked by eval hook.
* Depreciated old test api.
* Fix test api error.
* Modify outer api.
* Build a sampler test api.
* TODO: Refactor format_results.
* Modify variable names.
* Fix num_classes bug.
* Fix sampler index bug.
* Fix grammaly bug.
* Support batch sampler.
* More readable test api.
* Remove some command arg and fix eval hook bug.
* Support format-only arg.
* Modify format_results of datasets.
* Modify tool which use test apis.
* support cityscapes eval
* fixed cityscapes
* 1. Add comments for batch_sampler;
2. Keep eval hook api same and add deprecated warning;
3. Add doc string for dataset.pre_eval;
* Add efficient_test doc string.
* Modify test tool to compat old version.
* Modify eval hook to compat with old version.
* Modify test api to compat old version api.
* Sampler explanation.
* update warning
* Modify deploy_test.py
* compatible with old output, add efficient test back
* clear logic of exclusive
* Warning about efficient_test.
* Modify format_results save folder.
* Fix bugs of format_results.
* Modify deploy_test.py.
* Update doc
* Fix deploy test bugs.
* Fix custom dataset unit tests.
* Fix dataset unit tests.
* Fix eval hook unit tests.
* Fix some imcompatible.
* Add pre_eval argument for eval hooks.
* Update eval hook doc string.
* Make pre_eval false in default.
* Add unit tests for dataset format_results.
* Fix some comments and bc-breaking bug.
* Fix pre_eval set cfg field.
* Remove redundant codes.
Co-authored-by: Jiarui XU <xvjiarui0826@gmail.com>
2021-08-19 20:44:58 -07:00
谢昕辰
ebf3c084ac
[Tools] Add vit/swin/mit convert weight scripts ( #783 )
...
* init scripts
* update markdown
* update markdown
* add docs
* delete mit converter and use torch load function
* rename segformer readme
* update doc
* modify doc
* 更新中文文档
* Update useful_tools.md
* Update useful_tools.md
* modify doc
* update segformer.yml
2021-08-17 18:42:42 -07:00
Junjun2016
2fe0bddf5e
[Dcos] Add header for files ( #796 )
...
* Add header for files
* Delete header in config files
2021-08-16 23:16:55 -07:00
MengzhangLI
0abacd8bc5
[Doc] "Model Serving" Chinese doc in useful_tools.md ( #761 )
...
* Add Model Serving Chinese docs
* Update docs_zh-CN/useful_tools.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* Update useful_tools.md
* fix lint error
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
2021-08-12 16:23:47 +08:00
zhangrui_wolf
9a05fe9fd6
Correct docs ( #696 )
...
* Correct get_started.md
* Correct dataset_prepare.md
* Correct model_zoo.md
* Correct train.md
* Correct inference.md
* Correct config.md
* Correct customize_datasets.md
* Correct data_pipeline.md
* Correct customize_models.md
* Correct training_tricks.md
* Correct customize_runtime.md
* Correct useful_tools.md and translate "model serving"
* Fix typos
* fix lint
* Modify the content of useful_tools.md to meet the requirements, and modify some of the content by referring to the Chinese documentation of mmcls.
* Modify the use_tools.md file based on feedback. Adjusted some translations according to "English-Chinese terminology comparison".
* Modify get_start.md . Adjusted some translations according to "English-Chinese terminology comparison".
* Modify dataset_prepare.md.
* Modify the English version and the Chinese version of model_zoo.md. Adjusted some translations according to "English-Chinese terminology comparison".
* Modify train.md. Adjusted some translations according to "English-Chinese terminology comparison".
* Modify inference.md. Adjusted some translations according to "English-Chinese terminology comparison".
* Modify config.md. Adjusted some translations according to "English-Chinese terminology comparison".
* Modify customize_datasets.md.
* Modify data_pipeline.md. Adjusted some translations according to "English-Chinese terminology comparison". The main corrected term is: pipeline.
* Modify customize_models.md.
* Modify training_tricks.md.
* Modify customize_runtime.md. Adjusted some translations according to "English-Chinese terminology comparison".
* fix full point usage in items
* fix typo
* fix typo
* fix typo
* fix typo
* Update useful_tools.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
2021-08-05 16:24:01 +08:00
Junjun2016
06f0c5de33
Bump to v0.16.0 ( #749 )
...
* Bump to v0.16.0
* fix doc
* fix changelog
* fix changelog
2021-08-04 17:17:39 +08:00
Jerry Jiarui XU
ef819df1b9
[Doc] Fixed doc api display ( #725 )
...
* [Doc] Fixed doc api display
* add missing pretty table
2021-07-26 02:04:14 +08:00
BigDong
813222a116
[Fix] fix url error in config docs ( #680 )
...
* [Fix] fix url error in config docs
* Fix URL
* Fix URL
2021-07-08 19:14:56 +08:00
keke1u
b785c95583
Update config.md ( #678 )
...
Fixed some typos.
2021-07-07 16:19:45 +08:00
Junjun2016
fef381845d
fix mmcv installation ( #676 )
2021-07-06 17:19:45 +08:00
David de la Iglesia Castro
61ca8c7294
Add mmseg2torchserve tool ( #552 )
...
* Add docker/serve
* Add handler
* Add mmseg2torchserve
* Fix mmv minimum version
* Update docs with model serving section
* Update useful_tools.md
* pre-commit
* Update useful_tools.md
* Add 3dogs to resources
* Move mask to resources
2021-07-05 21:11:47 +08:00
Junjun2016
2fd8e60370
fix typos ( #670 )
2021-07-05 13:11:43 +08:00
Jerry Jiarui XU
ae61e66521
Bump to v0.15.0 ( #669 )
...
* Bump to v0.15.0
* fixed version
2021-07-04 01:09:17 -07:00
Jerry Jiarui XU
686d8427f7
[Doc] Add Chinese Documentation ( #666 )
...
* Add chinese doc base (#593 )
* [Doc] Add Chinese doc for useful_tools_md (#642 )
* get_started_docs_zh
* inference_zh.md
* train_zh.md
* get_started_zh.md
* train_zh.md
* get_started_zh
* fix nospace between ZH and ENG
* change README_zh-CN link
* checkout space again
* checkout space again
* checkout space again
* pipeline
* cus_model
* cus_model
* cus_model
* runtime_md
* dataset_prepare
* useful_tools
* refine
* Update useful_tools.md
* Update useful_tools.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* [Doc] Add Chinese doc for get_started (#615 )
* get_started_docs_zh
* inference_zh.md
* train_zh.md
* get_started_zh.md
* train_zh.md
* get_started_zh
* fix nospace between ZH and ENG
* change README_zh-CN link
* checkout space again
* checkout space again
* checkout space again
* get_started_md
* refine_get_started_md
* [Doc] Add Chinese doc for tutorial03_tutorial_datapipeline_md (#629 )
* get_started_docs_zh
* inference_zh.md
* train_zh.md
* get_started_zh.md
* train_zh.md
* get_started_zh
* fix nospace between ZH and ENG
* change README_zh-CN link
* checkout space again
* checkout space again
* checkout space again
* pipeline
* refine
* Update data_pipeline.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* [Doc] Add Chinese doc for tutorials04_customized_models_md (#630 )
* get_started_docs_zh
* inference_zh.md
* train_zh.md
* get_started_zh.md
* train_zh.md
* get_started_zh
* fix nospace between ZH and ENG
* change README_zh-CN link
* checkout space again
* checkout space again
* checkout space again
* pipeline
* cus_model
* cus_model
* cus_model
* refine
* refine
* Update customize_models.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* [Doc] Add Chinese doc for dataset_prepare_md (#640 )
* get_started_docs_zh
* inference_zh.md
* train_zh.md
* get_started_zh.md
* train_zh.md
* get_started_zh
* fix nospace between ZH and ENG
* change README_zh-CN link
* checkout space again
* checkout space again
* checkout space again
* pipeline
* cus_model
* cus_model
* cus_model
* runtime_md
* dataset_prepare
* Update dataset_prepare.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* [Doc] Add Chinese doc for tutorials05_training_tricks_md (#631 )
* get_started_docs_zh
* inference_zh.md
* train_zh.md
* get_started_zh.md
* train_zh.md
* get_started_zh
* fix nospace between ZH and ENG
* change README_zh-CN link
* checkout space again
* checkout space again
* checkout space again
* pipeline
* cus_model
* cus_model
* cus_model
* traning tricks md
* traning tricks md
* refine
* refine
* refine
* Update training_tricks.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* [Doc] Add Chinese doc for tutorials06_customized_runtime_md (#637 )
* get_started_docs_zh
* inference_zh.md
* train_zh.md
* get_started_zh.md
* train_zh.md
* get_started_zh
* fix nospace between ZH and ENG
* change README_zh-CN link
* checkout space again
* checkout space again
* checkout space again
* pipeline
* cus_model
* cus_model
* cus_model
* runtime_md
* Update customize_runtime.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* [Doc] Add Chinese doc for tutorials01_config_md (#628 )
* get_started_docs_zh
* inference_zh.md
* train_zh.md
* get_started_zh.md
* train_zh.md
* get_started_zh
* fix nospace between ZH and ENG
* change README_zh-CN link
* checkout space again
* checkout space again
* checkout space again
* new_config_md
* new_config_md1
* new_config_md1
* refine
* refine
* Update config.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* [Doc] Add Chinese for modelzoo (#597 )
* [Doc] Add Chinese for modelzoo
* add missing
* [Doc] Add Chinese doc for tutorial02_customized_dataset_md (#620 )
* get_started_docs_zh
* inference_zh.md
* train_zh.md
* get_started_zh.md
* train_zh.md
* get_started_zh
* fix nospace between ZH and ENG
* change README_zh-CN link
* checkout space again
* checkout space again
* checkout space again
* tutorial_customized_dataset
* refine
* Update customize_datasets.md
* fixconflict
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* [Doc] Add Chinese doc for train.md (#616 )
* get_started_docs_zh
* inference_zh.md
* train_zh.md
* get_started_zh.md
* train_zh.md
* get_started_zh
* fix nospace between ZH and ENG
* change README_zh-CN link
* checkout space again
* checkout space again
* checkout space again
* train_md
* refine
* refine_last
* refine_last
* refine_last
* refine_last
* refine_last
* temp
* refine_last
* qwe
Co-authored-by: yuanzhang <yuanzhang@yuanzhangdeMacBook-Pro.local>
* [Doc] Add Chinese doc for inference.md (#617 )
* get_started_docs_zh
* inference_zh.md
* train_zh.md
* get_started_zh.md
* train_zh.md
* get_started_zh
* fix nospace between ZH and ENG
* change README_zh-CN link
* checkout space again
* checkout space again
* checkout space again
* inference_zh_md
* Update docs_zh-CN/inference.md
Directly delete this sentence?
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* qwe
* temp
* qw
* Update docs_zh-CN/inference.md
* Update docs_zh-CN/inference.md
* Update docs_zh-CN/inference.md
* Update docs_zh-CN/inference.md
* Update docs_zh-CN/inference.md
* Update inference.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* fixed some dir
* fixed typo
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
Co-authored-by: yuanzhang <yuanzhang@yuanzhangdeMacBook-Pro.local>
2021-07-03 08:54:32 -07:00
Junjun2016
75c825b45c
Update useful_tools.md
2021-07-02 21:39:50 +08:00
Junjun2016
f201c4fe0c
Update useful_tools.md
2021-07-02 21:34:08 +08:00
钟晓键
54c87dd4b5
correct model URLs ( #665 )
2021-07-02 21:05:03 +08:00
Junjun2016
5864f3f807
[Fix] Fix mmcv version compatible in get_started.md ( #658 )
...
* fix mmcv version compatible
* update version compatible
2021-07-01 09:41:52 -07:00
Junjun2016
ec0e38011a
fix typo and link ( #608 )
...
Co-authored-by: hejunjun <hejunjun@pjlab.org>
2021-06-18 11:58:55 -07:00
Jerry Jiarui XU
af6478dd7a
Bump to v0.14 ( #580 )
2021-06-02 18:43:08 -07:00
q.yao
597736288c
[Feature] Update deploy test tools ( #553 )
...
* add trt test tool
* create deploy_test, update document
* fix with isort
* move import inside __init__
* remove comment, fix doc
* update document
2021-05-24 20:37:46 -07:00
sennnnn
9e037ae329
Add compatible MMSegmentation and MMCV version table. ( #558 )
2021-05-17 10:43:13 -07:00
q.yao
5182fa1523
add onnx to tensorrt tools ( #542 )
2021-05-11 20:02:27 -07:00
Jerry Jiarui XU
0d477ac577
Bump to v0.13 ( #529 )
2021-05-05 16:56:19 -07:00
q.yao
6ccb1c0fe5
[Feature] add onnxruntime test tool ( #498 )
...
* add onnxruntime test tool, update pytorch2onnx to support slice export
* onnx convert with custom output shape, update test code
* update pytorch2onnx, add rescale_shape support, add document
* update doc for lint error fixing
* remove cpu flag in ort_test.py
* change class name, fix cuda error
* remote comment
* fix bug of torch2onnx
* mIOU to mIoU
2021-04-28 20:38:01 -07:00
Jerry Jiarui XU
b0413ef58d
Add QR Code in Chinese README.md ( #506 )
2021-04-25 19:15:13 -07:00
Jerry Jiarui XU
995bcb39cd
comment tag ( #505 )
2021-04-24 09:58:59 -07:00
sshuair
0d99ff9c35
more docs about tools pytorch2torchscript and print_config ( #499 )
...
* Description of arguments about tools pytorch2torchscript and print_config
* fix docs lint
2021-04-21 16:09:59 -07:00
sshuair
c3d9642e2d
add tool pytorch2torchscript ( #469 )
...
* add tool pytorch2torchscript
* fix the assert message for pytorch version.
2021-04-19 08:51:49 -07:00
q.yao
bc2dc1277a
add dynamic export and visualize to pytorch2onnx ( #463 )
...
* add dynamic export and visualize to pytorch2onnx
* update document
* fix lint
* fix dynamic error and add visualization
* fix lint
* update docstring
* update doc
* Update help info for --show
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
* fix lint
Co-authored-by: maningsheng <maningsheng@sensetime.com>
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
2021-04-12 11:54:59 -07:00
Jerry Jiarui XU
ac2aab74e9
Bump to v0.12 ( #455 )
2021-04-03 21:02:56 -07:00
钟晓键
15faf716de
correct the script for installing mmcv-full ( #399 )
2021-03-27 21:13:06 -07:00
David de la Iglesia Castro
9cbb4b1288
Add opacity option to show_result ( #425 )
2021-03-22 20:34:38 -07:00
谢昕辰
1722010396
add plot_logs tool ( #426 )
...
* Support plot logs
* add plot log docs
2021-03-21 22:05:32 -07:00
Jerry Jiarui XU
45f07af4c8
Bump v0.11 ( #368 )
...
* bump to v0.11
* update readme
2021-02-02 15:09:20 -08:00
congee
11471ad9bb
update stat to classify papers ( #348 )
2021-01-13 22:20:02 -08:00
yamengxi
7e156454a2
memory efficient test ( #330 )
...
* memory efficient test
* implement efficient test
* merge
* Add document and docstring
* fix unit test
* add memory usage report
2021-01-09 23:47:31 -08:00
congee
7a6b1eba3d
remove the model with 0 ckpts and exclude the papers without proposing any model ( #336 )
2021-01-08 02:00:30 -08:00
Jerry Jiarui XU
7c4e505e7d
Fix README.md ( #329 )
2021-01-04 23:52:40 -08:00
Jerry Jiarui XU
5eafe8f6df
Bump to v0.10 ( #325 )
...
* Bump to v0.10
* change version
2021-01-02 15:29:56 -08:00
yamengxi
25d8d77fab
[New model] Support MobileNetV3 ( #268 )
...
* delete markdownlint
* Support MobileNetV3
* fix import
* add mobilenetv3 head and configs
* Modify MobileNetV3 to semantic segmentation version
* modify mobilenetv3 configs
* add std configs
* fix Conv2dAdaptivePadding bug
* add configs
* add unitest and fix bugs
* fix lraspp unitest bugs
* restore
* fix unitest
* add MobileNetV3 docstring
* add mmcv
* add mmcv
* fix syntax bug
* fix unitest bug
* fix unitest bug
* fix unitest bugs
* fix docstring
* add configs
* restore
* delete unnecessary assert
* modify unitest
* delete benchmark
2020-12-26 00:02:50 -08:00
Junjun2016
b9ba9f6ce7
Support DMNet ( #313 )
...
* Support DMNet
* fix doc and delete norm_name
2020-12-23 22:16:34 -08:00
Jerry Jiarui XU
aba6d62c65
Doc refactor ( #311 )
...
* refactor docs
* add docs
* add modelzoo
* refactor getting started
2020-12-22 18:36:49 -08:00