Browse Source

fix a bug about export in khandy.detect.label

quarrying 2 years ago
parent
commit
fed1a77c7f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      khandy/label/detect.py

+ 2 - 1
khandy/label/detect.py

@@ -17,7 +17,8 @@ __all__ = ['DetectIrObject', 'DetectIrRecord',
            'PascalVocObject', 'PascalVocRecord', 'PascalVocHandler',
            'LabelmeShape', 'LabelmeRecord', 'LabelmeHandler',
            'YoloObject', 'YoloRecord', 'YoloHandler',
-           'CocoObject', 'CocoRecord', 'CocoDetectHandler']
+           'CocoObject', 'CocoRecord', 'CocoDetectHandler',
+           'load', 'save', 'convert']
 
 
 @dataclass