timojl / clipseg

This repository contains the code of the CVPR 2022 paper "Image Segmentation Using Text and Image Prompts".
Other
1.13k stars 107 forks source link

Missing file category_info.json #46

Closed JUSTUSVMOS closed 9 months ago

JUSTUSVMOS commented 10 months ago

HI, Thanks for your great job!. Could you please provide details on the structure of the LIVS_OneShot3b.tar file, or guidance on how to obtain the missing "category_info.json" file? Your assistance in this matter would be greatly appreciated!

timojl commented 9 months ago

Thank you and sorry for the delay. The category_info.json should contain the mapping from LVIS object category ids to their names (from the LVIS annotation json). It has this format: [{"name": "aerosol_can", "id": 1}, ...].