Skip to content
Snippets Groups Projects

Feature extractors

Merged Tiago de Freitas Pereira requested to merge feature-extractors into master
Compare and
60 files
+ 3010
974
Compare changes
  • Side-by-side
  • Inline
Files
60
@@ -58,6 +58,7 @@ from .Base import Base
from .bobipfacedetect import BobIpFacedetect
from .bobipflandmark import BobIpFlandmark
from .bobipmtcnn import BobIpMTCNN
from .bobiptinyface import BobIpTinyface
# gets sphinx autodoc done right - don't remove it
@@ -84,6 +85,7 @@ __appropriate__(
BobIpFacedetect,
BobIpFlandmark,
BobIpMTCNN,
BobIpTinyface,
)
__all__ = [_ for _ in dir() if not _.startswith('_')]
__all__ = [_ for _ in dir() if not _.startswith('_')]
\ No newline at end of file
Loading