__init__.py 191 B

1234
  1. from anonymizer.detection.detector import Detector
  2. from anonymizer.detection.weights import download_weights, get_weights_path
  3. __all__ = ['Detector', 'download_weights', 'get_weights_path']