You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.1](https://github.com/speedinghzl/pytorch-segmentation-toolbox/tree/pytorch-1.1) which supports Pytorch 1.0 or later and distributed multiprocessing training and testing**
6
-
7
5
### Highlights of Our Implementations
8
6
- Synchronous BN
9
7
- Fewness of Training Time
10
8
- Better Reproduced Performance
11
9
12
-
### Requirements
13
-
14
-
To install PyTorch==0.4.0, please refer to https://github.com/pytorch/pytorch#installation.
0 commit comments