mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Add video link and update paths (#822)
This commit is contained in:
parent
c7e0aa820b
commit
e8cd45acfd
@ -39,7 +39,7 @@
|
|||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"First we use OpenCV to extract frames from a nature video containing bisons and wolves:\n"
|
"First we use OpenCV to extract frames from a nature [video](https://www.youtube.com/watch?v=kQ_7GtE529M) containing bisons and wolves:\n"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -56,7 +56,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"video = cv2.VideoCapture(\"bison.mp4\")\n",
|
"video = cv2.VideoCapture(\"data/bison.mp4\")\n",
|
||||||
"\n",
|
"\n",
|
||||||
"base64Frames = []\n",
|
"base64Frames = []\n",
|
||||||
"while video.isOpened():\n",
|
"while video.isOpened():\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user