HRNet-Semantic-Segmentation icon indicating copy to clipboard operation
HRNet-Semantic-Segmentation copied to clipboard

No LIP List txt file

Open ZhangRenkai opened this issue 4 years ago • 1 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

ZhangRenkai avatar Aug 25 '21 15:08 ZhangRenkai

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

captain02476 avatar Oct 26 '21 13:10 captain02476