faceswap/scripts
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
..
__init__.py Unified CLI (#22) 2017-12-25 02:17:02 +01:00
convert.py Update TF to 2.9 2022-08-02 17:12:26 +01:00
extract.py Data Augmentation update (#1263) 2022-08-21 18:59:45 +01:00
fsmedia.py Tensorflow 2.6 Support (#1182) 2021-09-05 02:25:12 +01:00
gui.py Updates 2021-05-28 19:41:11 +01:00
train.py Update Distibution Strategies: 2022-07-19 18:23:16 +01:00