- Nov 18, 2021
-
-
MengzhangLI authored
-
- Nov 17, 2021
-
-
MengzhangLI authored
* bisenetv1 on cocostuff164k * change config_names & delete redundant keys * pretrain should before lr. * remove redundancy in bisenetv1_r50-d32
-
- Nov 16, 2021
-
-
MengzhangLI authored
-
- Nov 15, 2021
-
-
MengzhangLI authored
* remove fp16 folder * remove fp16 in docs * fix some typos * fix some typos * fix fp16 in yml
-
- Nov 14, 2021
-
-
Junjun2016 authored
-
- Nov 03, 2021
-
-
Rockey authored
* [Fix] Fix the bug that vit cannot load pretrain properly when using init_cfg to specify the pretrain scheme * [Fix] fix the coverage problem * Update mmseg/models/backbones/vit.py Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn> * [Fix] make the predicate more concise and clearer * [Fix] Modified the judgement logic * Update tests/test_models/test_backbones/test_vit.py Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn> * add comments Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn>
-
MengzhangLI authored
-
- Nov 02, 2021
-
-
Junjun2016 authored
* change version to v0.19.0 * update changelog
-
Junjun2016 authored
* add TIMMBackbone and unittests * add timm to tests requirements * deprecate pt1.3.1 * reduce the unittests input of timm backbone * fix ci * fix ci * fix ci * fix ci * fix ci * fix ci * fix ci * fix ci * fix ci * remove unittests of large models of timm backbone * generate coverage report for all unittests env * reduce the unittests input of timm backbone * reduce the unittests input of timm backbone
-
- Nov 01, 2021
-
-
MengzhangLI authored
-
MengzhangLI authored
* fix single loss type * fix error in ohem & point_head * fix coverage miss * fix uncoverage error of PointHead loss * fix coverage miss * fix uncoverage error of PointHead loss * nn.modules.container.ModuleList to nn.ModuleList * more simple format * merge unittest def
-
- Oct 29, 2021
-
-
gszh authored
* Update train.py Add user-defined hooks. * Update train.py * Update train.py
-
- Oct 28, 2021
-
-
lkm2835 authored
-
- Oct 25, 2021
-
-
Yuan Haobo authored
-
Rockey authored
* [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>
-
- Oct 24, 2021
-
-
Junjun2016 authored
* remove python-dev in CI * remove pycocotools installation * remove python 3.9-dev installation dependencies
-
- Oct 20, 2021
-
-
MengzhangLI authored
* Uploading FastFCN on ADE20K * fixing lint error
-
- Oct 13, 2021
-
-
Junjun2016 authored
* 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
-
MengzhangLI authored
-
MengzhangLI authored
-
- Oct 12, 2021
- Oct 07, 2021
-
-
Shouping Shan authored
* [Fix] #916 expection string type classes * add unittests for string path classes * fix double quote string in test_dataset.py * move the import to the top of the file * fix isort lint error fix isort lint error when move the import to the top of the file
-
Junjun2016 authored
* bump to v0.18.0 * replace \ with /
-
- Oct 03, 2021
-
-
VoyagerXVoyagerXisavailable authored
* replace the unavailable pspnet model download address with the updated address * replace the unavailable pspnet model download address with the updated address
-
- Sep 30, 2021
-
-
MengzhangLI authored
* FastFCN first commit * FastFCN first commit * Fixing lint error * Fixing lint error * use for loop on JPU * Use For Loop * Refactor FastFCN * FastFCN * FastFCN * temp * Uploading models & logs (4x4) * Fixing typos * fix typos * rename config * change README.md * use _delete_=True * change configs * change start_level to 0 * change start_level to 0 * jpu * add unittest for start_level!=0
-
MengzhangLI authored
* add icnet backbone * add icnet head * add icnet configs * nclass -> num_classes * Support ICNet * ICNet * ICNet * Add ICNeck * Add ICNeck * Add ICNeck * Add ICNeck * Adding unittest * Uploading models & logs * Uploading models & logs * add comment * smaller test_swin.py * try to delete test_swin.py * delete test_unet.py * delete test_unet.py * temp * smaller test_unet.py Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn>
-
Junjun2016 authored
-
MengzhangLI authored
-
- Sep 29, 2021
-
-
Jerry Jiarui XU authored
* [Improvement] Refactor Swin-Transformer * fixed swin test * update patch emebd, add more tests * fixed test * remove pretrain_style * fixed padding * resolve coments * use mmcv 2tuple * refactor init_cfg Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn>
-
- Sep 28, 2021
-
-
MengzhangLI authored
* First Commit * fix typos * fix typos * Fix assertion bug * Adding Assert * Adding Unittest * Fixing typo * Uploading models & logs * Fixing unittest error * changing README.md * changing README.md
-
sennnnn authored
* [Enhancement] Change readme style and prepare for metafiles update. * Update apcnet github repo url. * add code snippet. * split code snippet & official repo. * update md2yml hook. * Update metafiles. * Add converted from attribute. * process conflict. * Put defualt variable value. * update bisenet v2 metafile. * checkout to ubuntu environment. * pop empty attribute & make task attribute list. * update readme style * update readme style * update metafiles Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn>
-
- Sep 27, 2021
-
-
Junjun2016 authored
* Use docker to skip CUDA installation in CI * Update .github/workflows/build.yml Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com> * Remove Install system dependencies * Add Install system dependencies for cuda usage * Add Install system dependencies and requirements * fix requirements error Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com>
-
- Sep 26, 2021
-
-
MengzhangLI authored
* BiSeNetV2 first commit * BiSeNetV2 unittest * remove pytest * add pytest module * fix ConvModule input name * fix pytest error * fix unittest * refactor * BiSeNetV2 Refactory * fix docstrings and add some small changes * use_sigmoid=False * fix potential bugs about upsampling * Use ConvModule instead * Use ConvModule instead * fix typos * fix typos * fix typos * discard nn.conv2d * discard nn.conv2d * discard nn.conv2d * delete **kwargs * uploading markdown and model * final commit * BiSeNetV2 adding Unittest for its modules * BiSeNetV2 adding Unittest for its modules * BiSeNetV2 adding Unittest for its modules * BiSeNetV2 adding Unittest for its modules * BiSeNetV2 adding Unittest for its modules * BiSeNetV2 adding Unittest for its modules * BiSeNetV2 adding Unittest for its modules * Fix README conflict * Fix unittest problem * Fix unittest problem * BiSeNetV2 * Fixing fps * Fixing typpos * bisenetv2
-
Julius Zhang authored
* [Fix] Fix loss parse in val_step * Add val_step unittest * Add train_step unittest
-
- Sep 25, 2021
-
-
kira authored
* Update config.md * Update config.md
-
- Sep 24, 2021
-
-
MengzhangLI authored
* 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>
-
- Sep 23, 2021
-
-
VVsssssk authored
* test_torchserver1.1 * test_torchserver1.2 * update * update mmseg_handler.py * update docs * update torchserver * tranfer torchserver to torchserve * update docs
-
MengzhangLI authored
-
- Sep 22, 2021
-
-
DerrickWang005 authored
* 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>
-