mmsegmentation/mmseg/datasets
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
..
pipelines [Feature] Add Cutout transform (#1022) 2021-11-30 20:37:06 +08:00
__init__.py [Feature] Support LoveDA dataset (#1028) 2021-11-24 19:41:19 +08:00
ade.py [Feature] Support LoveDA dataset (#1028) 2021-11-24 19:41:19 +08:00
builder.py [Feature] Support eval concate dataset and add tool to show dataset (#833) 2021-09-09 13:00:23 +08:00
chase_db1.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00
cityscapes.py [Feature] Support LoveDA dataset (#1028) 2021-11-24 19:41:19 +08:00
coco_stuff.py support coco stuff-10k/164k (#625) 2021-09-22 20:48:08 +08:00
custom.py [Fix] Fix bug when loading class name form file in custom dataset (#923) 2021-10-08 01:06:18 +08:00
dark_zurich.py [Feature] Support dark dataset test (#815) 2021-08-28 11:51:05 -07:00
dataset_wrappers.py [Feature] Support eval concate dataset and add tool to show dataset (#833) 2021-09-09 13:00:23 +08:00
drive.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00
hrf.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00
loveda.py [Feature] Support LoveDA dataset (#1028) 2021-11-24 19:41:19 +08:00
night_driving.py [Feature] Support dark dataset test (#815) 2021-08-28 11:51:05 -07:00
pascal_context.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00
stare.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00
voc.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00