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 26032e0 commit d39bfc3Copy full SHA for d39bfc3
PostProcessing/dataframes.py
@@ -20,6 +20,8 @@ def compute_time_step(video_timestamps: pd.DataFrame) -> float:
20
21
22
return time_step
23
+
24
25
def repair_dropped_frames(df: pd.DataFrame, time_step: float) -> pd.DataFrame:
26
df['timestamp'] = pd.to_datetime(df['timestamp']).astype(np.int64)
27
timestamps = df['timestamp']
0 commit comments