Hide bounding boxes in custom object detection#677
Open
JustThinkInC wants to merge 2 commits intoOlafenwaMoses:masterfrom
Open
Hide bounding boxes in custom object detection#677JustThinkInC wants to merge 2 commits intoOlafenwaMoses:masterfrom
JustThinkInC wants to merge 2 commits intoOlafenwaMoses:masterfrom
Conversation
- 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 Report
@@ 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 |
Author
|
Any feedback/thoughts @OlafenwaMoses ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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