소스 검색

fix a bug about export in khandy.detect.label

quarrying 2 년 전
부모
커밋
fed1a77c7f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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