diff --git a/tutorials/05-emotion-palette.ipynb b/tutorials/05-emotion-palette.ipynb index f87586530b..38cffd8d4c 100644 --- a/tutorials/05-emotion-palette.ipynb +++ b/tutorials/05-emotion-palette.ipynb @@ -5,7 +5,8 @@ "id": "15747674", "metadata": {}, "source": [ - "# Finding the emotion palette of famous Indian directors" + "# Finding the emotion palette of famous Indian directors\n", + "![Emotion in different scenes](https://raw.githubusercontent.com/georgia-tech-db/eva/master/tutorials/images/movie-analysis.png)" ] }, { @@ -711,7 +712,6 @@ " vcap = cv2.VideoCapture(video_path)\n", " frame_id = 0\n", " ret, frame = vcap.read()\n", - "# print('this was run', video_path, ret, frame)\n", " while ret:\n", " df = frame_data[frame_data[id_name] == frame_id]\n", " img = frame\n", @@ -801,7 +801,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3.8.10 ('test_evadb': venv)", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -815,7 +815,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.10" + "version": "3.8.13" }, "vscode": { "interpreter": { diff --git a/tutorials/images/movie-analysis.png b/tutorials/images/movie-analysis.png new file mode 100755 index 0000000000..756a16defa Binary files /dev/null and b/tutorials/images/movie-analysis.png differ