68 Commits

Author SHA1 Message Date
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
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
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
johnzja
94913d1d77 configs_unify del 2020-08-09 21:48:06 +08:00
johnzja
0dd1ae5f60 .gitignore recovered. 2020-08-09 21:41:10 +08:00
johnzja
dce6ec4c85 Add different config files into configs/ 2020-08-09 21:37:03 +08:00
johnzja
54ae2eeb5f fast_scnn test: fix BN bug. 2020-08-08 09:51:05 +08:00
johnzja
8df067e15d add 450k 2020-08-07 17:03:40 +08:00
johnzja
3d4db488e9 80k 0.08,0.12 2020-08-07 16:52:22 +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
Evgeny Nizhibitsky
00f56eb00f
Add load-from flag (#33)
* Add load-from flag

* minor update

Co-authored-by: Jiarui XU <xvjiarui0826@gmail.com>
2020-08-06 21:17:49 +08:00
johnzja
d3a53423c3 lr1.2 2020-08-06 20:24:32 +08:00
johnzja
795fb2037c log_config by_epoch set to False. 2020-08-06 17:04:33 +08:00
johnzja
e7f6b9e5ff lr_power changed to 1.2 2020-08-06 16:32:24 +08:00
johnzja
2bf70c58d7 lr0.08_100k 2020-08-06 12:35:32 +08:00
johnzja
dc6e781847 bug in configs_unify/***/cityscapes.py fixed. 2020-08-04 22:59:26 +08:00
johnzja
2b1f359992 study on lr 2020-08-04 22:45:05 +08:00
johnzja
2e43bae61f Merge branch 'add_fast_scnn' of github.com:johnzja/mmsegmentation into add_fast_scnn
On sensetime servers, I modified the config files.
On my PC, I modified collect_env.py.
Now I'm going to merge these two modifications.
2020-08-04 17:47:10 +08:00