This repository contains the code of the CVPR 2022 paper "Image Segmentation Using Text and Image Prompts".
1.13k
stars
107
forks
source link
FileNotFoundError: [Errno 2] No such file or directory: '~/datasets/COCO-20i/annotations/train2014/COCO_train2014_000000236141.png' #54
Closed
TheKOG closed 6 months ago
/third_party/hsnet/README.md says that:
├── COCO2014/
│ ├── annotations/ │ │ ├── train2014/ # (dir.) training masks (from Google Drive) │ │ ├── val2014/ # (dir.) validation masks (from Google Drive) │ │ └── ..some json files.. │ ├── train2014/ │ └── val2014/
but i can only get:
├── COCO2014/
│ ├── annotations/ │ │ └── ..some json files.. │ ├── train2014/ │ └── val2014/
from where can i download annotations' mask png? there is only jpg in the .zip