Explorar o código

fix a bug about export in khandy.detect.label

quarrying %!s(int64=2) %!d(string=hai) anos
pai
achega
fed1a77c7f
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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