Skip to content

Commit

Permalink
fix: typos error for COCO keypoint annotations (CVHub520#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
CVHub520 committed Oct 30, 2024
1 parent 43cd1da commit d50692c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anylabeling/views/labeling/label_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -5121,7 +5121,7 @@ def export_coco_annotation(self, mode, _value=False, dirpath=None):
)
return
converter = LabelConverter(pose_cfg_file=self.yaml_file)
elif mode in ["hbb", "seg"]:
elif mode in ["rectangle", "polygon"]:
filter = "Classes Files (*.txt);;All Files (*)"
self.classes_file, _ = QtWidgets.QFileDialog.getOpenFileName(
self,
Expand Down

0 comments on commit d50692c

Please sign in to comment.