LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
mukh/__init__.py
mukh/py.typed
mukh.egg-info/PKG-INFO
mukh.egg-info/SOURCES.txt
mukh.egg-info/dependency_links.txt
mukh.egg-info/requires.txt
mukh.egg-info/top_level.txt
mukh/core/__init__.py
mukh/core/base.py
mukh/core/model_hub.py
mukh/core/types.py
mukh/deepfake_detection/__init__.py
mukh/deepfake_detection/deepfake_detector.py
mukh/deepfake_detection/models/__init__.py
mukh/deepfake_detection/models/base.py
mukh/deepfake_detection/models/efficientnet/__init__.py
mukh/deepfake_detection/models/efficientnet/efficientnet_detector.py
mukh/deepfake_detection/models/efficientnet/architectures/__init__.py
mukh/deepfake_detection/models/efficientnet/architectures/fornet.py
mukh/deepfake_detection/models/efficientnet/architectures/tripletnet.py
mukh/deepfake_detection/models/efficientnet/architectures/weights.py
mukh/deepfake_detection/models/efficientnet/architectures/externals/__init__.py
mukh/deepfake_detection/models/efficientnet/architectures/externals/xception.py
mukh/deepfake_detection/models/resnet_inception/__init__.py
mukh/deepfake_detection/models/resnet_inception/resnet_inception_detector.py
mukh/deepfake_detection/models/resnext/__init__.py
mukh/deepfake_detection/models/resnext/resnext_detector.py
mukh/face_detection/__init__.py
mukh/face_detection/face_detector.py
mukh/face_detection/models/__init__.py
mukh/face_detection/models/base_detector.py
mukh/face_detection/models/blazeface/__init__.py
mukh/face_detection/models/blazeface/blazeface_detector.py
mukh/face_detection/models/blazeface/blazeface_torch.py
mukh/face_detection/models/blazeface/face_extract.py
mukh/face_detection/models/blazeface/read_video.py
mukh/face_detection/models/mediapipe/__init__.py
mukh/face_detection/models/mediapipe/mediapipe_detector.py
mukh/face_detection/models/ultralight/__init__.py
mukh/face_detection/models/ultralight/ultralight_detector.py
mukh/face_detection/models/ultralight/vision/__init__.py
mukh/face_detection/models/ultralight/vision/nn/__init__.py
mukh/face_detection/models/ultralight/vision/nn/mb_tiny.py
mukh/face_detection/models/ultralight/vision/nn/mb_tiny_RFB.py
mukh/face_detection/models/ultralight/vision/nn/multibox_loss.py
mukh/face_detection/models/ultralight/vision/ssd/__init__.py
mukh/face_detection/models/ultralight/vision/ssd/data_preprocessing.py
mukh/face_detection/models/ultralight/vision/ssd/mb_tiny_RFB_fd.py
mukh/face_detection/models/ultralight/vision/ssd/mb_tiny_fd.py
mukh/face_detection/models/ultralight/vision/ssd/predictor.py
mukh/face_detection/models/ultralight/vision/ssd/ssd.py
mukh/face_detection/models/ultralight/vision/ssd/config/__init__.py
mukh/face_detection/models/ultralight/vision/ssd/config/fd_config.py
mukh/face_detection/models/ultralight/vision/transforms/__init__.py
mukh/face_detection/models/ultralight/vision/transforms/transforms.py
mukh/face_detection/models/ultralight/vision/utils/__init__.py
mukh/face_detection/models/ultralight/vision/utils/box_utils.py
mukh/face_detection/models/ultralight/vision/utils/misc.py
mukh/pipelines/__init__.py
mukh/pipelines/deepfake_detection.py
mukh/reenactment/__init__.py
mukh/reenactment/reenactor.py
mukh/reenactment/models/__init__.py
mukh/reenactment/models/base_reenactor.py
mukh/reenactment/models/thin_plate_spline/__init__.py
mukh/reenactment/models/thin_plate_spline/tps_reenactor.py
mukh/reenactment/models/thin_plate_spline/utils.py
mukh/utils/__init__.py
mukh/utils/migrate_models.py