Skip to content

Commit

Permalink
Fix 005_modify_image.ipynb image usage (#463)
Browse files Browse the repository at this point in the history
* Fix 005_modify_image.ipynb image usage

This PR fixes an issue in 005 example notebook

* black fix

Signed-off-by: Igor Davidyuk <[email protected]>

---------

Signed-off-by: Igor Davidyuk <[email protected]>
  • Loading branch information
igor-davidyuk authored Jul 12, 2024
1 parent 5af2934 commit 3554b4e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions notebooks/005_modify_image.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,7 @@
")\n",
"\n",
"# Inspect the annotation\n",
"result = visualizer.draw(\n",
" grayscale_image.get_data(geti.session).numpy, grayscale_annotation\n",
")\n",
"result = visualizer.draw(grayscale_image.get_data(geti.session), grayscale_annotation)\n",
"visualizer.show_in_notebook(result)"
]
},
Expand Down

0 comments on commit 3554b4e

Please sign in to comment.