Skip to content

Commit f7e5f23

Browse files
authored
Remove not used code in FrameGemerator
Two variables are not used after assignment
1 parent b8856a6 commit f7e5f23

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

site/en/tutorials/load_data/video.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,8 +741,6 @@
741741
"\n",
742742
" random.shuffle(pairs)\n",
743743
"\n",
744-
" shuffled_video_paths, shuffled_classes = zip(*pairs)\n",
745-
"\n",
746744
" for path, name in pairs:\n",
747745
" video_frames = frames_from_video_file(path, self.n_frames) \n",
748746
" label = self.class_ids_for_name[name] # Encode labels\n",

0 commit comments

Comments
 (0)