(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Deep Learning segmentation method for road images

What is it about?

To promote the automation of vehicles, autonomous vehicles should have the perception capabilities to understand the driving environment and to navigate. So, semantic segmentation helps in that area. We have used a deep learning approach to train our model, especially on Indian roads.

Why is it important?

For autonomous driving

Read more on Kudos…
The following have contributed to this page:
Anamika Maurya
' ,"url"));