Skip to content

Commit 1b0c7c2

Browse files
committed
add comments
1 parent 5fe817f commit 1b0c7c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/video-yolov5-detection.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
},
9898
{
9999
"cell_type": "markdown",
100-
"id": "f21725cb",
100+
"id": "8233b1b7",
101101
"metadata": {},
102102
"source": [
103103
"Next, extract the .zip file into a folder named `data`."
@@ -124,7 +124,7 @@
124124
"\n",
125125
"fastdup works on images. We must first turn the videos into frames of images.\n",
126126
"\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."
128128
]
129129
},
130130
{
@@ -191,7 +191,7 @@
191191
},
192192
{
193193
"cell_type": "markdown",
194-
"id": "737ae835",
194+
"id": "3d1dfd32",
195195
"metadata": {},
196196
"source": [
197197
"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

Comments
 (0)