mmsegmentation/tests/test_data
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
..
test_dataset.py [Feature] Support LoveDA dataset (#1028) 2021-11-24 19:41:19 +08:00
test_dataset_builder.py [Feature] Support eval concate dataset and add tool to show dataset (#833) 2021-09-09 13:00:23 +08:00
test_loading.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00
test_transform.py [Feature] Add Cutout transform (#1022) 2021-11-30 20:37:06 +08:00
test_tta.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00