Jerry Jiarui XU
0c5b026db1
[Refactor]: Unified parameter initialization ( #567 )
...
* [Refactor]: Unified parameter initialization
* fixed pretrained
2021-06-16 21:41:29 -07:00
sennnnn
cf2cb542f7
Adjust vision transformer backbone architectures ( #524 )
...
* Adjust vision transformer backbone architectures;
* Add DropPath, trunc_normal_ for VisionTransformer implementation;
* Add class token buring intermediate period and remove it during final period;
* Fix some parameters loss bug;
* * Store intermediate token features and impose no processes on them;
* Remove class token and reshape entire token feature from NLC to NCHW;
* Fix some doc error
* Add a arg for VisionTransformer backbone to control if input class token into transformer;
* Add stochastic depth decay rule for DropPath;
* * Fix output bug when input_cls_token=False;
* Add related unit test;
* * Add arg: out_indices to control model output;
* Add unit test for DropPath;
* Apply suggestions from code review
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
2021-04-30 10:37:47 -07:00
Jerry Jiarui XU
b9f9cf6558
refactor test organization ( #440 )
...
* refactor test organization
* fixed se layer
* update mmcv uper bound
2021-03-30 17:55:09 -07:00
lizz
33e8357c62
Fix typo: upsampe_cfg -> upsample_cfg ( #449 )
...
* Fix typo: upsampe_cfg -> upsample_cfg
Signed-off-by: lizz <lizz@sensetime.com>
* convoluton -> convolution
Signed-off-by: lizz <lizz@sensetime.com>
* more
Signed-off-by: lizz <lizz@sensetime.com>
* ok
Signed-off-by: lizz <lizz@sensetime.com>
2021-03-30 09:51:38 -07:00
yamengxi
7fdb4002fa
[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
651da35c0e
add unet ( #161 )
...
* add unet
* add unet
* add unet
* update test_unet
* update test_unet
* update test_unet
* update test_unet
* fix bugs
* add init method for unet
* add test of UNet init_weights method
* add registry
* merge upsample
* fix test
* Update mmseg/models/backbones/unet.py
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
* Update mmseg/models/backbones/unet.py
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
* split UpConvBlock from UNet
* use reversed
* rename upsample module
* rename upsample module
* rename upsample module
* rename upsample module
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
2020-10-21 11:24:38 -07:00
Jerry Jiarui XU
f86c24d806
[Enhance] Refactor inverted residual ( #164 )
...
* [Enhance] Unifed InvertedResidual in MobileNetV2 and FastSCNN
* [Enhance] Unifed InvertedResidual in MobileNetV2 and FastSCNN
2020-09-28 00:33:51 +08:00
Jerry Jiarui XU
3c6dd9e6a4
[Feature] Support MobileNetV2 backbone ( #86 )
...
* [Feature] Support MobileNetV2 backbone
* Fixed import
* Fixed test
* Fixed test
* Fixed dilate
* upload model
* update table
* update table
* update bibtex
* update MMCV requirement
2020-09-04 15:35:52 +08:00
Jerry Jiarui XU
d9484068ce
Support ResNeSt backbone ( #47 )
...
* Support ResNeSt backbone
* fixed avg_down
* add docstring and test
* update table
* update docs and tests
* fixed test
* rename
* refactor splits
2020-08-17 00:54:01 +08:00
Jiarui XU
b2724da80b
init commit
2020-07-10 02:39:01 +08:00