Skip to content
Snippets Groups Projects
Commit 576151a6 authored by User expired's avatar User expired :spy_tone1:
Browse files

hotfix

parent 6dfb2dde
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,8 @@ def detect_sign(img_rgb_stream, image_timestamp):
# publish patch for capture images
if enable_capture_images:
publish_img_patch(patches[0])
if len(patches) >= 1:
publish_img_patch(patches[0])
# cut to multiple images at keypoints
text = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment