Draw utility for common CV task.
See original GitHub issueI remember one of a MOOC course on coursera, drawing bounding boxes on samples/samples were needed. I think it would be good to have some utility functions to do this. For example:
keras_cv.utils.draw_bounding_boxes
keras_cv.utils.draw_segmentation_masks
keras_cv.utils.draw_keypoints
keras_cv.utils.make_grid
As a reference, all of these functions/utilities are available in other frameworks too, HERE.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top Results From Across the Web
How To Create a STAR Method Resume (With Examples)
By using a method called STAR, you can create a resume that shows your value as a job candidate. This method allows you...
Read more >Create Your Job-winning Resume - (Free) Resume maker ...
Free online resume maker, allows you to create a perfect Resume or Cover Letter in 5 minutes. See how easy it is to...
Read more >How to Show You're Good at Multitasking on Your Resume?
Example 2: Demonstrate multitasking skills in the resume summary section. Job situation: Senior Software Developer applies for the position of CTO. Summary.
Read more >VP Online - Online Drawing Tool
VP Online is your all-in-one online drawing solution. Create professional flowcharts, UML diagrams, BPMN, ArchiMate, ER Diagrams, DFD, SWOT, Venn, ...
Read more >Top Computer Skills Examples for a Resume [+Software List]
Have you used Access to automate repeated data tasks? Did your skills boost productivity in some way? Show software skills on your resume...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Some of these could be ported/adapted from the TF ecosystem: https://github.com/tensorflow/models/blob/master/official/vision/utils/object_detection/visualization_utils.py
We now have specific issues for these. Thanks @innat !