Mask_RCNN icon indicating copy to clipboard operation
Mask_RCNN copied to clipboard

Create annotations for polyp image dataset

Open TrinhThiBaoAnh opened this issue 1 year ago • 1 comments

I have a folder of images and a corresponding folder of binary segmentation masks. Please guide me on how to create annotations from the image and mask directories, similar to MS COCO, so that I can train on my own data.

TrinhThiBaoAnh avatar Jan 23 '24 08:01 TrinhThiBaoAnh

you can use any annotation tool available, such as VGG (https://www.robots.ox.ac.uk/~vgg/software/via/). You only have to modify the input code to read and extract the binary segmentation masks similar to the code example 😄

quanghuy0497 avatar Feb 13 '24 14:02 quanghuy0497