We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069418b commit e50315bCopy full SHA for e50315b
examples/example_01.py
@@ -15,7 +15,8 @@
15
# See example_02.py for using custom or local config file :)
16
vs.detect(img=input_image, img_is_mat=False)
17
18
-# All results are stored as `vs.assets`
+# All results are stored as `vs.assets`. For more details:
19
+# https://numediart.github.io/vsensebox/vsensebox/vsense.html
20
results = vs.assets
21
22
# Draw bounding boxes of the detected objects
0 commit comments