aim-uofa / Matcher

[ICLR'24] Matcher: Segment Anything with One Shot Using All-Purpose Feature Matching

Home Page:https://arxiv.org/abs/2305.13310

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COCO-20 Dataset Mask Annotation

Spritea opened this issue · comments

Hi, thanks for this great work!

I tried to test Matcher on COCO-20i by following the command here but I got following errors.

FileNotFoundError: [Errno 2] No such file or directory: 'datasets/COCO2014/annotations/val2014/COCO_val2014_000000507081.png'

I believe this is because the code requires the COCO-20i mask annotation to be in image format, but the official annotation is in json format.

Could you please check it and provide the converted image format of the mask annotation as well, thank you so much!

Hi, we have included the instructions for downloading COCO annotations here, following HSNet.

You can download COCO2014 train/val annotations from this Google Drive: train2014.zip, val2014.zip. (and locate both train2014/ and val2014/ under annotations/ directory).

Thanks for the prompt help! The new label in image format works.