- Jul 01, 2021
-
-
Ze Liu authored
* add Swin Transformer * add Swin Transformer * fixed import * Add some swin training settings. * Fix some filename error. * Fix attribute name: pretrain -> pretrained * Upload mmcls implementation of swin transformer. * Refactor Swin Transformer to follow mmcls style. * Refactor init_weigths of swin_transformer.py * Fix lint * Match inference precision * Add some comments * Add swin_convert to load official style ckpt * Remove arg: auto_pad * 1. Complete comments for each block; 2. Correct weight convert function; 3. Fix the pad of Patch Merging; * Clean function args. * Fix vit unit test. * 1. Add swin transformer unit tests; 2. Fix some pad bug; 3. Modify config to adapt new swin implementation; * Modify config arg * Update readme.md of swin * Fix config arg error and Add some swin benchmark msg. * Add MeM and ms test content for readme.md of swin transformer. * Fix doc string of swin module * 1. Register swin transformer to model list; 2. Modify pth url which keep meta attribute; * Update swin.py * Merge config settings. * Modify config style. * Update README.md Add ViT link * Modify main readme.md Co-authored-by:
Jiarui XU <xvjiarui0826@gmail.com> Co-authored-by:
sennnnn <201730271412@mail.scut.edu.cn> Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn>
-
- Jun 24, 2021
-
-
sennnnn authored
* [Fix] Add setr & vit msg. * Fix init bug * Modify init_cfg arg * Add conv_seg init
-
- Jun 18, 2021
-
-
Junjun2016 authored
Co-authored-by:
hejunjun <hejunjun@pjlab.org>
-
- Jun 17, 2021
-
-
Jerry Jiarui XU authored
-
- Jun 03, 2021
-
-
Jerry Jiarui XU authored
-
- May 18, 2021
-
-
Edward authored
https://openaccess.thecvf.com/CVPR2017 does not contain DeepLabV3
-
- May 05, 2021
-
-
Jerry Jiarui XU authored
-
- Apr 26, 2021
-
-
Jerry Jiarui XU authored
-
- Apr 24, 2021
-
-
sennnnn authored
* Add some publish information * Fix some readme omission.
-
- Apr 21, 2021
-
-
quincylin1 authored
-
- Apr 04, 2021
-
-
Jerry Jiarui XU authored
-
- Feb 21, 2021
-
-
Kai Chen authored
-
- Feb 02, 2021
-
-
Jerry Jiarui XU authored
* bump to v0.11 * update readme
-
- Jan 11, 2021
-
-
Jerry Jiarui XU authored
-
- Jan 05, 2021
-
-
Jerry Jiarui XU authored
-
- Jan 02, 2021
-
-
Jerry Jiarui XU authored
* Bump to v0.10 * change version
-
- Dec 26, 2020
-
-
yamengxi authored
* 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
-
- Dec 24, 2020
-
-
Junjun2016 authored
* Support DMNet * fix doc and delete norm_name
-
- Dec 18, 2020
-
-
Junjun2016 authored
* Support APCNet * code optimization * add apcnet configs * add benchmark * add readme and model zoo * fix doc
-
- Dec 02, 2020
-
-
Jerry Jiarui XU authored
* Bump to 0.9.0 * add version
-
- Nov 03, 2020
-
-
yamengxi authored
* added cgnet * added testing for cgnet * git test * add cgnet * fix __init__ * rename FGlo with GlobalContextExtractor * add readme.md and rename bn with norm * delete cg_head * fix a language mistake * rename cgnet_m3n21.py to cgnet.py * modify README.md * modify list to tuple * add fcn_head test * add assert to fcn_head * blank * fix fcn_head assert bug * add * add cgnet to README.md and model_zoo.md * modify cgnet README.md Co-authored-by:
KID <wps_@mail.nankai.edu.cn>
-
- Oct 10, 2020
-
-
Jerry Jiarui XU authored
* Bump to 0.7 * update
-
- Oct 07, 2020
-
-
Jerry Jiarui XU authored
* [Improvement] Add markdown linter and fix linting errors * fixed pip
-
- Sep 29, 2020
-
-
Jerry Jiarui XU authored
* update docker * Update Dockerfile
-
- Sep 25, 2020
-
-
Mahmoud Zidan authored
* updating the readme with mobilenet_v2 backbone * adding mobilenetv2 to model_zoo.md * placing mobilenetv2 after pointrend
-
- Sep 07, 2020
-
-
Jerry Jiarui XU authored
* [Feature] Support PointRend * add previous test * update modelzoo
-
Han Hu authored
* Add DNLHead * add configs * add weight decay mult * add norm back * Update README.md * matched inference performance * Fixed shape * sep conv_out * no norm * add norm back * complete model zoo * add tests * Add test forward * Add more test Co-authored-by:
Jiarui XU <xvjiarui0826@gmail.com>
-
- Aug 19, 2020
-
-
John Zhu authored
-
- Aug 16, 2020
-
-
Jerry Jiarui XU authored
* Support ResNeSt backbone * fixed avg_down * add docstring and test * update table * update docs and tests * fixed test * rename * refactor splits
-
- Aug 11, 2020
-
-
Jerry Jiarui XU authored
* Auto get version info and git hash * bump 0.5.1 and update doc * fixed docs * Add change log
-
- Jul 27, 2020
-
-
Kai Chen authored
-
- Jul 20, 2020
-
-
Jerry Jiarui XU authored
* Support FP16 * add miss folder * add tests * remove useless config * update memory * reduce config * migrate fp16 to mmcv * add model link
-
- Jul 14, 2020
-
-
Jerry Jiarui XU authored
* fixed name in pypi, add badge * fixed name in install.md * update install.md
-
- Jul 13, 2020
-
-
Kai Chen authored
* add pypi deployment * remove useless jobs * fixed typo and cleanup * delete build.tx * add change log Co-authored-by:
Jiarui XU <xvjiarui0826@gmail.com>
-
- Jul 10, 2020
-
-
Jerry Jiarui XU authored
* add badge * Created using Colaboratory * add read docs * Fixed readthedocs * fixed colab ref * add readthedocs.txt * add link * fixed modelzoo link * add missing reference * fixed docs * remove relative path in docs * add colab in README.md * update docker image * add newline * fixed br
-
- Jul 09, 2020
-
-
Jiarui XU authored
-