HRNet / HRNet-Semantic-Segmentation

The OCR approach is rephrased as Segmentation Transformer: https://arxiv.org/abs/1909.11065. This is an official implementation of semantic segmentation for HRNet. https://arxiv.org/abs/1908.07919

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No LIP List txt file

ZhangRenkai opened this issue · comments

directory tree should be look like this:

├── list
│   ├── cityscapes
│   │   ├── test.lst
│   │   ├── trainval.lst
│   │   └── val.lst
│   ├── lip
│   │   ├── testvalList.txt
│   │   ├── trainList.txt
│   │   └── valList.txt

but there is no lip txt file (testvalList.txt and etc),hope someone can provide this folder

You need to clone 'pytorch-v1.1' branch like below.
!git clone -b pytorch-v1.1 https://github.com/HRNet/HRNet-Semantic-Segmentation.git