You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/video-yolov5-detection.ipynb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@
97
97
},
98
98
{
99
99
"cell_type": "markdown",
100
-
"id": "f21725cb",
100
+
"id": "8233b1b7",
101
101
"metadata": {},
102
102
"source": [
103
103
"Next, extract the .zip file into a folder named `data`."
@@ -124,7 +124,7 @@
124
124
"\n",
125
125
"fastdup works on images. We must first turn the videos into frames of images.\n",
126
126
"\n",
127
-
"We can use a one-liner fastdup utility function to turn all the videos in a folder into frames:"
127
+
"We can use a one-liner fastdup utility function to turn all the videos in a folder into frames. This should create a new folder called `frames` that has all the frames from the videos."
128
128
]
129
129
},
130
130
{
@@ -191,7 +191,7 @@
191
191
},
192
192
{
193
193
"cell_type": "markdown",
194
-
"id": "737ae835",
194
+
"id": "3d1dfd32",
195
195
"metadata": {},
196
196
"source": [
197
197
"For demonstration we'll just run on `num_images=2000`, feel free to change its value or omitting it altogether to run it on the entire dataset."
0 commit comments