Hi all,
I would like to display image and detected objects by kibana filter. So far, I can show the image with 'all' the detected objects ( with bounding box), but I need to be able to allow user to see the only the selected bounding box after user applies the filter. e.g., if user add 'CD' in the filter, I need only show the bounding box with CDs. My schema is something like:
"annotation_id, image_file, category_name, bounding_box" and I use URL_template to show the image with boxes. The question is how to pass the kabana filter to url specified in URL_template so I can render only the matched bounding box.
Thanks