Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dvschultz authored Nov 8, 2020
1 parent f2bcbb5 commit 227206d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 227206d

Please sign in to comment.