Skip to content

Commit

Permalink
add more info and remove NCS2 mention
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyhorkin committed Jul 19, 2021
1 parent 31ea812 commit 3adbeab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions notebooks/202-facies-segmentation/facies_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
"\n",
"This demo demonstrates how to run facies segmentation using OpenVINO™\n",
"\n",
"This model came from seismic interpretation tasks. Fasies is the overall characteristics of a rock unit that reflect its origin and differentiate the unit from others around it. Mineralogy and sedimentary source, fossil content, sedimentary structures and texture distinguish one facies from another. Data are presented in the 3D arrays."
"This model came from seismic interpretation tasks. Fasies is the overall characteristics of a rock unit that reflect its origin and differentiate the unit from others around it. Mineralogy and sedimentary source, fossil content, sedimentary structures and texture distinguish one facies from another. Data are presented in the 3D arrays.\n",
"\n",
"See the source repository to learn more about the model architecture and training method - https://github.com/yalaudah/facies_classification_benchmark\n",
"\n",
"The `IR` model was created with OpenVINO™ [Model Optimizer](https://docs.openvinotoolkit.org/latest/openvino_docs_MO_DG_Deep_Learning_Model_Optimizer_DevGuide.html)"
]
},
{
Expand Down Expand Up @@ -498,15 +502,11 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"If you want to run inference on another device, such as a `GPU` or `NCS2`, you must specify the `net` variable as follows:\n",
"If you want to run inference on another device, such as a `GPU`, you must specify the `net` variable as follows:\n",
"\n",
"* for `GPU`:\n",
"```\n",
"exec_net = ie.load_network(network=net, device_name=\"HETERO:GPU, CPU\")\n",
"```\n",
"* for `NCS2`:\n",
"```\n",
"exec_net = ie.load_network(network=net, device_name=\"HETERO:NCS2, CPU\")\n",
"```"
]
},
Expand Down

0 comments on commit 3adbeab

Please sign in to comment.