Skip to content

Commit

Permalink
Add video link and update paths (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpfish authored Nov 6, 2023
1 parent c7e0aa8 commit e8cd45a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/GPT_with_vision_for_video_understanding.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"cell_type": "markdown",
"metadata": {},
"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"
]
},
{
Expand All @@ -56,7 +56,7 @@
}
],
"source": [
"video = cv2.VideoCapture(\"bison.mp4\")\n",
"video = cv2.VideoCapture(\"data/bison.mp4\")\n",
"\n",
"base64Frames = []\n",
"while video.isOpened():\n",
Expand Down
File renamed without changes.

0 comments on commit e8cd45a

Please sign in to comment.