Junjun2016
5864f3f807
[Fix] Fix mmcv version compatible in get_started.md ( #658 )
...
* fix mmcv version compatible
* update version compatible
2021-07-01 09:41:52 -07:00
Junjun2016
ec0e38011a
fix typo and link ( #608 )
...
Co-authored-by: hejunjun <hejunjun@pjlab.org>
2021-06-18 11:58:55 -07:00
Jerry Jiarui XU
af6478dd7a
Bump to v0.14 ( #580 )
2021-06-02 18:43:08 -07:00
q.yao
597736288c
[Feature] Update deploy test tools ( #553 )
...
* add trt test tool
* create deploy_test, update document
* fix with isort
* move import inside __init__
* remove comment, fix doc
* update document
2021-05-24 20:37:46 -07:00
sennnnn
9e037ae329
Add compatible MMSegmentation and MMCV version table. ( #558 )
2021-05-17 10:43:13 -07:00
q.yao
5182fa1523
add onnx to tensorrt tools ( #542 )
2021-05-11 20:02:27 -07:00
Jerry Jiarui XU
0d477ac577
Bump to v0.13 ( #529 )
2021-05-05 16:56:19 -07:00
q.yao
6ccb1c0fe5
[Feature] add onnxruntime test tool ( #498 )
...
* add onnxruntime test tool, update pytorch2onnx to support slice export
* onnx convert with custom output shape, update test code
* update pytorch2onnx, add rescale_shape support, add document
* update doc for lint error fixing
* remove cpu flag in ort_test.py
* change class name, fix cuda error
* remote comment
* fix bug of torch2onnx
* mIOU to mIoU
2021-04-28 20:38:01 -07:00
Jerry Jiarui XU
b0413ef58d
Add QR Code in Chinese README.md ( #506 )
2021-04-25 19:15:13 -07:00
Jerry Jiarui XU
995bcb39cd
comment tag ( #505 )
2021-04-24 09:58:59 -07:00
sshuair
0d99ff9c35
more docs about tools pytorch2torchscript and print_config ( #499 )
...
* Description of arguments about tools pytorch2torchscript and print_config
* fix docs lint
2021-04-21 16:09:59 -07:00
sshuair
c3d9642e2d
add tool pytorch2torchscript ( #469 )
...
* add tool pytorch2torchscript
* fix the assert message for pytorch version.
2021-04-19 08:51:49 -07:00
q.yao
bc2dc1277a
add dynamic export and visualize to pytorch2onnx ( #463 )
...
* add dynamic export and visualize to pytorch2onnx
* update document
* fix lint
* fix dynamic error and add visualization
* fix lint
* update docstring
* update doc
* Update help info for --show
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
* fix lint
Co-authored-by: maningsheng <maningsheng@sensetime.com>
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
2021-04-12 11:54:59 -07:00
Jerry Jiarui XU
ac2aab74e9
Bump to v0.12 ( #455 )
2021-04-03 21:02:56 -07:00
钟晓键
15faf716de
correct the script for installing mmcv-full ( #399 )
2021-03-27 21:13:06 -07:00
David de la Iglesia Castro
9cbb4b1288
Add opacity option to show_result ( #425 )
2021-03-22 20:34:38 -07:00
谢昕辰
1722010396
add plot_logs tool ( #426 )
...
* Support plot logs
* add plot log docs
2021-03-21 22:05:32 -07:00
Jerry Jiarui XU
45f07af4c8
Bump v0.11 ( #368 )
...
* bump to v0.11
* update readme
2021-02-02 15:09:20 -08:00
congee
11471ad9bb
update stat to classify papers ( #348 )
2021-01-13 22:20:02 -08:00
yamengxi
7e156454a2
memory efficient test ( #330 )
...
* memory efficient test
* implement efficient test
* merge
* Add document and docstring
* fix unit test
* add memory usage report
2021-01-09 23:47:31 -08:00
congee
7a6b1eba3d
remove the model with 0 ckpts and exclude the papers without proposing any model ( #336 )
2021-01-08 02:00:30 -08:00
Jerry Jiarui XU
7c4e505e7d
Fix README.md ( #329 )
2021-01-04 23:52:40 -08:00
Jerry Jiarui XU
5eafe8f6df
Bump to v0.10 ( #325 )
...
* Bump to v0.10
* change version
2021-01-02 15:29:56 -08:00
yamengxi
25d8d77fab
[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
b9ba9f6ce7
Support DMNet ( #313 )
...
* Support DMNet
* fix doc and delete norm_name
2020-12-23 22:16:34 -08:00
Jerry Jiarui XU
aba6d62c65
Doc refactor ( #311 )
...
* refactor docs
* add docs
* add modelzoo
* refactor getting started
2020-12-22 18:36:49 -08:00
Junjun2016
a5d15ae228
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
7678ecc333
Bump to 0.9.0 ( #285 )
...
* Bump to 0.9.0
* add version
2020-12-01 21:10:55 -08:00
Jintao Lin
d8f780c403
chmod +x stat.py ( #266 )
...
* add modelzoo statistics readthedocs
* chmod stat.py
2020-11-22 20:44:32 -08:00
yamengxi
886db15751
fix detail url ( #267 )
2020-11-23 11:46:22 +08:00
Jerry Jiarui XU
2b80032fa6
fixed readocs ( #264 )
2020-11-18 19:49:45 -08:00
Jintao Lin
ad09482fa2
[docs] add modelzoo statistics readthedocs ( #263 )
...
* add modelzoo statistics readthedocs
* fix
2020-11-18 15:58:02 -08:00
Jerry Jiarui XU
a6234975f1
[Bug Fix] Fix dropout_ratio typo ( #261 )
2020-11-18 12:22:06 +08:00
Jinkun Cao
16fae6ef7f
update test tutorial: --eval-options instead of --options to set extra options ( #251 )
2020-11-16 17:32:53 +08:00
Jerry Jiarui XU
be94bbf1cc
Bump to v0.8 ( #226 )
...
* Bump to v0.8
* add version
2020-11-04 16:18:02 -08:00
yamengxi
86d473002f
[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
David de la Iglesia Castro
969c7fd8e4
Add runner type ( #118 )
...
* Add runner_type option
* pre-commit
* Fix max_iters
* Add by_epoch to EvalHook
* Add test_eval_hook for epoch runner
* Remove runner-type arg from tools/train
* Add missing every_n_iters check for epoch mode
* Bump mmcv min version
* Use build_runner
* Use interval in tests
* Update test_eval_hook.py
* Use every_n_epochs instead of every_n_iters. Update DistEvalHook
* Add test_dist_eval_hook_epoch
* Fix tests
* Add DeprecationWarning
* Update docs
* Replace DeprecationWarning with UserWarning
2020-10-25 15:18:46 -07:00
yamengxi
eaefe54e8d
Add blood vessel dataset processing script ( #184 )
...
* Add blood vessel dataset processing script
* Fix syntax error
* Fix syntax error
* Fix syntax error
* Fix bugs
* Fix bugs
* Fix bugs
* Use safe functions and expand more apis
* Use safe functions and expand more apis
* Fix hard code and verify dataset integrity
2020-10-18 01:22:42 -07:00
Jerry Jiarui XU
725a01f038
Bump to 0.7 ( #177 )
...
* Bump to 0.7
* update
2020-10-10 19:19:52 +08:00
LabMemNo003
420578a304
[Doc] Correct download link of ADE20K's test set ( #181 )
2020-10-10 19:18:27 +08:00
Jerry Jiarui XU
c13e1d5e05
[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
e86f4377b3
[Enhance] Update url to https://download.openmmlab.com ( #165 )
2020-09-28 00:32:44 +08:00
Mahmoud Zidan
efc5c20cd0
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
yamengxi
7baed6513e
Add Pascal Context to mmsegmentation ( #133 )
...
* Add Pascal Context to mmsegmentation
* Add benchmark result to Pascal Context
* fix mmcv version
* fix code syntax
* fix code syntax again
* Update mmseg/models/segmentors/encoder_decoder.py
update hint
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
* update comment
* fix pascal context model path
* fix model path mistake again
* fix model path mistake again
* fix model path mistakes again
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
2020-09-22 14:56:13 +08:00
Jerry Jiarui XU
e2371a196e
Bump to version 0.6 ( #119 )
...
* Bump to version 0.6
* fixed format
2020-09-10 20:57:18 +08:00
Jerry Jiarui XU
4448647e90
[Feature] Support PointRend ( #109 )
...
* [Feature] Support PointRend
* add previous test
* update modelzoo
2020-09-07 19:59:44 +08:00
Hongkai Zhang
7ec8239429
Fix typo ( #110 )
2020-09-07 17:02:00 +08:00
John Zhu
683b34d486
Windows Support (Experimental) ( #75 )
...
* Windows basic support
* getting_started updated for Windows.
* add experimental
* install.md restructured to seperate Windows & Linux.
* fix problems in install.md
* fix mmcv version problem.
* Fix fastscnn resize problems. (#82 )
* Fix fast_scnn resize problems
* Fix fast_scnn resize problems 1
* Fix fast_scnn resize problems 2
* test for pascal voc
* [Doc] Add annotaion format note (#77 )
* update pytorch version to 1.6.0 in install.md
* del fastscnn_pascal config
* del create_symlink=True
* Merge instructions for Linux & Windows
* mmcv version updated
* redundant newline deleted
* Update docs/install.md
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
* Update docs/install.md
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
2020-08-28 11:34:44 +08:00
Jerry Jiarui XU
8c0e093b31
Fixed slide inference ( #90 )
2020-08-25 20:01:01 +08:00
Jerry Jiarui XU
9e63ddbd19
[Doc] Add annotaion format note ( #77 )
2020-08-23 14:42:07 +08:00