Skip to content
Snippets Groups Projects
Unverified Commit 292ee71c authored by Jingdong Wang's avatar Jingdong Wang Committed by GitHub
Browse files

Update README.md

parent 564f0223
No related branches found
No related tags found
No related merge requests found
...@@ -16,12 +16,8 @@ We augment the HRNet with a very simple segmentation head shown in the figure be ...@@ -16,12 +16,8 @@ We augment the HRNet with a very simple segmentation head shown in the figure be
Besides, we further combine HRNet with [Object Contextual Representation](https://arxiv.org/pdf/1909.11065.pdf) and achieve higher performance on the three datasets. The code of HRNet+OCR is contained in this branch. Besides, we further combine HRNet with [Object Contextual Representation](https://arxiv.org/pdf/1909.11065.pdf) and achieve higher performance on the three datasets. The code of HRNet+OCR is contained in this branch.
## Segmentation models ## Segmentation models
HRNetV2 Segmentation models are now available. All the results are reproduced by using this repo!!!
The models are initialized by the weights pretrained on the ImageNet. You can download the pretrained models from https://github.com/HRNet/HRNet-Image-Classification. The models are initialized by the weights pretrained on the ImageNet. You can download the pretrained models from https://github.com/HRNet/HRNet-Image-Classification.
### Big models
1. Performance on the Cityscapes dataset. The models are trained and tested with the input size of 512x1024 and 1024x2048 respectively. 1. Performance on the Cityscapes dataset. The models are trained and tested with the input size of 512x1024 and 1024x2048 respectively.
If multi-scale testing is used, we adopt scales: 0.5,0.75,1.0,1.25,1.5,1.75. If multi-scale testing is used, we adopt scales: 0.5,0.75,1.0,1.25,1.5,1.75.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment