Skip to content

Commit a7a3d0e

Browse files
committed
Remove unused DataFrame initialization
1 parent c712642 commit a7a3d0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/kabr_tools/cvat2slowfast.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def cvat2slowfast(path_to_mini_scenes: str, path_to_new_dataset: str,
3737
headers = ["original_vido_id", "video_id", "frame_id", "path", "labels"]
3838
charades_data = []
3939

40-
charades_df = pd.DataFrame(data=headers)
4140
video_id = 1
4241
folder_name = 1
4342

0 commit comments

Comments
 (0)