hanskrupakar / COCO-Style-Dataset-Generator-GUI

A simple GUI-based COCO-style JSON Polygon masks' annotation tool to facilitate quick and efficient crowd-sourced generation of annotation masks and bounding boxes. Optionally, one could choose to use a pretrained Mask RCNN model to come up with initial segmentations.
Apache License 2.0
144 stars 31 forks source link

class file #4

Open shahramghahremani opened 6 years ago

shahramghahremani commented 6 years ago

Hi, Thank you for your amazing tools. Could you explain what the class-file exactly is and how I can create it for my own images? since it is required file, while you have not mentioned its format.

hanskrupakar commented 6 years ago

classes/bags.txt is an example. The class file is a list of target labels in your dataset.

hanskrupakar commented 6 years ago

Duplicate of #3

shghahremani commented 6 years ago

@hanskrupakar Thank you very much for your prompt reply.