- Aug 07, 2023
-
-
https://github.com/jonasitzmann/mmsegmentation/tree/miou-fpsTimo Bartels authored
- reproduced some experiments - added VSS pipeline - added pruning pipeline
-
https://github.com/jonasitzmann/mmsegmentation/tree/miou-fpsTimo Bartels authored
- reproduced some experiments - added VSS pipeline - added pruning pipeline
-
- Jul 12, 2023
-
-
https://github.com/jonasitzmann/mmsegmentation/tree/miou-fpsTimo Bartels authored
- reproduced some experiments
-
- Mar 31, 2023
-
-
谢昕辰 authored
## Motivation - Create the `main` branch ## Modification Modify links from `dev-1.x` to `main`
-
- Mar 17, 2023
-
-
谢昕辰 authored
-
- Mar 15, 2023
-
-
谢昕辰 authored
## 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
-