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

model #7

Closed joydeepmedhi closed 5 years ago

joydeepmedhi commented 6 years ago

import model as modellib what is this model?

Traceback (most recent call last): File "segment_bbox_only.py", line 306, in gen = COCO_dataset_generator(fig, ax, args['image_file'], args['classes_file'], args['weights_path'], args['json_file']) File "segment_bbox_only.py", line 112, in init import model as modellib ImportError: No module named 'model'

hanskrupakar commented 6 years ago

Please run with the --no_feedback flag to disable pre-trained model overlays if you're not using that.