okankop / vidaug

Effective Video Augmentation Techniques for Training Convolutional Neural Networks
MIT License
387 stars 78 forks source link

There are no functions like: video = load_batch(batch_idx) and train_on_video(video) in repo: Give the example to run this repo with original function #4

Closed adeebakausar closed 5 years ago

adeebakausar commented 5 years ago

for batch_idx in range(1000):

'video' should be either a list of images from type of numpy array or PIL images

video = load_batch(batch_idx)
video_aug = seq.augment_images(video)
train_on_video(video)
ahmetgunduz commented 5 years ago

Duplicate of #6