|
2 | 2 | Pytorch code for semantic segmentation. This is a minimal code to run PSPnet and Deeplabv3 on Cityscape dataset. |
3 | 3 | Shortly afterwards, the code will be reviewed and reorganized for convenience. |
4 | 4 |
|
5 | | -**The New version toolbox is released on branch [Pytorch-1.0](https://github.com/speedinghzl/pytorch-segmentation-toolbox/tree/pytorch-1.1) which support Pytorch 1.0 or later** |
| 5 | +**The New version toolbox is released on branch [Pytorch-1.0](https://github.com/speedinghzl/pytorch-segmentation-toolbox/tree/pytorch-1.1) which supports Pytorch 1.0 or later** |
6 | 6 |
|
7 | 7 | ### Highlights of Our Implementations |
8 | 8 | - Synchronous BN |
|
0 commit comments