http://gothub.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/facebookresearch/segment-anything
It can be loaded as a dictionary in python in the below format. { " image " : image_info , " annotations " : [ annotation ],
} image_info { " image_id " : int , # Image id " width " : int , # Image width " height " : int , # Image height " file_name " : str , # Image filename } annotation { " id " : int , # Annotation id " segmentation " : dict , # Mask saved in COCO RLE format. " bbox " : [ x , y , w , h ], # The box around the mask, in XYWH format " area " : int , # The area in pixels of the mask "...