Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide bounding boxes in custom object detection #677

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 14, 2021

  1. Allow hiding bounding box on detected objects

    - Added display_box arg to detectObjectsFromImage()
    - Added show_boxes arg to draw_boxes_and_caption()
    - Allow captions and labels to be shown without bounding boxes
    JustThinkInC committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    68a3591 View commit details
    Browse the repository at this point in the history
  2. Fix arg name typo. Add display_box arg description

    - display_display_object_name -> display_object_name
    JustThinkInC committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    eba2dfb View commit details
    Browse the repository at this point in the history