Jerry Jiarui XU
|
b9da8a176c
|
Bump to v0.15.0 (#669)
* Bump to v0.15.0
* fixed version
|
2021-07-04 01:09:17 -07:00 |
Ze Liu
|
b6c7c77a08
|
[WIP] Add Swin Transformer (#511)
* 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>
|
2021-07-01 23:41:55 +08:00 |
sennnnn
|
98067bec5c
|
[Fix] Add setr & vit msg. (#635)
* [Fix] Add setr & vit msg.
* Fix init bug
* Modify init_cfg arg
* Add conv_seg init
|
2021-06-23 22:25:06 -07:00 |
Junjun2016
|
00769136ad
|
fix typo and link (#608)
Co-authored-by: hejunjun <hejunjun@pjlab.org>
|
2021-06-18 11:58:55 -07:00 |
Jerry Jiarui XU
|
26032167e0
|
Bump to v0.14.1 (#604)
|
2021-06-16 21:49:56 -07:00 |
Jerry Jiarui XU
|
5d46314844
|
Bump to v0.14 (#580)
|
2021-06-02 18:43:08 -07:00 |
Edward
|
66b0525378
|
DeepLab V3 did not present in CVPR 2017 (#560)
https://openaccess.thecvf.com/CVPR2017 does not contain DeepLabV3
|
2021-05-18 09:44:41 -07:00 |
Jerry Jiarui XU
|
f884489120
|
Bump to v0.13 (#529)
|
2021-05-05 16:56:19 -07:00 |
Jerry Jiarui XU
|
2da3da47ed
|
Add QR Code in Chinese README.md (#506)
|
2021-04-25 19:15:13 -07:00 |
sennnnn
|
838b6472d0
|
Add some publish information of implemented models (#508)
* Add some publish information
* Fix some readme omission.
|
2021-04-24 09:58:15 -07:00 |
quincylin1
|
27342fd709
|
add mmocr link (#501)
|
2021-04-21 16:08:59 -07:00 |
Jerry Jiarui XU
|
4345ee3d55
|
Bump to v0.12 (#455)
|
2021-04-03 21:02:56 -07:00 |
Kai Chen
|
34427f9261
|
add readme of chinese version (#383)
|
2021-02-21 11:11:28 -08:00 |
Jerry Jiarui XU
|
0448dec5e4
|
Bump v0.11 (#368)
* bump to v0.11
* update readme
|
2021-02-02 15:09:20 -08:00 |
Jerry Jiarui XU
|
30d0321895
|
[Improvement] Add OpenMMLab projects (#339)
|
2021-01-10 18:25:39 -08:00 |
Jerry Jiarui XU
|
8f8e77df96
|
Fix README.md (#329)
|
2021-01-04 23:52:40 -08:00 |
Jerry Jiarui XU
|
9f071cade8
|
Bump to v0.10 (#325)
* Bump to v0.10
* change version
|
2021-01-02 15:29:56 -08: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
|
94e12e8d21
|
Support DMNet (#313)
* Support DMNet
* fix doc and delete norm_name
|
2020-12-23 22:16:34 -08:00 |
Junjun2016
|
e3f6f655d6
|
Support APCNet (#299)
* Support APCNet
* code optimization
* add apcnet configs
* add benchmark
* add readme and model zoo
* fix doc
|
2020-12-17 23:23:45 -08:00 |
Jerry Jiarui XU
|
90465128ce
|
Bump to 0.9.0 (#285)
* Bump to 0.9.0
* add version
|
2020-12-01 21:10:55 -08:00 |
yamengxi
|
f5eb7f2627
|
[New model] Support CGNet (#223)
* 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>
|
2020-11-03 00:05:25 -08:00 |
Jerry Jiarui XU
|
28f52d9d3d
|
Bump to 0.7 (#177)
* Bump to 0.7
* update
|
2020-10-10 19:19:52 +08:00 |
Jerry Jiarui XU
|
0264de0bb0
|
[Improvement] Add markdown linter and fix linting errors (#171)
* [Improvement] Add markdown linter and fix linting errors
* fixed pip
|
2020-10-07 19:50:16 +08:00 |
Jerry Jiarui XU
|
65da3e3752
|
update docker (#149)
* update docker
* Update Dockerfile
|
2020-09-29 19:54:32 +08:00 |
Mahmoud Zidan
|
b9fd8e4bea
|
adding mobilenetv2 to docs/model_zoo.md and readme.md (#146)
* updating the readme with mobilenet_v2 backbone
* adding mobilenetv2 to model_zoo.md
* placing mobilenetv2 after pointrend
|
2020-09-25 17:44:34 +08:00 |
Jerry Jiarui XU
|
ff98229a3d
|
[Feature] Support PointRend (#109)
* [Feature] Support PointRend
* add previous test
* update modelzoo
|
2020-09-07 19:59:44 +08:00 |
Han Hu
|
8ff866d60c
|
Add "disentangled non-local (DNL) neural networks" [ECCV2020] (#37)
* 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>
|
2020-09-07 16:22:00 +08:00 |
John Zhu
|
3e49d0ad71
|
Sorry for forgetting to update README.md. (#74)
|
2020-08-19 15:52:46 +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 |
Jerry Jiarui XU
|
4e29452dbe
|
Auto get version info and git hash (#55)
* Auto get version info and git hash
* bump 0.5.1 and update doc
* fixed docs
* Add change log
|
2020-08-11 19:23:35 +08:00 |
Kai Chen
|
2b801dedfc
|
Update README.md (#38)
|
2020-07-27 19:02:08 +08:00 |
Jerry Jiarui XU
|
1765c12985
|
Support FP16 (#21)
* Support FP16
* add miss folder
* add tests
* remove useless config
* update memory
* reduce config
* migrate fp16 to mmcv
* add model link
|
2020-07-20 15:17:18 +08:00 |
Jerry Jiarui XU
|
4d832e54dd
|
fixed name in pypi, add badge (#15)
* fixed name in pypi, add badge
* fixed name in install.md
* update install.md
|
2020-07-14 14:41:52 +08:00 |
Kai Chen
|
550e02b7cb
|
Add pypi deployment (#11)
* add pypi deployment
* remove useless jobs
* fixed typo and cleanup
* delete build.tx
* add change log
Co-authored-by: Jiarui XU <xvjiarui0826@gmail.com>
|
2020-07-13 20:54:32 +08:00 |
Jerry Jiarui XU
|
b72a6d00ef
|
Add Colab Tutorial (#7)
* 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
|
2020-07-10 16:55:47 +08:00 |
Jiarui XU
|
b2724da80b
|
init commit
|
2020-07-10 02:39:01 +08:00 |