Face Crop Plus

Contents:

  • Installation
  • Features
  • Examples
  • Command Line Options
  • Face Crop Plus API
    • Main Package
      • Main Launcher
      • Cropper
      • Utils
    • Models Subpackage
      • Retina Face
      • BSRGAN
      • BiSeNet
  • Support
  • References
  • Citation
Face Crop Plus
  • Face Crop Plus API
  • View page source

Face Crop Plus API

Main Package

  • Main Launcher
    • ArgumentParserWithConfig
      • ArgumentParserWithConfig.__init__()
      • ArgumentParserWithConfig.parse_args()
    • main()
    • parse_args()
  • Cropper
    • Cropper
      • Cropper.det_model
      • Cropper.enh_model
      • Cropper.par_model
      • Cropper.landmarks_target
      • Cropper.__init__()
      • Cropper._init_landmarks_target()
      • Cropper._init_models()
      • Cropper.crop_align()
      • Cropper.process_batch()
      • Cropper.process_dir()
      • Cropper.save_group()
      • Cropper.save_groups()
  • Utils
    • as_batch()
    • as_numpy()
    • as_tensor()
    • clean_names()
    • get_landmark_slices_5()
    • get_ldm_slices()
    • parse_landmarks_file()
    • read_images()

Models Subpackage

  • Retina Face
    • RetinaFace
      • RetinaFace.nms_threshold
      • RetinaFace.variance
      • RetinaFace.WEIGHTS_FILENAME
      • RetinaFace.__init__()
      • RetinaFace.decode_bboxes()
      • RetinaFace.decode_landms()
      • RetinaFace.filter_preds()
      • RetinaFace.forward()
      • RetinaFace.predict()
      • RetinaFace.take_by_strategy()
  • BSRGAN
    • RRDBNet
      • RRDBNet.WEIGHTS_FILENAME
      • RRDBNet.__init__()
      • RRDBNet.forward()
      • RRDBNet.predict()
  • BiSeNet
    • BiSeNet
      • BiSeNet.attr_join_by_and
      • BiSeNet.attr_threshold
      • BiSeNet.mask_threshold
      • BiSeNet.mean
      • BiSeNet.std
      • BiSeNet.WEIGHTS_FILENAME
      • BiSeNet.__init__()
      • BiSeNet.forward()
      • BiSeNet.group_by_attributes()
      • BiSeNet.group_by_masks()
      • BiSeNet.predict()
Previous Next

© Copyright 2023, Mantas Birškus.

Built with Sphinx using a theme provided by Read the Docs.