We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fed45 commit 7a1a2d9Copy full SHA for 7a1a2d9
PostProcessing/video.py
@@ -1,3 +1,8 @@
1
import cv2
2
# or ffmpeg
3
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