From 92c8a9f251d35c44cda9c5b6fb0d87f6284c218d Mon Sep 17 00:00:00 2001
From: Mirko Birbaumer <mirko.birbaumer@hslu.ch>
Date: Thu, 28 Oct 2021 11:31:26 +0000
Subject: [PATCH] downgraded h5py

---
 ...ook Block 5 - Object Detection and Segmentation.ipynb | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/notebooks/Block_5/Jupyter Notebook Block 5 - Object Detection and Segmentation.ipynb b/notebooks/Block_5/Jupyter Notebook Block 5 - Object Detection and Segmentation.ipynb
index 78819a6..8e955cf 100644
--- a/notebooks/Block_5/Jupyter Notebook Block 5 - Object Detection and Segmentation.ipynb	
+++ b/notebooks/Block_5/Jupyter Notebook Block 5 - Object Detection and Segmentation.ipynb	
@@ -3098,6 +3098,15 @@
     "rcnn = MaskRCNN(mode='inference', model_dir='./', config=TestConfig())"
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "!pip install 'h5py==2.10.0' --force-reinstall"
+   ]
+  },
   {
    "cell_type": "markdown",
    "metadata": {
-- 
GitLab