Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
added drawing classifier annotate (#2028)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekpratapa authored and Zach Nation committed Jun 3, 2019
1 parent 97cad31 commit 411fa92
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -7,6 +7,7 @@
from __future__ import division as _
from __future__ import absolute_import as _
from .drawing_classifier import create, DrawingClassifier
from ..image_classifier._annotate import annotate, recover_annotation
from . import util

__all__ = ['create', 'DrawingClassifier', 'util']
__all__ = ['create', 'DrawingClassifier', 'util', 'annotate', 'recover_annotation']

0 comments on commit 411fa92

Please sign in to comment.