diff --git a/assignment_0_3_correspondences_template/image-matching-interactive.ipynb b/assignment_0_3_correspondences_template/image-matching-interactive.ipynb index 251678d16bce2a0a010b25f11421d0155a62b5bb..9a88aca6cbe5be72ab1add9b63820547aaf9ff28 100644 --- a/assignment_0_3_correspondences_template/image-matching-interactive.ipynb +++ b/assignment_0_3_correspondences_template/image-matching-interactive.ipynb @@ -69,8 +69,8 @@ "import os\n", "DBL_EPS = np.finfo(float).eps\n", "\n", - "major, minor, *_ = [int(v) for v in cv2.__version__.split('.')]\n", - "assert major >= 4 and minor >= 5, f\"Please update your cv2. Required >= 4.5.0, yours: {cv2.__version__}\"" + "#major, minor, *_ = [int(v) for v in cv2.__version__.split('.')]\n", + "#assert major >= 4 and minor >= 5, f\"Please update your cv2. Required >= 4.5.0, yours: {cv2.__version__}\"" ] }, { @@ -723,7 +723,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "16b425b9f5a542a097fb32df7490fd0a", + "model_id": "5f36938936e44db59cf6827d573b8daf", "version_major": 2, "version_minor": 0 },