Skip to content

Instantly share code, notes, and snippets.

View jhhuang96's full-sized avatar
💭
I may be slow to respond.

jhhuang jhhuang96

💭
I may be slow to respond.
View GitHub Profile
from PIL import Image
import sys
import os
import math
import numpy as np
###########################################################################################
# script to generate moving mnist video dataset (frame by frame) as described in
# [1] arXiv:1502.04681 - Unsupervised Learning of Video Representations Using LSTMs
# Srivastava et al