Commit Graph

17 Commits (89dcce4631aeaae77ade97b28e988f685b920eff)

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
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 88a123d16f Arg scale_factor deleted. 2020-08-14 12:14:07 +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 db364ef26a add unit test for inverted_residual: debug 2 2020-08-11 20:27:35 +08:00
johnzja ae85850d30 add unit test for inverted_residual 2020-08-11 20:04:31 +08:00
johnzja e35f9acde1 Code style improved. 2020-08-09 22:48:59 +08:00
johnzja 54ae2eeb5f fast_scnn test: fix BN bug. 2020-08-08 09:51:05 +08:00
johnzja c16940c102 add fast_scnn backbone test 2020-08-07 15:46:49 +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
Jiarui XU b2724da80b init commit 2020-07-10 02:39:01 +08:00