mmsegmentation/mmseg
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
..
apis [Enhance] Replace data_dict calling 'img' key to support MMDet3D (#514) 2021-04-29 01:01:34 -07:00
core Fix mIoU calculatiton range (#471) 2021-04-14 08:37:23 -07:00
datasets Add support for Pascal Context 59 classes (#459) 2021-04-19 21:20:54 -07:00
models Adjust vision transformer backbone architectures (#524) 2021-04-30 10:37:47 -07:00
ops add dynamic export and visualize to pytorch2onnx (#463) 2021-04-12 11:54:59 -07:00
utils [Enhance] Refactor inverted residual (#164) 2020-09-28 00:33:51 +08:00
__init__.py refactor test organization (#440) 2021-03-30 17:55:09 -07:00
version.py Bump to v0.12 (#455) 2021-04-03 21:02:56 -07:00