{"id":2139212,"date":"2023-12-19T00:55:22","date_gmt":"2023-12-19T08:55:22","guid":{"rendered":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=2139212"},"modified":"2023-12-20T11:40:53","modified_gmt":"2023-12-20T19:40:53","slug":"tips-for-training-data-preparation-for-object-detection-models","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models","title":{"rendered":"Tips for training data preparation for object detection models"},"author":254042,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[770712],"tags":[25891,174212,186132,768962,515302],"industry":[],"product":[36571,36551,36561],"class_list":["post-2139212","blog","type-blog","status-publish","format-standard","hentry","category-geoai","tag-arcgis","tag-artificial-intelligence","tag-deep-learning","tag-imagery-remote-sensing","tag-object-detection","product-arcgis-enterprise","product-arcgis-online","product-arcgis-pro"],"acf":{"short_description":"We will share tips on preparing and using training samples to build high quality deep learning models.","flexible_content":[{"acf_fc_layout":"content","content":"<p>This is Part 2 of our blog series<span data-contrast=\"auto\"> on creating and using training data to build <\/span><a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/latest\/help\/analysis\/image-analyst\/detect-objects.htm\">object detection<\/a> models using deep learning.<span data-contrast=\"auto\">\u00a0In Part 1, we discussed <\/span><a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-labeling-images-for-object-detection-models\/\">t<span data-ccp-charstyle=\"Hyperlink\">ips for labeling<\/span><span data-ccp-charstyle=\"Hyperlink\"> objects on images<\/span><\/a>. In Part 2, we are going to cover tips on preparing and using training samples to build the best possible object detection models.<\/p>\n<p>You apply these tips when exporting image chips from the\u00a0<a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/latest\/tool-reference\/image-analyst\/export-training-data-for-deep-learning.htm\"><span data-ccp-charstyle=\"Hyperlink\">Export Training Data for Deep Learning<\/span><\/a><span data-contrast=\"auto\"> tool and when training the model using the <\/span><a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/latest\/tool-reference\/image-analyst\/train-deep-learning-model.htm\"><span data-ccp-charstyle=\"Hyperlink\">Train Deep Learning model<\/span><\/a><span data-contrast=\"auto\"> tool. <\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/p>\n<p><span data-contrast=\"auto\">Here are our top 6 tips:<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/p>\n"},{"acf_fc_layout":"content","content":"<h2><span data-ccp-parastyle=\"heading 1\">1. Use a T<\/span><span data-ccp-parastyle=\"heading 1\">ile Size<\/span><span data-ccp-parastyle=\"heading 1\"> that covers your objects well<\/span><\/h2>\n<p>Choose a tile size that accommodates your objects sufficiently, while providing sufficient surrounding information for accurate detection. For object detection<span data-contrast=\"auto\">, Tile Size is determined by the spatial resolution of the imagery, the size of the objects to be detected, and the computational resources available. Smaller tile sizes are computationally efficient but may sacrifice contextual information. On the other hand, larger tile sizes capture more context, but require more memory and computational power.<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/p>\n<p>Common practice is to choose a tile size that is large enough to capture the entire object of interest, while also providing enough context for accurate detection. When objects size varies a lot in your samples, one of the approaches can be to use three times the average object size. If your tiles are too big for the GPU, you can use smaller batch size.<span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/p>\n"},{"acf_fc_layout":"content","content":"<h2>2. Use a Stride with Tile Size, if applicable<\/h2>\n<p>Choose a right stride value to control the overlap between image tiles. The tile size determines the size of each image chip, while the stride determines the step size between consecutive chips. Having overlap on your image tiles, when dealing with objects that span multiple tiles, can be beneficial for several reasons. For instance, it can help with reducing information loss, improving context understanding, and enhancing model generalization. When you export training samples, you can use the Stride Size parameter. It is the distance to move in the X and Y direction when creating the next image tile. When stride is equal to the tile size, there will be no overlap. When stride is equal to half of the tile size, there will be 50% overlap.<\/p>\n<p>A smaller stride size can result in more overlap, but it increases the number of tiles and thus will require more computational resources. A common practice is to use a stride that is half the tile size. This results in 50% overlap between tiles, which is often a good balance between capturing spatial information and avoiding overfitting.<\/p>\n"},{"acf_fc_layout":"content","content":"<h2>3. Use <span data-ccp-parastyle=\"heading 1\">a <\/span><span data-contrast=\"none\">Chip Size<\/span><span data-contrast=\"none\"> different from the <\/span><span data-contrast=\"none\">Tile Size<\/span><span data-contrast=\"none\"> if necessary<\/span><span data-ccp-props=\"{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;201341983&quot;:0,&quot;335559738&quot;:240,&quot;335559739&quot;:0,&quot;335559740&quot;:259}\">\u00a0<\/span><\/h2>\n<p>Set Chip Size to override Tile Size. There could be cases when you are provided with large image chips, and you might want to reduce the size for training to use GPUs memory properly. One of methods to do this is to use the Chip Size parameter in the Train Deep Learning tool. The image chips are cropped to the specified Chip Size and Tile Size is not used. If the Tile Size is less than the Chip Size, Tile Size is used. Generally, your Tile Size and Chip Size should be the same.<\/p>\n"},{"acf_fc_layout":"image","image":{"ID":2204312,"id":2204312,"title":"Tile Size, Stride and Chip Size","filename":"Tile-Size-Stride-and-Chip-Size.png","filesize":1676979,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Tile-Size-Stride-and-Chip-Size.png","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models\/tile-size-stride-and-chip-size","alt":"For this example, where the objects of interest vary in size, a tile size of 512, stride of 256, and chip size, also set to 512, could be a good starting point..","author":"254042","description":"For this example, where the objects of interest vary in size, a tile size of 512, stride of 256, and chip size, also set to 512, could be a good starting point.","caption":"For this example, where the objects of interest vary in size, a tile size of 512, stride of 256, and chip size, also set to 512, could be a good starting point.","name":"tile-size-stride-and-chip-size","status":"inherit","uploaded_to":2139212,"date":"2023-12-18 17:23:48","modified":"2023-12-18 17:44:01","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":964,"height":710,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Tile-Size-Stride-and-Chip-Size-213x200.png","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Tile-Size-Stride-and-Chip-Size.png","medium-width":354,"medium-height":261,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Tile-Size-Stride-and-Chip-Size.png","medium_large-width":768,"medium_large-height":566,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Tile-Size-Stride-and-Chip-Size.png","large-width":964,"large-height":710,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Tile-Size-Stride-and-Chip-Size.png","1536x1536-width":964,"1536x1536-height":710,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Tile-Size-Stride-and-Chip-Size.png","2048x2048-width":964,"2048x2048-height":710,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Tile-Size-Stride-and-Chip-Size-631x465.png","card_image-width":631,"card_image-height":465,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Tile-Size-Stride-and-Chip-Size.png","wide_image-width":964,"wide_image-height":710}},"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<h2>4. Use data augmentation<\/h2>\n<p>Leverage data augmentation to combat overfitting, especially when training on limited or homogenous data. Data augmentation is a technique to reduce overfitting when training a model. It involves artificially increasing the size of a dataset by randomly changing properties such as rotation, brightness, crop, and more of the image chips. The Train Deep Learning Model tool offers the capability to perform user-defined data augmentation for both training and validation data. You can choose from options such as default settings, no augmentation, customization of existing methods, or utilize a JSON file containing various data augmentation methods supported by vision transforms.<\/p>\n"},{"acf_fc_layout":"image","image":{"ID":2204352,"id":2204352,"title":"Data Augmentation Examples","filename":"Data-Augmentation-Examples.png","filesize":434171,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Data-Augmentation-Examples.png","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models\/data-augmentation-examples-3","alt":"In this image, we showcase three data augmentation techniques: random rotation, center crop, and Gaussian blur.","author":"254042","description":"In this image, we showcase three data augmentation techniques: random rotation, center crop, and Gaussian blur.","caption":"In this image, we showcase three data augmentation techniques: random rotation, center crop, and Gaussian blur.","name":"data-augmentation-examples-3","status":"inherit","uploaded_to":2139212,"date":"2023-12-18 17:39:05","modified":"2023-12-18 17:43:51","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":708,"height":655,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Data-Augmentation-Examples-213x200.png","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Data-Augmentation-Examples.png","medium-width":282,"medium-height":261,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Data-Augmentation-Examples.png","medium_large-width":708,"medium_large-height":655,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Data-Augmentation-Examples.png","large-width":708,"large-height":655,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Data-Augmentation-Examples.png","1536x1536-width":708,"1536x1536-height":655,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Data-Augmentation-Examples.png","2048x2048-width":708,"2048x2048-height":655,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Data-Augmentation-Examples-503x465.png","card_image-width":503,"card_image-height":465,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Data-Augmentation-Examples.png","wide_image-width":708,"wide_image-height":655}},"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<h2>5. Address class imbalance<\/h2>\n<p>Balance your class distribution for optimal performance. Class imbalance in object detection is a common problem where the training dataset has many more examples of one class than others. This can cause the model to favor the more numerous classes and perform poorly on the less numerous classes. It\u2019s advised to start by having about the same number of samples for each class. However, to address the imbalance, you can try adding more samples to the underrepresented classes, randomly duplicating samples from the minority class, randomly removing samples from the majority class.<\/p>\n"},{"acf_fc_layout":"image","image":{"ID":2204412,"id":2204412,"title":"Class imbalance example","filename":"Class-imbalance-example.png","filesize":172370,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Class-imbalance-example.png","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models\/class-imbalance-example","alt":"This example shows the number of image chips for three classes: Checker (4,700), Chevron (600), and Cross (5,000). The Chevron class is underrepresented.","author":"254042","description":"This example shows the number of image chips for three classes: Checker (4,700), Chevron (600), and Cross (5,000). The Chevron class is underrepresented.","caption":"This example shows the number of image chips for three classes: Checker (4,700), Chevron (600), and Cross (5,000). The Chevron class is underrepresented.","name":"class-imbalance-example","status":"inherit","uploaded_to":2139212,"date":"2023-12-18 18:07:30","modified":"2023-12-18 18:07:46","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":947,"height":393,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Class-imbalance-example-213x200.png","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Class-imbalance-example.png","medium-width":464,"medium-height":193,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Class-imbalance-example.png","medium_large-width":768,"medium_large-height":319,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Class-imbalance-example.png","large-width":947,"large-height":393,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Class-imbalance-example.png","1536x1536-width":947,"1536x1536-height":393,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Class-imbalance-example.png","2048x2048-width":947,"2048x2048-height":393,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Class-imbalance-example-826x343.png","card_image-width":826,"card_image-height":343,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Class-imbalance-example.png","wide_image-width":947,"wide_image-height":393}},"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<h2>6. Divide train-validation-test datasets<\/h2>\n<p>Split your dataset into training, validation, and test sets to prepare for model training and evaluation. The training dataset is used to train the model. The validation set is to assess whether the model is overfitting to the training data. The test set is the dataset that the model has not seen during training and validation and is used to evaluate generalization ability of the model. The right balance for training, validation, and test sets for deep learning models depends on the specific task and dataset. However, a common practice is to allocate around 60-80% of the data for training, 10-20% for validation, and 10-20% for testing. For exceptionally large datasets, allocating 20-40% for validation and testing might be impractical. In such cases, even a 2-3% validation and test sets can be sufficient.<\/p>\n"},{"acf_fc_layout":"image","image":{"ID":2204392,"id":2204392,"title":"train-validation-test Datasets","filename":"train-validation-test-Datasets.png","filesize":63186,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/train-validation-test-Datasets.png","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models\/train-validation-test-datasets","alt":"This image showcases common data split ratios for training, validation, and test sets used in building deep learning models.","author":"254042","description":"This image showcases common data split ratios for training, validation, and test sets used in building deep learning models.","caption":"This image showcases common data split ratios for training, validation, and test sets used in building deep learning models.","name":"train-validation-test-datasets","status":"inherit","uploaded_to":2139212,"date":"2023-12-18 17:55:35","modified":"2023-12-18 17:55:47","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":712,"height":366,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/train-validation-test-Datasets-213x200.png","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/train-validation-test-Datasets.png","medium-width":464,"medium-height":239,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/train-validation-test-Datasets.png","medium_large-width":712,"medium_large-height":366,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/train-validation-test-Datasets.png","large-width":712,"large-height":366,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/train-validation-test-Datasets.png","1536x1536-width":712,"1536x1536-height":366,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/train-validation-test-Datasets.png","2048x2048-width":712,"2048x2048-height":366,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/train-validation-test-Datasets.png","card_image-width":712,"card_image-height":366,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/train-validation-test-Datasets.png","wide_image-width":712,"wide_image-height":366}},"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<h2>Conclusion<\/h2>\n<p><span xml:lang=\"EN-US\" data-contrast=\"auto\"><span class=\"normaltextrun\">We hope these tips will allow you to build high class object detection deep learning models. Please note that these tips are general guidelines, and they may vary depending on your specific use case, characteristics of your data, and the deep learning model architecture you are working with. You should experiment with different scenarios and evaluate the performance of your models to determine the values and methods.<\/span><\/span><span data-ccp-props=\"{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\"><span class=\"eop\">\u00a0<\/span><\/span><\/p>\n"}],"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/card-Tips-for-preparing-and-using-training-samples-for-object-detection-models.png","wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Banner-Tips-for-preparing-and-using-training-samples-for-object-detection-models.png","authors":[{"ID":254042,"user_firstname":"Pavan","user_lastname":"Yadav","nickname":"Pavan Yadav","user_nicename":"pyadav","display_name":"Pavan Yadav","user_email":"PYadav@esri.com","user_url":"","user_registered":"2021-07-20 16:55:01","user_description":"Pavan Yadav is a Senior Software Product Engineer at Esri's Imagery team, leveraging AI to extract valuable insights from imagery data and contributing to the development of geospatial AI (GeoAI).","user_avatar":"<img data-del=\"avatar\" src='https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Pavan-Yadav-213x200.jpg' class='avatar pp-user-avatar avatar-96 photo ' height='96' width='96'\/>"}],"related_articles":[{"ID":2138992,"post_author":"254042","post_date":"2023-12-12 02:00:18","post_date_gmt":"2023-12-12 10:00:18","post_content":"","post_title":"Tips for labeling images for object detection models","post_excerpt":"","post_status":"publish","comment_status":"open","ping_status":"closed","post_password":"","post_name":"tips-for-labeling-images-for-object-detection-models","to_ping":"","pinged":"","post_modified":"2023-12-19 10:46:42","post_modified_gmt":"2023-12-19 18:46:42","post_content_filtered":"","post_parent":0,"guid":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=2138992","menu_order":0,"post_type":"blog","post_mime_type":"","comment_count":"3","filter":"raw"},{"ID":1302112,"post_author":"178852","post_date":"2021-08-02 11:56:22","post_date_gmt":"2021-08-02 18:56:22","post_content":"","post_title":"Performing Feature Extraction &amp; Classification Using Deep Learning with ArcGIS Pro","post_excerpt":"","post_status":"publish","comment_status":"open","ping_status":"closed","post_password":"","post_name":"performing-feature-extraction-classification-using-deep-learning-with-arcgis-pro","to_ping":"","pinged":"","post_modified":"2022-08-25 13:59:34","post_modified_gmt":"2022-08-25 20:59:34","post_content_filtered":"","post_parent":0,"guid":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=1302112","menu_order":0,"post_type":"blog","post_mime_type":"","comment_count":"1","filter":"raw"},{"ID":1956882,"post_author":"254042","post_date":"2023-06-14 06:00:09","post_date_gmt":"2023-06-14 13:00:09","post_content":"","post_title":"Repurposing Deep Learning Models using Transfer Learning in ArcGIS","post_excerpt":"","post_status":"publish","comment_status":"open","ping_status":"closed","post_password":"","post_name":"repurposing-deep-learning-models-using-transfer-learning-in-arcgis","to_ping":"","pinged":"","post_modified":"2023-07-17 10:30:58","post_modified_gmt":"2023-07-17 17:30:58","post_content_filtered":"","post_parent":0,"guid":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=1956882","menu_order":0,"post_type":"blog","post_mime_type":"","comment_count":"3","filter":"raw"},{"ID":1319782,"post_author":"254042","post_date":"2021-08-23 17:33:26","post_date_gmt":"2021-08-24 00:33:26","post_content":"","post_title":"Colorizing Historic Black and White Aerial Imagery using Deep Learning","post_excerpt":"","post_status":"publish","comment_status":"open","ping_status":"closed","post_password":"","post_name":"colorizing-historic-black-and-white-aerial-imagery-using-deep-learning","to_ping":"","pinged":"","post_modified":"2022-01-13 15:04:59","post_modified_gmt":"2022-01-13 23:04:59","post_content_filtered":"","post_parent":0,"guid":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=1319782","menu_order":0,"post_type":"blog","post_mime_type":"","comment_count":"0","filter":"raw"},{"ID":1670662,"post_author":"254042","post_date":"2022-08-23 11:11:23","post_date_gmt":"2022-08-23 18:11:23","post_content":"","post_title":"Super Resolution: Image-To-Image Translation using Deep Learning in ArcGIS Pro","post_excerpt":"","post_status":"publish","comment_status":"open","ping_status":"closed","post_password":"","post_name":"super-resolution-image-to-image-translation-using-deep-learning-in-arcgis-pro","to_ping":"","pinged":"","post_modified":"2023-03-06 15:53:12","post_modified_gmt":"2023-03-06 23:53:12","post_content_filtered":"","post_parent":0,"guid":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=1670662","menu_order":0,"post_type":"blog","post_mime_type":"","comment_count":"2","filter":"raw"},{"ID":1440002,"post_author":"254042","post_date":"2022-01-11 14:54:38","post_date_gmt":"2022-01-11 22:54:38","post_content":"","post_title":"Identify Plant Species using Deep Learning tools in ArcGIS Pro","post_excerpt":"","post_status":"publish","comment_status":"open","ping_status":"closed","post_password":"","post_name":"identify-plant-species-using-deep-learning-tools-in-arcgis-pro","to_ping":"","pinged":"","post_modified":"2022-01-13 16:43:11","post_modified_gmt":"2022-01-14 00:43:11","post_content_filtered":"","post_parent":0,"guid":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=1440002","menu_order":0,"post_type":"blog","post_mime_type":"","comment_count":"3","filter":"raw"}]},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Tips for training data preparation for object detection models<\/title>\n<meta name=\"description\" content=\"We will dive into our best practices for preparing and using training samples for object detection models.\" \/>\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.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tips for training data preparation for object detection models\" \/>\n<meta property=\"og:description\" content=\"We will dive into our best practices for preparing and using training samples for object detection models.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models\" \/>\n<meta property=\"og:site_name\" content=\"ArcGIS Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-20T19:40:53+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ESRI\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models\"},\"author\":{\"name\":\"Pavan Yadav\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/17827d4b26faea91d7d4c478ab8e5333\"},\"headline\":\"Tips for training data preparation for object detection models\",\"datePublished\":\"2023-12-19T08:55:22+00:00\",\"dateModified\":\"2023-12-20T19:40:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models\"},\"wordCount\":9,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"ArcGIS\",\"Artificial Intelligence\",\"deep learning\",\"imagery &amp; remote sensing\",\"Object Detection\"],\"articleSection\":[\"AI\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models\",\"name\":\"Tips for training data preparation for object detection models\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2023-12-19T08:55:22+00:00\",\"dateModified\":\"2023-12-20T19:40:53+00:00\",\"description\":\"We will dive into our best practices for preparing and using training samples for object detection models.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tips for training data preparation for object detection models\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"name\":\"ArcGIS Blog\",\"description\":\"Get insider info from Esri product teams\",\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\",\"name\":\"Esri\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"width\":400,\"height\":400,\"caption\":\"Esri\"},\"image\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/esrigis\/\",\"https:\/\/x.com\/ESRI\",\"https:\/\/www.linkedin.com\/company\/5311\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/17827d4b26faea91d7d4c478ab8e5333\",\"name\":\"Pavan Yadav\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Pavan-Yadav-213x200.jpg\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Pavan-Yadav-213x200.jpg\",\"caption\":\"Pavan Yadav\"},\"description\":\"Pavan Yadav is a Senior Software Product Engineer at Esri's Imagery team, leveraging AI to extract valuable insights from imagery data and contributing to the development of geospatial AI (GeoAI).\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/pavan-yadav-1846606\/\"],\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/author\/pyadav\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Tips for training data preparation for object detection models","description":"We will dive into our best practices for preparing and using training samples for object detection models.","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.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models","og_locale":"en_US","og_type":"article","og_title":"Tips for training data preparation for object detection models","og_description":"We will dive into our best practices for preparing and using training samples for object detection models.","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2023-12-20T19:40:53+00:00","twitter_card":"summary_large_image","twitter_site":"@ESRI","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models"},"author":{"name":"Pavan Yadav","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/17827d4b26faea91d7d4c478ab8e5333"},"headline":"Tips for training data preparation for object detection models","datePublished":"2023-12-19T08:55:22+00:00","dateModified":"2023-12-20T19:40:53+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models"},"wordCount":9,"commentCount":0,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["ArcGIS","Artificial Intelligence","deep learning","imagery &amp; remote sensing","Object Detection"],"articleSection":["AI"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models","name":"Tips for training data preparation for object detection models","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2023-12-19T08:55:22+00:00","dateModified":"2023-12-20T19:40:53+00:00","description":"We will dive into our best practices for preparing and using training samples for object detection models.","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/geoai\/tips-for-training-data-preparation-for-object-detection-models#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"Tips for training data preparation for object detection models"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/arcgis-blog\/#website","url":"https:\/\/www.esri.com\/arcgis-blog\/","name":"ArcGIS Blog","description":"Get insider info from Esri product teams","publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization","name":"Esri","url":"https:\/\/www.esri.com\/arcgis-blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","width":400,"height":400,"caption":"Esri"},"image":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/esrigis\/","https:\/\/x.com\/ESRI","https:\/\/www.linkedin.com\/company\/5311\/"]},{"@type":"Person","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/17827d4b26faea91d7d4c478ab8e5333","name":"Pavan Yadav","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Pavan-Yadav-213x200.jpg","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Pavan-Yadav-213x200.jpg","caption":"Pavan Yadav"},"description":"Pavan Yadav is a Senior Software Product Engineer at Esri's Imagery team, leveraging AI to extract valuable insights from imagery data and contributing to the development of geospatial AI (GeoAI).","sameAs":["https:\/\/www.linkedin.com\/in\/pavan-yadav-1846606\/"],"url":"https:\/\/www.esri.com\/arcgis-blog\/author\/pyadav"}]}},"text_date":"December 19, 2023","author_name":"Pavan Yadav","author_page":"https:\/\/www.esri.com\/arcgis-blog\/author\/pyadav","custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/12\/Banner-Tips-for-preparing-and-using-training-samples-for-object-detection-models.png","primary_product":"ArcGIS Pro","tag_data":[{"term_id":25891,"name":"ArcGIS","slug":"arcgis","term_group":0,"term_taxonomy_id":25891,"taxonomy":"post_tag","description":"","parent":0,"count":209,"filter":"raw"},{"term_id":174212,"name":"Artificial Intelligence","slug":"artificial-intelligence","term_group":0,"term_taxonomy_id":174212,"taxonomy":"post_tag","description":"","parent":0,"count":22,"filter":"raw"},{"term_id":186132,"name":"deep learning","slug":"deep-learning","term_group":0,"term_taxonomy_id":186132,"taxonomy":"post_tag","description":"","parent":0,"count":65,"filter":"raw"},{"term_id":768962,"name":"imagery &amp; remote sensing","slug":"imagery-remote-sensing","term_group":0,"term_taxonomy_id":768962,"taxonomy":"post_tag","description":"","parent":0,"count":6,"filter":"raw"},{"term_id":515302,"name":"Object Detection","slug":"object-detection","term_group":0,"term_taxonomy_id":515302,"taxonomy":"post_tag","description":"","parent":0,"count":10,"filter":"raw"}],"category_data":[{"term_id":770712,"name":"AI","slug":"geoai","term_group":0,"term_taxonomy_id":770712,"taxonomy":"category","description":"","parent":0,"count":51,"filter":"raw"}],"product_data":[{"term_id":36571,"name":"ArcGIS Enterprise","slug":"arcgis-enterprise","term_group":0,"term_taxonomy_id":36571,"taxonomy":"product","description":"","parent":0,"count":976,"filter":"raw"},{"term_id":36551,"name":"ArcGIS Online","slug":"arcgis-online","term_group":0,"term_taxonomy_id":36551,"taxonomy":"product","description":"","parent":0,"count":2427,"filter":"raw"},{"term_id":36561,"name":"ArcGIS Pro","slug":"arcgis-pro","term_group":0,"term_taxonomy_id":36561,"taxonomy":"product","description":"","parent":0,"count":2037,"filter":"raw"}],"primary_product_link":"https:\/\/www.esri.com\/arcgis-blog\/?s=#&products=arcgis-pro","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/2139212","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/types\/blog"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/users\/254042"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=2139212"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/2139212\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=2139212"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=2139212"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=2139212"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=2139212"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=2139212"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}