Skip to content

Commit

Permalink
stores now meta data after video is done
Browse files Browse the repository at this point in the history
  • Loading branch information
vgoehler committed Mar 3, 2020
1 parent 7f9a3bc commit 943aec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python_eulerian_video_magnification/magnify.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def do_magnify(self) -> None:
tensor, fps = self.load_video()
video_tensor = self._magnify_impl(tensor, fps)
self.save_video(video_tensor)
self._data.save_meta_data()

def _magnify_impl(self, tensor: np.ndarray, fps: int) -> np.ndarray:
raise NotImplementedError("This should be overwritten!")
Expand Down

0 comments on commit 943aec3

Please sign in to comment.