Skip to content

Commit 7a1a2d9

Browse files
committed
Written defeinition for frame extraction function.
1 parent c2fed45 commit 7a1a2d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

PostProcessing/video.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
import cv2
22
# or ffmpeg
33

4+
import pandas as pd
5+
6+
7+
def extract_frames(video_file: str, timestamps: pd.DataFrame, output_dir: str):
8+
pass

0 commit comments

Comments
 (0)