mmsegmentation/mmseg/datasets
sennnnn 83d312e87a
Add support for Pascal Context 59 classes (#459)
* Add support for Pascal Context 59 classes (#459)

* Create PascalContextDataset59 class in mmseg/datasets/pascal_context.py;

* Set reduce_zero_label=True for train_pipeline and PascalContextDataset59;

* Add some configs for Pascal-Context 59 classes training and testing;

* Try to solve the problem about "fence(IoU)=nan grass(IoU)=0";

* Continue(1): Try to solve the problem about "fence(IoU)=nan grass(IoU)=0";

* ignore files and folders named tempxxx;

* Continue(2): Try to solve the problem about "fence(IoU)=nan grass(IoU)=0";

* Modify the calculation of IoU;

* Modify the CLASSES order of PascalContextDataset;

* Add "fcn", "deeplabv3", "deeplabv3+", "pspnet" config file for model training based on PascalContextDataset59;

Add some ignore items in ".gitignore";

* fix the bug "test_cfg specified in both outer field and model field " of pspnet config file;

* * Clean unnecessary codes;

* Add weighs link, config link, log link and evaluation results about PascalContextDataset59 in README.md

* Add command line argument: "-p | --port", this arg can change the transmit port when you transmit data to distributed machine.

* * Remove rebundant config files;

* Remove "-p|--port" command argument;

Co-authored-by: Jiarui XU <xvjiarui0826@gmail.com>
2021-04-19 21:20:54 -07:00
..
pipelines Fix typo: upsampe_cfg -> upsample_cfg (#449) 2021-03-30 09:51:38 -07:00
__init__.py Add support for Pascal Context 59 classes (#459) 2021-04-19 21:20:54 -07:00
ade.py init commit 2020-07-10 02:39:01 +08:00
builder.py init commit 2020-07-10 02:39:01 +08:00
chase_db1.py fix dataset jpg bug (#213) 2020-10-28 11:58:44 -07:00
cityscapes.py memory efficient test (#330) 2021-01-09 23:47:31 -08:00
custom.py Fix typo: upsampe_cfg -> upsample_cfg (#449) 2021-03-30 09:51:38 -07:00
dataset_wrappers.py init commit 2020-07-10 02:39:01 +08:00
drive.py fix dataset jpg bug (#213) 2020-10-28 11:58:44 -07:00
hrf.py fix dataset jpg bug (#213) 2020-10-28 11:58:44 -07:00
pascal_context.py Add support for Pascal Context 59 classes (#459) 2021-04-19 21:20:54 -07:00
stare.py fix dataset jpg bug (#213) 2020-10-28 11:58:44 -07:00
voc.py init commit 2020-07-10 02:39:01 +08:00