Project Overview

  • This project focuses on building deep learning model training and evaluation pipelines for object detection of pavement road distresses in response to IEEE 2020 Global Road Detection Challenge
  • Object detection models used: YOLO, Faster R-CNN
  • Computer Vision frameworks used: Pytorch, Tensorflow

Paper

  • See paper for final research insights & results

GPU setup for training models

Hardware used: Nvidia RTX 3090

Data pipeline structure

  1. XML_to_TXT_Annotation_Conversion_Pipeline.ipynb to convert XML annotation files to TXT for YOLOv5 use
  2. A01 - Load and Augment an Image.ipynb to define augmentations to apply to input images