{"id":13877,"date":"2018-06-05T14:21:12","date_gmt":"2018-06-05T14:21:12","guid":{"rendered":"https:\/\/segvauto.es\/?p=13877"},"modified":"2021-11-11T14:25:30","modified_gmt":"2021-11-11T14:25:30","slug":"sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras","status":"publish","type":"post","link":"https:\/\/segvauto.es\/en\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\/","title":{"rendered":"Sistema de \u00abDeep Learning\u00bb para la detecci\u00f3n precisa de carreteras"},"content":{"rendered":"<p>[et_pb_section fb_built=\u00bb1&#8243; _builder_version=\u00bb3.22&#8243; global_colors_info=\u00bb{}\u00bb custom_padding=\u00bb||9px|||\u00bb][et_pb_row _builder_version=\u00bb3.25&#8243; background_size=\u00bbinitial\u00bb background_position=\u00bbtop_left\u00bb background_repeat=\u00bbrepeat\u00bb global_colors_info=\u00bb{}\u00bb][et_pb_column type=\u00bb4_4&#8243; _builder_version=\u00bb3.25&#8243; custom_padding=\u00bb|||\u00bb global_colors_info=\u00bb{}\u00bb custom_padding__hover=\u00bb|||\u00bb][et_pb_text _builder_version=\u00bb4.10.8&#8243; background_size=\u00bbinitial\u00bb background_position=\u00bbtop_left\u00bb background_repeat=\u00bbrepeat\u00bb global_colors_info=\u00bb{}\u00bb]<\/p>\n<div class=\"post-content\">\n<h6 class=\"destacadoTitulo03\" data-fontsize=\"11\" data-lineheight=\"16\">The INVETT Research Group of the University of Alcal\u00e1 has developed a Deep Learning system for accurate road detection using the ResNet-101 network with a fully convolutional architecture and multiple upscaling steps for image interpolation. It is demonstrated that significant generalization gains in the learning process are attained by randomly generating augmented training data using several geometric transformations and pixel-wise changes, such as affine and perspective transformations, mirroring, image cropping, distortions, blur, noise, and colour changes. In addition, this work demonstrates that the use of a 4-step upscaling strategy provides optimal learning results as compared to other similar techniques that perform data upscaling based on shallow layers with scarce representation of the scene data. The complete system is trained and tested on data from the KITTI benchmark and besides it is also tested on images recorded on the Campus of the University of Alcala (Spain). The improvement attained after performing data augmentation and conducting a number of training variants is really encouraging, showing the path to follow for enhanced learning generalization of road detection systems with a view to real deployment in self-driving cars. Figure 1 shows the general architecture of the propose DEEP-DIG system.<\/h6>\n<\/div>\n<p>[\/et_pb_text][et_pb_image src=\u00bbhttps:\/\/segvauto.es\/wp-content\/uploads\/2018\/06\/DEEP-DIG-Figure1-1024&#215;240-1.jpg\u00bb title_text=\u00bbDEEP-DIG-Figure1-1024&#215;240&#8243; _builder_version=\u00bb4.10.8&#8243; _module_preset=\u00bbdefault\u00bb global_colors_info=\u00bb{}\u00bb][\/et_pb_image][et_pb_text _builder_version=\u00bb4.10.8&#8243; background_size=\u00bbinitial\u00bb background_position=\u00bbtop_left\u00bb background_repeat=\u00bbrepeat\u00bb global_colors_info=\u00bb{}\u00bb]<\/p>\n<div class=\"post-content\">\n<p><em>Figure 1. High-level schematic of the DEEP-DIG CNN-based road detector, implementing the FCN-8s architecture on a ResNet.<\/em><\/p>\n<p>The proposed network has been trained on the KITTI dataset, which is composed of 289 images manually labelled with two classes (road\/non-road). 50% of the images are used for training the net, and the remaining 50% are kept aside for validation. More specifically, the ResNet model previously trained on ImageNet is used for weight initialization, and then the full net is fine-tuned on the road detection task. The training is run for 24K iterations, with validation checkpoints every 4K iterations. The Caffe framework has been used for the network prototype definition and the control of training and testing processes. Instead of passing the original image to the network, some data augmentation operations are applied to extend the training set, prevent overfitting and make the net more robust to image changes. The data augmentation layer runs on CPU, and the rest of the processing can be done on GPU. It takes between two and three hours to complete the standard training on a single Titan X GPU. Data augmentation techniques can be very useful to extend the training set. An on-line augmentation approach is adopted. This way, the network never sees the same augmented image twice, as the modifications are performed at random each time. Besides, this virtually infinite dataset does not require extra storage space on disk. Moreover, data augmentation plays an important role in making the net more robust against usual changes that appear in road images, such as illumination, colour or texture changes, or variations in the orientation of the cameras. One of the main weaknesses of CNNs is their dependence on the previous training data. With data augmentation a better generalization can be achieved and different road conditions can be simulated. The data augmentation techniques that have been implemented in this work have been: a) Geometric transformations: image cropping, random affine transformation, perspective transformation, mirroring, distortion; b) Pixel value transformations: noise, blur, random colour changes in HSV and RGB. The effect of data augmentation in practice is huge, as depicted in figure 2, where the upper row (a) shows the road segmentation result after training without data augmentation, while the bottom row (b) shows the same result with data augmentation. As can be appreciated, data augmentation really makes a difference in the correct interpretation of the road scene in terms of generalization capability.<\/p>\n<\/div>\n<p>[\/et_pb_text][et_pb_image src=\u00bbhttps:\/\/segvauto.es\/wp-content\/uploads\/2018\/06\/DEEP-DIG-Figure2-1024&#215;186-1.jpg\u00bb title_text=\u00bbDEEP-DIG-Figure2-1024&#215;186&#8243; _builder_version=\u00bb4.10.8&#8243; _module_preset=\u00bbdefault\u00bb global_colors_info=\u00bb{}\u00bb][\/et_pb_image][et_pb_text _builder_version=\u00bb4.10.8&#8243; background_size=\u00bbinitial\u00bb background_position=\u00bbtop_left\u00bb background_repeat=\u00bbrepeat\u00bb global_colors_info=\u00bb{}\u00bb]<\/p>\n<div class=\"post-content\">\n<p><em>Figure 2. The qualitative results of the proposed model are coloured as follows: TP in green, FP in blue and FN in red. The scenarios with strong illumination changes and challenging road textures are better detected in the model trained with data augmentation.<\/em><br \/>DEEP-DIG is the result of an in-depth analysis of a deep learning-based road detection system. It starts with the ResNet-50 network model with a fully convolutional architecture and three interpolation steps, fine-tuned in perspective KITTI images. Several variations are then introduced to improve the training: data augmentation, training in BEV space, tuning training parameters, using deeper models and other up-sampling architectures. Data augmentation offers a significant improvement between 1% and 2% in F-measure, and thus it is included in the rest of variations. These can lead to an additional consistent improvement over 0.5% if they are properly combined. Finally, the use of a ResNet-101 model with a four-step up-sampling scheme, trained directly in BEV with data augmentation improves our results up to 96.31% on the validation subset, and achieves state-of-the-art results on the testing set. Nevertheless, the appropriate configuration depends on the final application and the trade-off between performance and computing capacity. For future work, a post-processing layer will be added into the system to obtain smoother results and also high level information provided by digital navigation maps will be included to solve some of the problems described before. The operation of the DEEP-DIG system is graphically illustrated in the video that can be seen at:\u00a0<a href=\"https:\/\/youtu.be\/-7faqzBH82c\">https:\/\/youtu.be\/-7faqzBH82c<\/a><\/p>\n<\/div>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The INVETT Research Group of the University of Alcal\u00e1 has developed a Deep Learning system for accurate road detection using the ResNet-101 network with a fully convolutional architecture and multiple upscaling steps for image interpolation. It is demonstrated that significant generalization gains in the learning process are attained by randomly generating augmented training data using [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":13881,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:paragraph -->\r\n<p><strong>Investigadores, miembros de SEGVAUTO y de la Universidad Polit\u00e9cnica de Madrid, en colaboraci\u00f3n con la UCM, han desarrollado un sistema de ayuda al conductor para la maniobra de incorporaci\u00f3n en carreteras interurbanas<\/strong><\/p>\r\n<p>El equipo de investigadores\u00a0ha desarrollado un sistema para mejorar la seguridad en las incorporaciones en v\u00edas interurbanas, zona de gran peligrosidad y riesgo. Se ha evaluado a los conductores para dise\u00f1ar una interfaz optimizada mejorando la eficacia y la usabilidad del sistema. Adem\u00e1s, su versatilidad permite que sea implementado en cualquier plataforma, desde un tel\u00e9fono m\u00f3vil hasta el propio navegador del veh\u00edculo.<\/p>\r\n<p>Los sistemas de asistencia al conductor, com\u00fanmente denominados ADAS (Advanced Driver Assistance Systems), han sido objeto de estudio en la \u00faltima d\u00e9cada, debido a que el error humano se considera un factor importante en los accidentes de tr\u00e1fico. La National Highway Traffic Safety Administration (<a href=\"https:\/\/www.nhtsa.gov\/\" target=\"_blank\" rel=\"noopener\">NHTSA<\/a>) del Departamento de Transporte de Estados Unidos, estima en un 94% el factor humano como causa de accidente en comparaci\u00f3n con otras causas como son otros veh\u00edculos, el medio ambiente, y razones cr\u00edticas desconocidas.<\/p>\r\n<p>Gracias a estas nuevas tecnolog\u00edas, se persigue contribuir al objetivo de reducir significativamente los accidentes de tr\u00e1fico consiguiendo una conducci\u00f3n m\u00e1s segura y c\u00f3moda en escenarios complejos para la conducci\u00f3n, entre los que destacan las incorporaciones a v\u00edas principales como son autov\u00edas o autopistas. Estudios anteriores realizados por el equipo de investigadores del INSIA respaldan que esta maniobra supone una alta carga de atenci\u00f3n para el conductor, ya que debe recalcular constantemente la informaci\u00f3n de la v\u00eda y la posici\u00f3n y velocidad de otros veh\u00edculos que le rodean. Adem\u00e1s, significa afrontar decisiones en un intervalo de tiempo relativamente corto, en el que un fallo en la maniobra puede tener consecuencias fatales.<\/p>\r\n<p><a href=\"https:\/\/www.madrimasd.org\/notiweb\/noticias\/ingenieria-automovil-psicologia-se-unen-mejorar-seguridad-volante\">NOTICIA COMPLETA<\/a><\/p>\r\n<p>Sofia S\u00e1nchez\u2013Mateo, Elisa P\u00e9rez\u2013Moreno, Felipe Jim\u00e9nez.\u00a0<a href=\"https:\/\/www.mdpi.com\/1424-8220\/20\/19\/5582\/htm\" target=\"_blank\" rel=\"noopener\"><em>Driver Monitoring for a Driver-Centered Design and Assessment of a Merging Assistance System Based on V2V Communications<\/em><\/a>.\u00a0<a href=\"https:\/\/www.mdpi.com\/journal\/sensors\" target=\"_blank\" rel=\"noopener\">Sensors<\/a>\u00a02020, 20(19), 5582;<\/p>\r\n<p>https:\/\/doi.org\/10.3390\/s20195582.<\/p>\r\n<div class=\"post-content\">\u00a0<\/div>\r\n<!-- \/wp:paragraph -->","_et_gb_content_width":"","footnotes":""},"categories":[19,9],"tags":[],"class_list":["post-13877","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-automocion","category-announcement"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Sistema de \u00abDeep Learning\u00bb para la detecci\u00f3n precisa de carreteras - Segvauto-5G-CM<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/segvauto.es\/en\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sistema de \u00abDeep Learning\u00bb para la detecci\u00f3n precisa de carreteras - Segvauto-5G-CM\" \/>\n<meta property=\"og:description\" content=\"The INVETT Research Group of the University of Alcal\u00e1 has developed a Deep Learning system for accurate road detection using the ResNet-101 network with a fully convolutional architecture and multiple upscaling steps for image interpolation. It is demonstrated that significant generalization gains in the learning process are attained by randomly generating augmented training data using [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/segvauto.es\/en\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\/\" \/>\n<meta property=\"og:site_name\" content=\"Segvauto-5G-CM\" \/>\n<meta property=\"article:published_time\" content=\"2018-06-05T14:21:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-11T14:25:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/segvauto.es\/wp-content\/uploads\/2018\/06\/Captura-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"868\" \/>\n\t<meta property=\"og:image:height\" content=\"309\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"desarrollo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"desarrollo\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated 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:\\\/\\\/segvauto.es\\\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/segvauto.es\\\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\\\/\"},\"author\":{\"name\":\"desarrollo\",\"@id\":\"https:\\\/\\\/segvauto.es\\\/#\\\/schema\\\/person\\\/3ff5331d5fc95abd435261ae5175910c\"},\"headline\":\"Sistema de \u00abDeep Learning\u00bb para la detecci\u00f3n precisa de carreteras\",\"datePublished\":\"2018-06-05T14:21:12+00:00\",\"dateModified\":\"2021-11-11T14:25:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/segvauto.es\\\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\\\/\"},\"wordCount\":1032,\"image\":{\"@id\":\"https:\\\/\\\/segvauto.es\\\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/segvauto.es\\\/wp-content\\\/uploads\\\/2018\\\/06\\\/Captura-1.png\",\"articleSection\":[\"AUTOMOCION\",\"Noticia\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/segvauto.es\\\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\\\/\",\"url\":\"https:\\\/\\\/segvauto.es\\\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\\\/\",\"name\":\"Sistema de \u00abDeep Learning\u00bb para la detecci\u00f3n precisa de carreteras - Segvauto-5G-CM\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/segvauto.es\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/segvauto.es\\\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/segvauto.es\\\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/segvauto.es\\\/wp-content\\\/uploads\\\/2018\\\/06\\\/Captura-1.png\",\"datePublished\":\"2018-06-05T14:21:12+00:00\",\"dateModified\":\"2021-11-11T14:25:30+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/segvauto.es\\\/#\\\/schema\\\/person\\\/3ff5331d5fc95abd435261ae5175910c\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/segvauto.es\\\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/segvauto.es\\\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/segvauto.es\\\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\\\/#primaryimage\",\"url\":\"https:\\\/\\\/segvauto.es\\\/wp-content\\\/uploads\\\/2018\\\/06\\\/Captura-1.png\",\"contentUrl\":\"https:\\\/\\\/segvauto.es\\\/wp-content\\\/uploads\\\/2018\\\/06\\\/Captura-1.png\",\"width\":868,\"height\":309},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/segvauto.es\\\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/segvauto.es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sistema de \u00abDeep Learning\u00bb para la detecci\u00f3n precisa de carreteras\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/segvauto.es\\\/#website\",\"url\":\"https:\\\/\\\/segvauto.es\\\/\",\"name\":\"Segvauto-5G-CM\",\"description\":\"Segvauto-5G-CM\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/segvauto.es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/segvauto.es\\\/#\\\/schema\\\/person\\\/3ff5331d5fc95abd435261ae5175910c\",\"name\":\"desarrollo\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/adcd1146e74a083903bd51ea0ac5e00b3905e9c35fc0c1b39da8534ca17f7257?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/adcd1146e74a083903bd51ea0ac5e00b3905e9c35fc0c1b39da8534ca17f7257?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/adcd1146e74a083903bd51ea0ac5e00b3905e9c35fc0c1b39da8534ca17f7257?s=96&d=mm&r=g\",\"caption\":\"desarrollo\"},\"sameAs\":[\"https:\\\/\\\/segvauto.es\"],\"url\":\"https:\\\/\\\/segvauto.es\\\/en\\\/author\\\/desarrollo\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Sistema de \u00abDeep Learning\u00bb para la detecci\u00f3n precisa de carreteras - Segvauto-5G-CM","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:\/\/segvauto.es\/en\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\/","og_locale":"en_GB","og_type":"article","og_title":"Sistema de \u00abDeep Learning\u00bb para la detecci\u00f3n precisa de carreteras - Segvauto-5G-CM","og_description":"The INVETT Research Group of the University of Alcal\u00e1 has developed a Deep Learning system for accurate road detection using the ResNet-101 network with a fully convolutional architecture and multiple upscaling steps for image interpolation. It is demonstrated that significant generalization gains in the learning process are attained by randomly generating augmented training data using [&hellip;]","og_url":"https:\/\/segvauto.es\/en\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\/","og_site_name":"Segvauto-5G-CM","article_published_time":"2018-06-05T14:21:12+00:00","article_modified_time":"2021-11-11T14:25:30+00:00","og_image":[{"width":868,"height":309,"url":"https:\/\/segvauto.es\/wp-content\/uploads\/2018\/06\/Captura-1.png","type":"image\/png"}],"author":"desarrollo","twitter_card":"summary_large_image","twitter_misc":{"Written by":"desarrollo","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/segvauto.es\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\/#article","isPartOf":{"@id":"https:\/\/segvauto.es\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\/"},"author":{"name":"desarrollo","@id":"https:\/\/segvauto.es\/#\/schema\/person\/3ff5331d5fc95abd435261ae5175910c"},"headline":"Sistema de \u00abDeep Learning\u00bb para la detecci\u00f3n precisa de carreteras","datePublished":"2018-06-05T14:21:12+00:00","dateModified":"2021-11-11T14:25:30+00:00","mainEntityOfPage":{"@id":"https:\/\/segvauto.es\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\/"},"wordCount":1032,"image":{"@id":"https:\/\/segvauto.es\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\/#primaryimage"},"thumbnailUrl":"https:\/\/segvauto.es\/wp-content\/uploads\/2018\/06\/Captura-1.png","articleSection":["AUTOMOCION","Noticia"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/segvauto.es\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\/","url":"https:\/\/segvauto.es\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\/","name":"Sistema de \u00abDeep Learning\u00bb para la detecci\u00f3n precisa de carreteras - Segvauto-5G-CM","isPartOf":{"@id":"https:\/\/segvauto.es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/segvauto.es\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\/#primaryimage"},"image":{"@id":"https:\/\/segvauto.es\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\/#primaryimage"},"thumbnailUrl":"https:\/\/segvauto.es\/wp-content\/uploads\/2018\/06\/Captura-1.png","datePublished":"2018-06-05T14:21:12+00:00","dateModified":"2021-11-11T14:25:30+00:00","author":{"@id":"https:\/\/segvauto.es\/#\/schema\/person\/3ff5331d5fc95abd435261ae5175910c"},"breadcrumb":{"@id":"https:\/\/segvauto.es\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/segvauto.es\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/segvauto.es\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\/#primaryimage","url":"https:\/\/segvauto.es\/wp-content\/uploads\/2018\/06\/Captura-1.png","contentUrl":"https:\/\/segvauto.es\/wp-content\/uploads\/2018\/06\/Captura-1.png","width":868,"height":309},{"@type":"BreadcrumbList","@id":"https:\/\/segvauto.es\/sistema-de-deep-learning-para-la-deteccion-precisa-de-carreteras\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/segvauto.es\/"},{"@type":"ListItem","position":2,"name":"Sistema de \u00abDeep Learning\u00bb para la detecci\u00f3n precisa de carreteras"}]},{"@type":"WebSite","@id":"https:\/\/segvauto.es\/#website","url":"https:\/\/segvauto.es\/","name":"Segvauto-5G-CM","description":"Segvauto-5G-CM","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/segvauto.es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/segvauto.es\/#\/schema\/person\/3ff5331d5fc95abd435261ae5175910c","name":"desarrollo","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/adcd1146e74a083903bd51ea0ac5e00b3905e9c35fc0c1b39da8534ca17f7257?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/adcd1146e74a083903bd51ea0ac5e00b3905e9c35fc0c1b39da8534ca17f7257?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/adcd1146e74a083903bd51ea0ac5e00b3905e9c35fc0c1b39da8534ca17f7257?s=96&d=mm&r=g","caption":"desarrollo"},"sameAs":["https:\/\/segvauto.es"],"url":"https:\/\/segvauto.es\/en\/author\/desarrollo\/"}]}},"_links":{"self":[{"href":"https:\/\/segvauto.es\/en\/wp-json\/wp\/v2\/posts\/13877","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/segvauto.es\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/segvauto.es\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/segvauto.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/segvauto.es\/en\/wp-json\/wp\/v2\/comments?post=13877"}],"version-history":[{"count":4,"href":"https:\/\/segvauto.es\/en\/wp-json\/wp\/v2\/posts\/13877\/revisions"}],"predecessor-version":[{"id":13885,"href":"https:\/\/segvauto.es\/en\/wp-json\/wp\/v2\/posts\/13877\/revisions\/13885"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/segvauto.es\/en\/wp-json\/wp\/v2\/media\/13881"}],"wp:attachment":[{"href":"https:\/\/segvauto.es\/en\/wp-json\/wp\/v2\/media?parent=13877"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/segvauto.es\/en\/wp-json\/wp\/v2\/categories?post=13877"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/segvauto.es\/en\/wp-json\/wp\/v2\/tags?post=13877"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}