__init__.py 100 Bytes
Newer Older
1
from .train import batch_processor, train_detector
zhangwenwei's avatar
zhangwenwei committed
2

3
__all__ = ['batch_processor', 'train_detector']