Real-time pothole detection with onboard sensors and camera on vehicles
This addresses road maintenance and traffic safety for drivers and authorities, but it is incremental as it applies an existing method to a specific problem.
The paper tackled real-time pothole detection using onboard sensors and cameras on vehicles, achieving 98.1% accuracy on a dataset from a 2 km road with 26 potholes.
Road conditions play an important role in our everyday commute. With the proliferating number of vehicles on the road each year, it has become necessary to access the road conditions very frequently, this would ensure that the traffic also flows smoothly. Even the smallest crack in the road could be easily be chipped into a large pothole due to changing surface temperatures of the road and from the force of vehicles riding over it. In this paper, we have addressed how we could better identify these potholes in realtime with the help of onboard sensors in vehicles so that the data could be useful for analysis and better management of potholes on a large scale. For the implementation, we used an SVM classifier to detect potholes, we achieved 98.1% accuracy based on data collected from a local road for about 2 km which had 26 potholes distributed along the road. Code is available at: https://github.com/aswathselvam/Potholes