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
Other
3.13k stars 686 forks source link

No LIP List txt file #238

Open ZhangRenkai opened 3 years ago

ZhangRenkai commented 3 years ago

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

captain02476 commented 2 years ago

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