From 72a6ace6eda737bd7ede5116ae27dc08bb28b395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Tue, 20 Jul 2021 19:09:47 +0000 Subject: [PATCH] Typos [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 112ad402..278f2f77 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # High-resolution networks and Segmentation Transformer for Semantic Segmentation ## Branches - This is the implementation for HRNet + OCR. -- The PyTroch 1.1 version ia available [here](https://github.com/HRNet/HRNet-Semantic-Segmentation/tree/pytorch-v1.1). -- The PyTroch 0.4.1 version is available [here](https://github.com/HRNet/HRNet-Semantic-Segmentation/tree/master). +- The PyTorch 1.1 version ia available [here](https://github.com/HRNet/HRNet-Semantic-Segmentation/tree/pytorch-v1.1). +- The PyTorch 0.4.1 version is available [here](https://github.com/HRNet/HRNet-Semantic-Segmentation/tree/master). ## News - [2021/05/04] We rephrase the OCR approach as **Segmentation Transformer** [pdf](https://arxiv.org/pdf/1909.11065.pdf). We will provide the updated implementation soon.