mmsegmentation/mmseg/models
Ziyi Wu cef8a4f611
[Enhance] Support reading class_weight from file in loss functions to help MMDet3D (#513)
* support reading class_weight from file in loss function

* add unit test of loss with class_weight from file

* minor fix

* move get_class_weight to utils
2021-04-29 01:04:15 -07:00
..
backbones support transformer backbone (#465) 2021-04-21 20:19:55 -07:00
decode_heads Fix typo: upsampe_cfg -> upsample_cfg (#449) 2021-03-30 09:51:38 -07:00
losses [Enhance] Support reading class_weight from file in loss functions to help MMDet3D (#513) 2021-04-29 01:04:15 -07:00
necks add upsample neck (#512) 2021-04-24 21:22:09 -07:00
segmentors [Enhance] Replace data_dict calling 'img' key to support MMDet3D (#514) 2021-04-29 01:01:34 -07:00
utils refactor test organization (#440) 2021-03-30 17:55:09 -07:00
__init__.py Add Semantic FPN (#94) 2020-09-03 19:56:36 +08:00
builder.py [Refactor] Use MMCV MODEL_REGISTRY (#515) 2021-04-27 23:51:09 -07:00