Commit Graph

84 Commits (adb1f0d6b70e748bcbe51b98e16c0e7f1721092d)
 

Author SHA1 Message Date
johnzja adb1f0d6b7 test_inverted_residual.py moved. 2020-08-18 10:38:25 +08:00
johnzja 89dcce4631 test_inverted_residual module corrected. 2020-08-17 20:59:56 +08:00
johnzja 3cbfbf6434 Merge branch 'master' of https://github.com/open-mmlab/mmsegmentation into open-mmlab-master
# Conflicts:
#	docs/model_zoo.md
#	mmseg/models/backbones/__init__.py
#	tests/test_models/test_backbone.py
2020-08-17 20:51:44 +08:00
johnzja 9f128f9e11 Move InvertedResidual module into mmseg/utils. 2020-08-17 13:30:42 +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
johnzja 4e7cdf927a fast_scnn README updated. 2020-08-16 10:57:06 +08:00
johnzja cc5cb7d5e6 model-zoo.md modified. 2020-08-14 13:50:19 +08:00
johnzja b3eaf8ab0e Readme for Fast-SCNN added. 2020-08-14 13:45:38 +08:00
johnzja e7458e5e8e final commit 2020-08-14 13:20:38 +08:00
RainbowSecret 381eacb9a5
add more results of OCRNet (#20)
* update the HRNet-OCR & add ResNet-101-OCR

* revise the script

* add the results of resnet-101+ocr

* add cascade ocr, aspp ocr

* add comparison table

* move comparison table

* support ocr+decoder

* revise the ocrnet_sep_aspp

* update the results of ocrnet

* update the results of ocrnet

* add sep-ocr-variants

* add bs2x exp of deeplabv3/v3+

* apply sep-conv in ocr module

* update the results

* update the results

* update the results of OCRNet

* update the results of OCRNet

* correct the results

* verify the release branch

* init the release branch

* add more results of ocrnet and ocrnetplus

* resolve the conflicts

* rename OCRNetPlus as OCRNet+

* fix the format

* fix the lint issues

* fix the lint issues

* fix the lint issues

* fix the lint isort issues

* fix the lint yapf issues

* fix the format issues

* remove the changes by the master branch

* remove the changes by the master branch

* remove the changes by the master branch

* remove the changes by the master branch

* remove the changes by the master branch

* add the logs folder to .gitignore

* recover .gitignore

* update readme

* update readme

* reset the cudnn_benchmark

* revise the README of OCRNet

* revise the name

* revise the reference of OCRNet

* revise the Figure of OCRNet+

* update the results of OCR/OCR+

* update the results of OCR/OCR+

* update the results of OCR/OCR+

* fix the format issue

* fix the format issue

* remove the ocr+

* update the results

* update the results

* fix the conflicts

* fix the lint issue

* fix the lint issue

* fix the lint issue

* fix the lint issue

* fix the inconsistency

* add urls to README

* clean the code

* remove the schedule configs

* clean the custom code

* clean up

* remove ocr.png

Co-authored-by: Jiarui XU <xvjiarui0826@gmail.com>
2020-08-14 13:16:27 +08:00
johnzja a9ac0d8188 Expand_ratio docstrings updated. 2020-08-14 13:13:24 +08:00
johnzja 88a123d16f Arg scale_factor deleted. 2020-08-14 12:14:07 +08:00
robin Han 9ba22456d9
add pytorch2onnx part (#12)
* add pytorch2onnx part

* Update according to the latest mmcv

* add docstring

* update docs

* update docs

Co-authored-by: Jiarui XU <xvjiarui0826@gmail.com>
2020-08-14 03:28:21 +08:00
johnzja a8a5ff80b3 final commit 2020-08-13 09:46:55 +08:00
johnzja 12d00908ec _make_layer parameters renamed. 2020-08-13 09:42:26 +08:00
Jerry Jiarui XU 5a753811fb
Add pytorch 1.6 CI (#64) 2020-08-12 18:55:40 +08:00
johnzja 661ef92a35 Inverted Residual kept coherent with mmcl. Debug 0 2020-08-12 16:22:20 +08:00
johnzja 3bc95a4332 Inverted Residual kept coherent with mmcl. 2020-08-12 15:58:48 +08:00
johnzja 18cb257f3f Docstrings fixed. 2020-08-12 15:42:02 +08:00
johnzja a3fb9b1f51 Docstrings fixed. 2020-08-12 15:36:45 +08:00
John Zhu 568106c2e2
Update mmseg/models/decode_heads/sep_fcn_head.py
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
2020-08-12 15:30:39 +08:00
John Zhu 95d1a8d8d7
Update mmseg/models/decode_heads/sep_fcn_head.py
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
2020-08-12 15:30:15 +08:00
John Zhu 1988f09cdd
Update mmseg/models/backbones/fast_scnn.py
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
2020-08-12 15:29:52 +08:00
johnzja 887aec2027 Spaces fixed. 2020-08-12 11:37:12 +08:00
johnzja 80fd7f6998 t changed to expand_ratio. 2020-08-12 11:33:09 +08:00
johnzja b08e1d4e9e FastSCNN type(dwchannels) changed to tuple. 2020-08-12 11:22:11 +08:00
johnzja ed3a6d0a70 add unit test for sep_fcn_head: debug 5 2020-08-12 10:49:35 +08:00
johnzja c89674d6cb add unit test for sep_fcn_head: debug 4 2020-08-12 10:29:15 +08:00
johnzja 03ca449baa add unit test for sep_fcn_head: debug 3 2020-08-12 10:28:03 +08:00
johnzja 0466908ff2 add unit test for sep_fcn_head: debug 2 2020-08-12 10:26:07 +08:00
johnzja 2162e7f11f add unit test for sep_fcn_head: debug 1 2020-08-12 10:20:47 +08:00
johnzja 36228f54dc add unit test for sep_fcn_head: debug 0 2020-08-12 10:07:49 +08:00
johnzja 66224e96c5 add unit test for inverted_residual: debug 3 2020-08-11 20:34:41 +08:00
johnzja db364ef26a add unit test for inverted_residual: debug 2 2020-08-11 20:27:35 +08:00
johnzja b3bd282cc7 add unit test for inverted_residual: debug 1 2020-08-11 20:18:05 +08:00
johnzja 0d0641b5c1 add unit test for inverted_residual: debug 0 2020-08-11 20:14:14 +08:00
johnzja ae85850d30 add unit test for inverted_residual 2020-08-11 20:04:31 +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
johnzja 8c553e0eb6 fixed padding problems 2020-08-11 17:50:29 +08:00
johnzja 9c6b0b1dec InvertedResidual 2020-08-11 16:11:29 +08:00
johnzja 8baea984ca fast_scnn config extremely simplified. 2020-08-11 15:50:40 +08:00
johnzja 70456bbd7c lint problems fixed. 2020-08-11 14:47:53 +08:00
johnzja 1456a48a0e relevant files modified according to Jerry's instructions 2020-08-11 14:35:27 +08:00
John Zhu 164e038a5d
Merge pull request #1 from open-mmlab/master
update my fork
2020-08-11 14:23:08 +08:00
johnzja e1986a5e5e relevant files modified according to Jerry's instructions 2020-08-11 13:50:10 +08:00
johnzja d8cba3d6a9 add docstrings to component modules of fast-scnn 2020-08-10 13:58:11 +08:00
Jerry Jiarui XU 5e264c608c
Generalized OHEM (#54)
* Generalized OHEM

* remove config

* update docstring

* fixed sort prob

* fixed valid_mask
2020-08-09 23:49:23 +08:00
johnzja e35f9acde1 Code style improved. 2020-08-09 22:48:59 +08:00
johnzja daf93c6355 delete sub-optimal config files of fast-scnn 2020-08-09 22:37:04 +08:00
johnzja 4102ed38cf .gitignore recovered. 2020-08-09 21:57:20 +08:00