hasanirtiza / Utils-Segment-Anything

Some utility functions to download SAM dataset for Meta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Utils-Segment-Anything

Some utility functions to download SAM-1b dataset from Meta.

Please visit the site, signup, read terms and conditions and do appropriate actions. Download the whole dataset or part of it by running dataset_downlaod.sh (shell script). It goes through the .txt file and download each set.

Visit the following site and download this txt file. Then place annotations (.json format) into a single folder called annotations and run merge_jsons_coco_format.py. This willl combine all jsons in COCO format.

If you use SAM 1b please cite respective sources.

About

Some utility functions to download SAM dataset for Meta


Languages

Language:Python 89.7%Language:Shell 10.3%