Commit Graph

42 Commits (adb1f0d6b70e748bcbe51b98e16c0e7f1721092d)

Author SHA1 Message Date
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 e7458e5e8e final commit 2020-08-14 13:20:38 +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
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 36228f54dc add unit test for sep_fcn_head: debug 0 2020-08-12 10:07:49 +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 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 c16940c102 add fast_scnn backbone test 2020-08-07 15:46:49 +08:00
johnzja 2c77085dc2 doc strings added 2020-08-07 15:15:13 +08:00
johnzja e05913693f mmseg/utils/collect_env.py modified to support Windows 2020-08-04 17:46:54 +08:00
johnzja 6435e3e162 init commit: fast_scnn 2020-07-31 14:16:00 +08:00
ycr 579f5f883e
Fix palette type. (#27) 2020-07-23 13:01:31 +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
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 b975d3b72a
Add test tutorial (#9)
* add test tutorial

* remote torch/torchvision from requirements

* update getting started

* rename drop_out_ratio -> dropout_ratio
2020-07-12 23:53:56 +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