mmsegmentation/mmseg
Kyungmin Lee 40b9ebb565 [Feature] Add Cutout transform (#1022)
* Fix typo in usage example

* [Feature] Add CutOut transform

* CutOut repr covered by unittests

* Cutout ignore index, test

* ignore_index -> seg_fill_in, defualt is None

* seg_fill_in is added to repr

* test is modified for seg_fill_in is None

* seg_fill_in (int), 0-255

* add seg_fill_in test

* doc string for seg_fill_in

* rename CutOut to RandomCutOut, add prob

* Add unittest when cutout is False
2021-11-30 20:37:06 +08:00
..
apis [Enchance] Set a random seed when the user does not set a seed. (#1039) 2021-11-26 10:55:15 +08:00
core [Fix] Change `self.loss_decode` back to `dict` in Single Loss situation. (#1002) 2021-11-01 15:28:37 +08:00
datasets [Feature] Add Cutout transform (#1022) 2021-11-30 20:37:06 +08:00
models fix EfficientMultiheadAttention in SegFormer (#1037) 2021-11-15 04:33:28 +08:00
ops [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00
utils [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00
__init__.py [Fix] Convert SyncBN to BN when training on DP (#772) 2021-09-15 09:39:37 -07:00
version.py Bump v0.19.0 (#1009) 2021-11-03 05:27:20 +08:00