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

Regarding coco train.list and test.lst #257

Open sparshgarg23 opened 2 years ago

sparshgarg23 commented 2 years ago

Hi, Based on the lst files included in the repository,I am assuming you are using COCO2014 for training right.However I couldn't find the annotations/labels for the cocostuff 2014.As of now only 2017 trainstuff labels are available on the official coco website. As such from where can I access the COCO 2014 stuff annotations,and secondly if I wanted to use the COCO2017 stuff annotations,then how can I convert those annotations and imgs into .lst file?

sparshgarg23 commented 2 years ago

Also,I looked into the configuration for LIP dataset which mentions usage of train and val lst files.But in the repository under data folder,these files are missing.As such can you tell me how to generate the .lst files for both COCO 2017 and for LIP? Thank you,and I look forward to hearing from your end.