Skip to content
View khany27's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report khany27

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
khany27/README.md

Hi there, I am Salim πŸ‘‹

I am a recently graduated computer vision enthusiast and working currently as an algorithm developer in computer vision for autonomous driving. Check out my Master Thesis, where I have presented my thesis on road damage detection based on GPR and Deep learning models. It utilises TensorFlow Object Detection API and I have provided an easy tutorial to train a custom object detecotr on TensorFlow.

Currently, I am working with CenterNet, Yolov3 and Yolov5 on PyTorch on the same topic and on vechile and pedestrain detections. PyTorch provides great speed in running the inferences and hence my current project is to run the inference on an autonomous car to detect objects based on Camera and road damages based on GPR sensors.

profile views β€’ Website β€’ LinkedIn β€’ Facebook β€’


PORTFOLIO


1. Object Detection: Road damage detection based on GPR measurements and Deep learning models

This project represents the topic of my master thesis. It aims to implement object detection through deep CNNs for road subsurface damage and feature detection from groundpenetrating radar (GPR) road measurements. By integrating DL algorithms and GPR technique, this work focuseson autonomous, faster and efficient detection of road damages and features with the idea to minimize the human intervention. Here, [TensorFlow Object Detection API] (https://github.com/tensorflow/models) is implemnted and a Deep CNN model is trained on a custom GPR dataset.

Keywords β€” Object Detection, Computer Vision, Deep Learning, TensorFlow, Faster RCNN
Tools β€” Python, TensorFlow, OpenCV, Pandas, Numpy, GPR tools

Repository


2. Object Detection: Vehicle and pedestrain detection and road subsurface damage detection on YOLOv3

The projects explores the object detection application for autonomous driving. It a PyTorch implementation of YOLOv3 object detection model based on this: [Yolov3 - Ultralytics](https://github.com/ultralytics/yolov3). Th edetection is model is customized for 16 bit GPR B-scans and RGB-D images on CARLA.

Keywords β€” Object Detection, Computer Vision, Deep Learning, PyTorch, YOLOv3, Autonomous Vehicle
Tools β€” Python, PyTorch, OpenCV, Pandas, Numpy, MATLAB

Repository


Pinned Loading

  1. Object_Detection_Using_TensorFlow_1.15 Object_Detection_Using_TensorFlow_1.15 Public

    A project from my thesis on autonomous damage detection based on GPR measurements

    Python 3