Skip to content

Hide bounding boxes in custom object detection#677

Open
JustThinkInC wants to merge 2 commits intoOlafenwaMoses:masterfrom
JustThinkInC:hide_bbox
Open

Hide bounding boxes in custom object detection#677
JustThinkInC wants to merge 2 commits intoOlafenwaMoses:masterfrom
JustThinkInC:hide_bbox

Conversation

@JustThinkInC
Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown
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.

1 participant