Skip to content

Instantly share code, notes, and snippets.

@SkalskiP
Created September 13, 2018 21:38
Show Gist options
  • Select an option

  • Save SkalskiP/7956048bf59467523cbdef845de8e1ab to your computer and use it in GitHub Desktop.

Select an option

Save SkalskiP/7956048bf59467523cbdef845de8e1ab to your computer and use it in GitHub Desktop.
Creating gif from set of images
convert -delay 10 -loop 0 *.png keras_class_boundaries.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment