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

Conversation

JustThinkInC
Copy link

Add the option of hiding bounding boxes when using the custom object detector. This feature is already available in the standard object detector, but not the custom detector until now.
Also made a small fix to the documentation of detectObjectsFromImage() in Detection

- 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
- display_display_object_name -> display_object_name
@codecov
Copy link

codecov bot commented Jun 17, 2021

Codecov Report

Merging #677 (eba2dfb) into master (fe2d6ba) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #677      +/-   ##
==========================================
+ Coverage   66.45%   66.48%   +0.03%     
==========================================
  Files          40       40              
  Lines        3762     3763       +1     
==========================================
+ Hits         2500     2502       +2     
+ Misses       1262     1261       -1     

@JustThinkInC
Copy link
Author

Any feedback/thoughts @OlafenwaMoses ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant