Skip to content

Commit

Permalink
Merge pull request #439 from openvinotoolkit/update_post_inference_ho…
Browse files Browse the repository at this point in the history
…ok_notebook

Add check to make sure project is trained in notebook 012
  • Loading branch information
ljcornel authored Jun 12, 2024
2 parents d19cc9f + a5b7eaa commit 30009ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion notebooks/012_post_inference_hooks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@
"metadata": {},
"outputs": [],
"source": [
"from geti_sdk.demos import ensure_trained_example_project\n",
"\n",
"PROJECT_NAME = \"COCO animal detection demo\"\n",
"project = geti.get_project(PROJECT_NAME)"
"project = ensure_trained_example_project(geti=geti, project_name=PROJECT_NAME)"
]
},
{
Expand Down

0 comments on commit 30009ae

Please sign in to comment.