53 Commits

Author SHA1 Message Date
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
johnzja
e05913693f mmseg/utils/collect_env.py modified to support Windows 2020-08-04 17:46:54 +08:00
johnzja
9f236f3b42 configs placed in configs_unify. 4x8_80k exp.running. 2020-08-04 17:37:17 +08:00
johnzja
06db844004 4x8_80k 2020-08-04 16:46:35 +08:00
johnzja
a5f1095c05 247917iters 2020-08-02 11:15:19 +08:00
johnzja
6435e3e162 init commit: fast_scnn 2020-07-31 14:16:00 +08:00
Kai Chen
2b801dedfc
Update README.md (#38) 2020-07-27 19:02:08 +08:00
ycr
579f5f883e
Fix palette type. (#27) 2020-07-23 13:01:31 +08:00
Jerry Jiarui XU
1bedfe305b
Fixed training tricks (#26) 2020-07-20 15:17:59 +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
Jerry Jiarui XU
1af2ad6a9f
Fixed voc aug convert (#19)
* Fixed voc aug convert

* update getting_started.md

* add class balanced doc
2020-07-17 09:55:28 +08:00
Jerry Jiarui XU
1c3f547659
Fixed long description (#16) v0.5.0 2020-07-14 19:35:25 +08:00
Jerry Jiarui XU
4d832e54dd
fixed name in pypi, add badge (#15)
* fixed name in pypi, add badge

* fixed name in install.md

* update install.md
2020-07-14 14:41:52 +08:00
Kai Chen
152879330b
Install wheel before building mmseg (#14) 2020-07-14 00:28:13 +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