faceswap/requirements
torzdf 2beceffad9
Data Augmentation update (#1263)
- lib.detected_face
    - Subclass Masks for Landmark based masks
    - Add training mask propery + methods to DetectedFace
  - lib.training_training
    - subclass TrainingDataGenerator for training and preview data
    - Split cache into own module
    - Reduce thread count to 1 to prevent image corruption + data re-use
    - Process on largest model input/output size rather than stored image size
    - Size and crop masks during caching stage
    - Implement ring buffer for data flow
    - Fix preview reload bug
  - augmentation
    - typing
    - switch color aug order
    - better initialization
    - Fix warp + landmark warp to correctly apply at different image scales
    - Slightly improved warp caching
    - Don't store whether image is_preview. Handle all data as training images implicitly
  - plugins.trainer: Typing and fixes to work with trainingdata refactor
2022-08-21 18:59:45 +01:00
..
_requirements_base.txt Data Augmentation update (#1263) 2022-08-21 18:59:45 +01:00
requirements_amd.txt Update TF to 2.9 2022-08-02 17:12:26 +01:00
requirements_apple_silicon.txt Revert "pin max numpy version to 1.22.x" 2022-08-03 00:57:47 +01:00
requirements_cpu.txt Revert "pin max numpy version to 1.22.x" 2022-08-03 00:57:47 +01:00
requirements_nvidia.txt Revert "pin max numpy version to 1.22.x" 2022-08-03 00:57:47 +01:00