Skip to content

Commit 593da6b

Browse files
authored
avoid directory conflict on windows (openvinotoolkit#2345)
CVS-150697
1 parent 1feed47 commit 593da6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebooks/tensorflow-object-detection-to-openvino/tensorflow-instance-segmentation-to-openvino.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"outputs": [],
150150
"source": [
151151
"# Create directories for models files\n",
152-
"model_dir = Path(\"model\")\n",
152+
"model_dir = Path(\"is-model\")\n",
153153
"model_dir.mkdir(exist_ok=True)\n",
154154
"\n",
155155
"# Create directory for TensorFlow model\n",

notebooks/tensorflow-object-detection-to-openvino/tensorflow-object-detection-to-openvino.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"outputs": [],
150150
"source": [
151151
"# Create directories for models files\n",
152-
"model_dir = Path(\"model\")\n",
152+
"model_dir = Path(\"od-model\")\n",
153153
"model_dir.mkdir(exist_ok=True)\n",
154154
"\n",
155155
"# Create directory for TensorFlow model\n",

0 commit comments

Comments
 (0)