linfangjian.vendor
7a32d610e4
[Refactor] Refactor all registries
2022-05-10 12:15:20 +00:00
Hyeokjoon Kwon
4d451a09dc
[Fix] Make accuracy take into account ignore_index ( #1259 )
...
* make accuracy take into account ignore_index
* add UT for accuracy
2022-02-15 00:39:59 +08:00
Jerry Jiarui XU
b405ce0506
[Improve] Add exception for PointRend for support CPU-only usage ( #1271 )
...
* [Improve] Add exception for PointRend for support CPU-only usage
* fixed linting
2022-02-09 00:52:56 -05:00
MengzhangLI
992d577783
[Fix] Change `self.loss_decode` back to `dict` in Single Loss situation. ( #1002 )
...
* fix single loss type
* fix error in ohem & point_head
* fix coverage miss
* fix uncoverage error of PointHead loss
* fix coverage miss
* fix uncoverage error of PointHead loss
* nn.modules.container.ModuleList to nn.ModuleList
* more simple format
* merge unittest def
2021-11-01 15:28:37 +08:00
MengzhangLI
0fd3972c41
[Feature] Support multiple losses during training ( #818 )
...
* multiple losses
* fix lint error
* fix typos
* fix typos
* Adding Attribute
* Fixing loss_ prefix
* Fixing loss_ prefix
* Fixing loss_ prefix
* Add Same
* loss_name must has 'loss_' prefix
* Fix unittest
* Fix unittest
* Fix unittest
* Update mmseg/models/decode_heads/decode_head.py
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
2021-09-24 15:08:28 +08:00
MengzhangLI
767de8f4d9
[Fix] Fix docstring link problem in readthedocs ( #845 )
...
* fix docstring link
* fix docstring link
* fix docstring link
* fix docstring link
* fix docstring link
* fix docstring link
2021-09-02 17:06:43 +08:00
Junjun2016
2fe0bddf5e
[Dcos] Add header for files ( #796 )
...
* Add header for files
* Delete header in config files
2021-08-16 23:16:55 -07:00
Jerry Jiarui XU
9849a8dc23
[Refactor]: Unified parameter initialization ( #567 )
...
* [Refactor]: Unified parameter initialization
* fixed pretrained
2021-06-16 21:41:29 -07:00
Jerry Jiarui XU
4448647e90
[Feature] Support PointRend ( #109 )
...
* [Feature] Support PointRend
* add previous test
* update modelzoo
2020-09-07 19:59:44 +08:00