Skip to content

Commit

Permalink
Improve example 01
Browse files Browse the repository at this point in the history
  • Loading branch information
rathaumons authored Nov 8, 2024
1 parent 069418b commit e50315b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/example_01.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
# See example_02.py for using custom or local config file :)
vs.detect(img=input_image, img_is_mat=False)

# All results are stored as `vs.assets`
# All results are stored as `vs.assets`. For more details:
# https://numediart.github.io/vsensebox/vsensebox/vsense.html
results = vs.assets

# Draw bounding boxes of the detected objects
Expand Down

0 comments on commit e50315b

Please sign in to comment.