mmsegmentation/mmseg/datasets/pipelines
Kyungmin Lee 78a6ff689d
[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
..
__init__.py [Feature] Add Cutout transform (#1022) 2021-11-30 20:37:06 +08:00
compose.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00
formating.py [Enhancement] Add codespell pre-commit hook and fix typos (#920) 2021-10-13 06:21:17 -07:00
formatting.py [Enhancement] Add codespell pre-commit hook and fix typos (#920) 2021-10-13 06:21:17 -07:00
loading.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00
test_time_aug.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00
transforms.py [Feature] Add Cutout transform (#1022) 2021-11-30 20:37:06 +08:00