From 227206d221da29badb7ef2c4bbf41f850845cf8b Mon Sep 17 00:00:00 2001 From: Derrick Schultz Date: Sat, 7 Nov 2020 23:11:27 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90231da2..3180eaf2 100755 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ * **Vertical Mirroring**: use `--mirrory=True` to flip training set top to bottom * **Interpolations methods**: Multiple interpolation methods included in the generate.py script * **Neighbor vectors**: Fine-tune seed selections by looking at vectors near it. Included in the generate.py script +* **Use np vectors in interpolations (in addition to seed values)** Use saved .npy or .npz files in interpolation metohds. Thanks @ekkolabs! * **Flesh Digressions**: @aydao’s circular constant layer script edited to work with ADA see aydao_flesh_digressions.py * **Raw dataset creations**: Taken from the @skyflynil repo, reduces the size of datasets dramatically. Use `create_from images_raw` and `create_from image_folders_raw` in dataset creation, and use `--use-raw=True` in training (False by default!) * **align faces script**: From @pbaylies, this script will align images better for projection.