17 Commits

Author SHA1 Message Date
johnzja
18cb257f3f Docstrings fixed. 2020-08-12 15:42:02 +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
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
johnzja
8c553e0eb6 fixed padding problems 2020-08-11 17:50:29 +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
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
2c77085dc2 doc strings added 2020-08-07 15:15:13 +08:00
johnzja
6435e3e162 init commit: fast_scnn 2020-07-31 14:16:00 +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
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