diff --git a/_blogs/stereographic_depth_estimation_opencv/stereographic_depth_estimation_opencv.ipynb b/_blogs/stereographic_depth_estimation_opencv/stereographic_depth_estimation_opencv.ipynb index fc55eca..679363b 100644 --- a/_blogs/stereographic_depth_estimation_opencv/stereographic_depth_estimation_opencv.ipynb +++ b/_blogs/stereographic_depth_estimation_opencv/stereographic_depth_estimation_opencv.ipynb @@ -439,7 +439,7 @@ }, { "cell_type": "code", - "execution_count": 162, + "execution_count": 166, "metadata": {}, "outputs": [ { @@ -453,7 +453,7 @@ "" ] }, - "execution_count": 162, + "execution_count": 166, "metadata": {}, "output_type": "execute_result" } @@ -461,7 +461,7 @@ "source": [ "from IPython.display import Video\n", "\n", - "Video('videos/checkerboard.mp4', html_attributes='loop autoplay muted playsinline width=\"100%\"')" + "Video('/videos/checkerboard.mp4', html_attributes='loop autoplay muted playsinline width=\"100%\"')" ] }, { @@ -1322,7 +1322,7 @@ "source": [ "from IPython.display import Video\n", "\n", - "Video('videos/tuning-process.mp4', html_attributes='loop autoplay muted playsinline width=\"100%\"')" + "Video('/videos/tuning-process.mp4', html_attributes='loop autoplay muted playsinline width=\"100%\"')" ] }, { @@ -1494,7 +1494,7 @@ } ], "source": [ - "Video('videos/depth.mp4', html_attributes='loop autoplay muted playsinline width=\"100%\"')" + "Video('/videos/depth.mp4', html_attributes='loop autoplay muted playsinline width=\"100%\"')" ] }, { diff --git a/notebooks/stereographic_depth_estimation_opencv.html b/notebooks/stereographic_depth_estimation_opencv.html index 7f099da..ef7257d 100644 --- a/notebooks/stereographic_depth_estimation_opencv.html +++ b/notebooks/stereographic_depth_estimation_opencv.html @@ -7974,12 +7974,12 @@

Step 1: Capture Checkerboard Images