Skip to content

Commit

Permalink
updated button name
Browse files Browse the repository at this point in the history
  • Loading branch information
ac133451 committed Jan 13, 2021
1 parent 3b219d1 commit 6664be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labelme/widgets/segmentation_macro.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self):
voc_instance_seg_btn = QPushButton('VOC Instance\nSegmentation')
voc_instance_seg_btn.pressed.connect(self.do_instance_segmentation_voc)
button_layout.addWidget(voc_instance_seg_btn)
coco_instance_seg_btn = QPushButton('VOC Instance\nSegmentation')
coco_instance_seg_btn = QPushButton('COCO Instance\nSegmentation')
coco_instance_seg_btn.pressed.connect(self.do_instance_segmentation_coco)
button_layout.addWidget(coco_instance_seg_btn)

Expand Down

0 comments on commit 6664be9

Please sign in to comment.