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? #3

Closed baolinliu closed 6 years ago

baolinliu commented 6 years ago

So I tried to run your segments.py file and it asked for a class_file, not sure what it is. I'm not sure if there are some missing steps in your documentation.

Thanks.

hanskrupakar commented 6 years ago

Hey I need to update the README. class_file refers to a file with the list of classes to appear along with the image, line by line.

baolinliu commented 6 years ago

I would love to use your work, when do you think you will update the readme to reflect the changes?