{"id":676,"date":"2019-11-21T11:16:00","date_gmt":"2019-11-21T05:46:00","guid":{"rendered":"https:\/\/infolks.info\/blog\/?p=676"},"modified":"2021-06-29T18:24:55","modified_gmt":"2021-06-29T12:54:55","slug":"how-bounding-box-enables-object-detection","status":"publish","type":"post","link":"https:\/\/infolks.info\/blog\/how-bounding-box-enables-object-detection\/","title":{"rendered":"HOW BOUNDING BOX ENABLES OBJECT DETECTION?"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boungingcover-1024x576.gif\" alt=\"\" class=\"wp-image-693\" srcset=\"https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boungingcover-1024x576.gif 1024w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boungingcover-300x169.gif 300w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boungingcover-768x432.gif 768w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boungingcover-1536x864.gif 1536w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boungingcover-24x14.gif 24w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boungingcover-36x20.gif 36w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boungingcover-48x27.gif 48w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">Image annotation has helped computer vision to develop on a scale that it has never done over the years. It includes different techniques over different use cases. The process of annotating images can be as simple as drawing rectangles over objects in the images. But this process serves a greater purpose in later computer vision tasks. Bounding box is one such technique of image annotation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Bounding Box Technique<\/h2>\n\n\n\n<p class=\"has-text-align-justify\">A bounding box is a rectangular structure superimposed over an image including all important features of a particular object residing in it. However, It is one of the simplest and low time taking techniques of image annotation. The annotator outlines the objects of the images in a box as per the project requirements. Its purpose is to reduce the range of search for the object features and thereby conserve computing resources. It not only helps to classify the objects but also helps in object detection.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"5c20\">Object Classification and Object Detection<\/h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boundimg1-1024x683.jpg\" alt=\"\" class=\"wp-image-680\" width=\"700\" height=\"500\"\/><\/figure><\/div>\n\n\n\n<p class=\"has-text-align-justify\" id=\"276b\">In object classification, the algorithm looks at an image and classifies the object in it.&nbsp;In fact, Convolutional neural network&nbsp;is the technique that makes this possible. Image recognition has a wide variety of applications ranging from face detection to cancer detection.<\/p>\n\n\n\n<p class=\"has-text-align-justify\" id=\"0300\">Object detection is the process of categorizing objects along with its location in the image. Generally, it is done by bounding boxes around the object in the image. The box contains information about the object and also coordinates which carries information of where it is located in the image. Object detection, therefore, is a combination of object classification and object localization. One of the main applications of object detection is self-driving cars. As it require to leverage ideas learned from both image classification and image localisations. CNN alone can fulfill object recognition. While object detection requires other additional techniques.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Bounding Box in Object Detection<\/h2>\n\n\n\n<p class=\"has-text-align-justify\">The annotators outlines the objects in boxes as per the project requirements. When looking for a car the algorithm only searches in the bounding boxes labeled cars rather than looking for it in the whole image. The bounding box contains coordinates which has information about where exactly the object resides in the image.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound2.jpg\" alt=\"\" class=\"wp-image-683\" height=\"500\" srcset=\"https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound2.jpg 700w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound2-300x200.jpg 300w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound2-24x16.jpg 24w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound2-36x24.jpg 36w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound2-48x32.jpg 48w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">The image shows the coordinates of the bounding box annotation. To find the car from this image, the algorithm tends the system to look only inside these coordinates instead of looking at the whole image for the car. Thereby easing the detection job of the model.<\/p>\n\n\n\n<p class=\"has-text-align-justify\" id=\"b9fc\">In short, just a single bounding box cannot enable a 100% prediction rate in the model. For this purpose, we need to feed the machines with a larger number of bounding boxes or simply \u201ctraining data\u201d for enhanced detection of objects in the image.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Object Detection Using Different Algorithms<\/h2>\n\n\n\n<p class=\"has-text-align-justify\" id=\"6267\">Over the course of time, we have discovered different algorithms to perform the single task of object detection with more precision and accuracy. To illustrate some of the different types of algorithms are:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>R-CNN<\/li><li>SPP<\/li><li>Fast R-CNN.<\/li><li>Faster R-CNN.<\/li><li>Feature Pyramid networks.<\/li><li>Yolo Framework \u2014 Yolo1, Yolo2, Yolo3.<\/li><li>SSD<\/li><\/ul>\n\n\n\n<p id=\"286d\">Moreover, <a href=\"https:\/\/heartbeat.fritz.ai\/a-2019-guide-to-object-detection-9509987954c3\" class=\"ek-link\">Find here<\/a>&nbsp;a detailed content on different types of algorithms used in object detection.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"286d\">Use Cases<\/h2>\n\n\n\n<p id=\"286d\">In brief, Let&#8217;s discuss different use cases implement bounding box technique like;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"aed8\">1) Autonomous cars<\/h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound3.jpg\" alt=\"\" class=\"wp-image-685\" height=\"500\" srcset=\"https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound3.jpg 700w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound3-300x212.jpg 300w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound3-24x17.jpg 24w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound3-36x25.jpg 36w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound3-48x34.jpg 48w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n\n<p class=\"has-text-align-justify\">The bounding boxes are widely used in training the self-driving cars to recognize various objects that comes on the road like traffic signals, lanes, obstacles and pedestrians etc. All objects are annotated with bounding boxes in order to make it recognizable for machines. Hence this helps vehicles to understand its surroundings and to avoid crashes and navigate safely even through busy streets.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"69fe\">2) E-commerce<\/h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound4.jpg\" alt=\"\" class=\"wp-image-686\" height=\"500\" srcset=\"https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound4.jpg 700w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound4-300x212.jpg 300w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound4-24x17.jpg 24w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound4-36x25.jpg 36w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound4-48x34.jpg 48w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n\n<p class=\"has-text-align-justify\">Used to train perception models for recognizing various fashion accessories and furniture.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"91f4\">3) Insurance<\/h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound5.jpg\" alt=\"\" class=\"wp-image-687\" height=\"500\" srcset=\"https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound5.jpg 700w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound5-300x200.jpg 300w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound5-24x16.jpg 24w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound5-36x24.jpg 36w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/bound5-48x32.jpg 48w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n\n<p class=\"has-text-align-justify\">Identification of any damages or safety parameters from real time images to train machines that can detect degree of damage for any sort of claims.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4) Medical<\/h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boudn6.jpg\" alt=\"\" class=\"wp-image-688\" height=\"500\" srcset=\"https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boudn6.jpg 700w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boudn6-300x200.jpg 300w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boudn6-24x16.jpg 24w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boudn6-36x24.jpg 36w, https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boudn6-48x32.jpg 48w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n\n<p class=\"has-text-align-justify\">In medical field bounding boxes are used to find the infected, broken areas and other defected areas to train the machines which work for its diagnosis and treatments etc.<\/p>\n\n\n\n<p id=\"286d\"><br><\/p>\n\n\n\n<p><br><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Image annotation has helped computer vision to develop on a scale that it has never done over the years. It includes different techniques over different use cases. The process of annotating images can be as simple as drawing rectangles over objects in the images. But this process serves a greater purpose in later computer vision [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":693,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_editorskit_title_hidden":false,"_editorskit_reading_time":3,"_editorskit_is_block_options_detached":false,"_editorskit_block_options_position":"{}","_eb_attr":"","inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[6,7],"tags":[],"class_list":["post-676","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-image-annotation","category-infolks-insider"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HOW BOUNDING BOX ENABLES OBJECT DETECTION? - Tech Blogs<\/title>\n<meta name=\"description\" content=\"Bounding box, one of the best image annotation techniques, The process of annotating images by drawing rectangles over objects in the images.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.infolks.info\/blog\/how-bounding-box-enables-object-detection\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HOW BOUNDING BOX ENABLES OBJECT DETECTION? - Tech Blogs\" \/>\n<meta property=\"og:description\" content=\"Bounding box, one of the best image annotation techniques, The process of annotating images by drawing rectangles over objects in the images.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.infolks.info\/blog\/how-bounding-box-enables-object-detection\/\" \/>\n<meta property=\"og:site_name\" content=\"Tech Blogs\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/infolks.Group\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-11-21T05:46:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-06-29T12:54:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boungingcover.gif\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/gif\" \/>\n<meta name=\"author\" content=\"Infolks Group\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Infolks Group\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.infolks.info\\\/blog\\\/how-bounding-box-enables-object-detection\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infolks.info\\\/blog\\\/how-bounding-box-enables-object-detection\\\/\"},\"author\":{\"name\":\"Infolks Group\",\"@id\":\"https:\\\/\\\/infolks.info\\\/blog\\\/#\\\/schema\\\/person\\\/f476efcae8ed471fd22bbd623cc09238\"},\"headline\":\"HOW BOUNDING BOX ENABLES OBJECT DETECTION?\",\"datePublished\":\"2019-11-21T05:46:00+00:00\",\"dateModified\":\"2021-06-29T12:54:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.infolks.info\\\/blog\\\/how-bounding-box-enables-object-detection\\\/\"},\"wordCount\":671,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/infolks.info\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infolks.info\\\/blog\\\/how-bounding-box-enables-object-detection\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/infolks.info\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/05\\\/boungingcover.gif\",\"articleSection\":[\"Image Annotation\",\"Infolks Insider\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.infolks.info\\\/blog\\\/how-bounding-box-enables-object-detection\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.infolks.info\\\/blog\\\/how-bounding-box-enables-object-detection\\\/\",\"url\":\"https:\\\/\\\/www.infolks.info\\\/blog\\\/how-bounding-box-enables-object-detection\\\/\",\"name\":\"HOW BOUNDING BOX ENABLES OBJECT DETECTION? - Tech Blogs\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/infolks.info\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.infolks.info\\\/blog\\\/how-bounding-box-enables-object-detection\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infolks.info\\\/blog\\\/how-bounding-box-enables-object-detection\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/infolks.info\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/05\\\/boungingcover.gif\",\"datePublished\":\"2019-11-21T05:46:00+00:00\",\"dateModified\":\"2021-06-29T12:54:55+00:00\",\"description\":\"Bounding box, one of the best image annotation techniques, The process of annotating images by drawing rectangles over objects in the images.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.infolks.info\\\/blog\\\/how-bounding-box-enables-object-detection\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.infolks.info\\\/blog\\\/how-bounding-box-enables-object-detection\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.infolks.info\\\/blog\\\/how-bounding-box-enables-object-detection\\\/#primaryimage\",\"url\":\"https:\\\/\\\/infolks.info\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/05\\\/boungingcover.gif\",\"contentUrl\":\"https:\\\/\\\/infolks.info\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/05\\\/boungingcover.gif\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.infolks.info\\\/blog\\\/how-bounding-box-enables-object-detection\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/infolks.info\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HOW BOUNDING BOX ENABLES OBJECT DETECTION?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/infolks.info\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/infolks.info\\\/blog\\\/\",\"name\":\"Tech Blogs\",\"description\":\"A Technical Blog From INFOLKS GROUP\",\"publisher\":{\"@id\":\"https:\\\/\\\/infolks.info\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/infolks.info\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/infolks.info\\\/blog\\\/#organization\",\"name\":\"Infolks\",\"url\":\"https:\\\/\\\/infolks.info\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/infolks.info\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.infolks.info\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/www.infolks.info\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/logo.png\",\"width\":6604,\"height\":2109,\"caption\":\"Infolks\"},\"image\":{\"@id\":\"https:\\\/\\\/infolks.info\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/infolks.Group\\\/\",\"https:\\\/\\\/www.instagram.com\\\/infolks\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/infolks\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC0siki2wYSW7QZ1UuSDeYsQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/infolks.info\\\/blog\\\/#\\\/schema\\\/person\\\/f476efcae8ed471fd22bbd623cc09238\",\"name\":\"Infolks Group\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/08450c5b6a0dad9359722f575c7d20e3bc591f9efe6dcb5ca202a81b22b8d1c1?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/08450c5b6a0dad9359722f575c7d20e3bc591f9efe6dcb5ca202a81b22b8d1c1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/08450c5b6a0dad9359722f575c7d20e3bc591f9efe6dcb5ca202a81b22b8d1c1?s=96&d=mm&r=g\",\"caption\":\"Infolks Group\"},\"url\":\"https:\\\/\\\/infolks.info\\\/blog\\\/author\\\/pr-department\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HOW BOUNDING BOX ENABLES OBJECT DETECTION? - Tech Blogs","description":"Bounding box, one of the best image annotation techniques, The process of annotating images by drawing rectangles over objects in the images.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.infolks.info\/blog\/how-bounding-box-enables-object-detection\/","og_locale":"en_US","og_type":"article","og_title":"HOW BOUNDING BOX ENABLES OBJECT DETECTION? - Tech Blogs","og_description":"Bounding box, one of the best image annotation techniques, The process of annotating images by drawing rectangles over objects in the images.","og_url":"https:\/\/www.infolks.info\/blog\/how-bounding-box-enables-object-detection\/","og_site_name":"Tech Blogs","article_publisher":"https:\/\/www.facebook.com\/infolks.Group\/","article_published_time":"2019-11-21T05:46:00+00:00","article_modified_time":"2021-06-29T12:54:55+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/www.infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boungingcover.gif","type":"image\/gif"}],"author":"Infolks Group","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Infolks Group","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.infolks.info\/blog\/how-bounding-box-enables-object-detection\/#article","isPartOf":{"@id":"https:\/\/www.infolks.info\/blog\/how-bounding-box-enables-object-detection\/"},"author":{"name":"Infolks Group","@id":"https:\/\/infolks.info\/blog\/#\/schema\/person\/f476efcae8ed471fd22bbd623cc09238"},"headline":"HOW BOUNDING BOX ENABLES OBJECT DETECTION?","datePublished":"2019-11-21T05:46:00+00:00","dateModified":"2021-06-29T12:54:55+00:00","mainEntityOfPage":{"@id":"https:\/\/www.infolks.info\/blog\/how-bounding-box-enables-object-detection\/"},"wordCount":671,"commentCount":0,"publisher":{"@id":"https:\/\/infolks.info\/blog\/#organization"},"image":{"@id":"https:\/\/www.infolks.info\/blog\/how-bounding-box-enables-object-detection\/#primaryimage"},"thumbnailUrl":"https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boungingcover.gif","articleSection":["Image Annotation","Infolks Insider"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.infolks.info\/blog\/how-bounding-box-enables-object-detection\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.infolks.info\/blog\/how-bounding-box-enables-object-detection\/","url":"https:\/\/www.infolks.info\/blog\/how-bounding-box-enables-object-detection\/","name":"HOW BOUNDING BOX ENABLES OBJECT DETECTION? - Tech Blogs","isPartOf":{"@id":"https:\/\/infolks.info\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.infolks.info\/blog\/how-bounding-box-enables-object-detection\/#primaryimage"},"image":{"@id":"https:\/\/www.infolks.info\/blog\/how-bounding-box-enables-object-detection\/#primaryimage"},"thumbnailUrl":"https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boungingcover.gif","datePublished":"2019-11-21T05:46:00+00:00","dateModified":"2021-06-29T12:54:55+00:00","description":"Bounding box, one of the best image annotation techniques, The process of annotating images by drawing rectangles over objects in the images.","breadcrumb":{"@id":"https:\/\/www.infolks.info\/blog\/how-bounding-box-enables-object-detection\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.infolks.info\/blog\/how-bounding-box-enables-object-detection\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infolks.info\/blog\/how-bounding-box-enables-object-detection\/#primaryimage","url":"https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boungingcover.gif","contentUrl":"https:\/\/infolks.info\/blog\/wp-content\/uploads\/2021\/05\/boungingcover.gif","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/www.infolks.info\/blog\/how-bounding-box-enables-object-detection\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/infolks.info\/blog\/"},{"@type":"ListItem","position":2,"name":"HOW BOUNDING BOX ENABLES OBJECT DETECTION?"}]},{"@type":"WebSite","@id":"https:\/\/infolks.info\/blog\/#website","url":"https:\/\/infolks.info\/blog\/","name":"Tech Blogs","description":"A Technical Blog From INFOLKS GROUP","publisher":{"@id":"https:\/\/infolks.info\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/infolks.info\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/infolks.info\/blog\/#organization","name":"Infolks","url":"https:\/\/infolks.info\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/infolks.info\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.infolks.info\/blog\/wp-content\/uploads\/2021\/03\/logo.png","contentUrl":"https:\/\/www.infolks.info\/blog\/wp-content\/uploads\/2021\/03\/logo.png","width":6604,"height":2109,"caption":"Infolks"},"image":{"@id":"https:\/\/infolks.info\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/infolks.Group\/","https:\/\/www.instagram.com\/infolks","https:\/\/www.linkedin.com\/company\/infolks\/","https:\/\/www.youtube.com\/channel\/UC0siki2wYSW7QZ1UuSDeYsQ"]},{"@type":"Person","@id":"https:\/\/infolks.info\/blog\/#\/schema\/person\/f476efcae8ed471fd22bbd623cc09238","name":"Infolks Group","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/08450c5b6a0dad9359722f575c7d20e3bc591f9efe6dcb5ca202a81b22b8d1c1?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/08450c5b6a0dad9359722f575c7d20e3bc591f9efe6dcb5ca202a81b22b8d1c1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/08450c5b6a0dad9359722f575c7d20e3bc591f9efe6dcb5ca202a81b22b8d1c1?s=96&d=mm&r=g","caption":"Infolks Group"},"url":"https:\/\/infolks.info\/blog\/author\/pr-department\/"}]}},"_links":{"self":[{"href":"https:\/\/infolks.info\/blog\/wp-json\/wp\/v2\/posts\/676","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/infolks.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/infolks.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/infolks.info\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/infolks.info\/blog\/wp-json\/wp\/v2\/comments?post=676"}],"version-history":[{"count":26,"href":"https:\/\/infolks.info\/blog\/wp-json\/wp\/v2\/posts\/676\/revisions"}],"predecessor-version":[{"id":854,"href":"https:\/\/infolks.info\/blog\/wp-json\/wp\/v2\/posts\/676\/revisions\/854"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/infolks.info\/blog\/wp-json\/wp\/v2\/media\/693"}],"wp:attachment":[{"href":"https:\/\/infolks.info\/blog\/wp-json\/wp\/v2\/media?parent=676"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/infolks.info\/blog\/wp-json\/wp\/v2\/categories?post=676"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/infolks.info\/blog\/wp-json\/wp\/v2\/tags?post=676"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}