Breathe - text animation
A simple breathing text animation.
A Pen by Tanner Dolby on CodePen.
# https://stackoverflow.com/a/64006242/9292995 | |
# https://github.com/jfilter/split-folders | |
import splitfolders | |
# If your datasets is balanced (each class has the same number of samples), use ratio | |
# otherwise use fixed if dataset is imbalanced. | |
splitfolders.ratio('input_dir', output="output_dir", oversample=False, ratio = (0.8, 0.1, 0.1), | |
seed=1337) | |
# https://www.tensorflow.org/datasets/api_docs/python/tfds/folder_dataset/ImageFolder |
A simple breathing text animation.
A Pen by Tanner Dolby on CodePen.