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 |