From b8f1b59174a966482adf9351ef1a4af48db3c778 Mon Sep 17 00:00:00 2001 From: Markus Mayer Date: Wed, 8 Feb 2017 15:44:41 +0100 Subject: [PATCH] updated documentation --- mogrify_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mogrify_video.py b/mogrify_video.py index 06040d4..3a1968e 100644 --- a/mogrify_video.py +++ b/mogrify_video.py @@ -1,5 +1,5 @@ """ -Like evaluate_shift_vectors, this file will take an input video and then apply an embedding shift. +Like evaluate_shift_vectors, this file will take input frames and then apply an embedding shift. However, this script uses the embeddings to modify video sequences. """