## Motivation Support SOTA real-time semantic segmentation method in [Paper with code](https://paperswithcode.com/task/real-time-semantic-segmentation) Paper: https://arxiv.org/pdf/2206.02066.pdf Official repo: https://github.com/XuJiacong/PIDNet ## Current results **Cityscapes** |Model|Ref mIoU|mIoU (ours)| |---|---|---| |PIDNet-S|78.8|78.74| |PIDNet-M|79.9|80.22| |PIDNet-L|80.9|80.89| ## TODO - [x] Support inference with official weights - [x] Support training on Cityscapes - [x] Update docstring - [x] Add unit test |
||
---|---|---|
.. | ||
data | ||
test_apis | ||
test_datasets | ||
test_engine | ||
test_evaluation/test_metrics | ||
test_models | ||
test_structures | ||
test_utils | ||
test_visualization | ||
__init__.py | ||
test_config.py | ||
test_digit_version.py | ||
test_sampler.py |