Skip to content
View nsteve2407's full-sized avatar
  • College Station, TX

Block or report nsteve2407

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
nsteve2407/README.md

cover

Hi there 👋, I'm Stephen Ninan

I'm an MS student at Texas A&M University. My research focuses on design, development and testing of algorithms to enable deployment of AV's in rural settings.

Skills: C++ / Python / ROS / Tensorflow / Pytorch / Sensor Fusion/ Localization

Some of my projects:

-Road Surface Segmentation in 3D point clouds: Used DeepLabv3 along with a Range Image based representation of Lidar point clouds to segment road surfaces. Model was trained on rural road data collected around Bryan-College Station area.
roadseg

-Global Pose estimation using LIDAR and Open Steet Maps: Implemented a Particle filter based localization methodology using Lidar Road Detection as measurements. The motivation was to help deal with driving scenarios where performance of positioning sensors such as GPS is inconsistent. The algorithm was able to recover pose within a search space as large as 36 sq.km with a mean error les than 2 meters after convergence.
osmpf

-Object Detection in Images: Used the Tensoflow Object Detection API to detect objects in Camera images. I used an SSD architecture with a ResNet50 backbone, along with modidifications such as scale and Aspect Ratio tuning for anchor boxes to optimize performace on the Waymo Open Dataset.

-LiDAR-Camera Senosr fusion for object tracking: Fused 2D detections from camera measurements along with 3D object detections on LIDAR using an Extended Kalman Filter. Currently working on improving tracking performance as well as integration with ROS.

-CARLA Simulator: LiDAR-GPS fusion for localization: Fused detections from noisy GPS masurements and pose estimates from LIDAR scan matching using a Kalman Filter.

  • 🔭 I’m currently working on a Lidar-Camera fusion based perception system
  • 📫 How to reach me: [email protected]

github linkedin

GitHub stats

GitHub Activity Graph

Popular repositories Loading

  1. osm-localization osm-localization Public

    Particle Filter based localization on OSM

    Jupyter Notebook 5

  2. lidar_cam_fusion lidar_cam_fusion Public

    Python 4 3

  3. CARLA_Localization_and_Mapping CARLA_Localization_and_Mapping Public

    Fusion of LiDAR and GPS data for 2 dimesnional pose estimation using a Kalman Filter.

    Python 4 1

  4. road_seg_deeplabv3 road_seg_deeplabv3 Public

    Range Image based road segmentation using DeepLabv3 plus

    Jupyter Notebook 2 2

  5. nsteve2407 nsteve2407 Public

    Config files for my GitHub profile.

    1

  6. LeGO-LOAM LeGO-LOAM Public

    Forked from RobustFieldAutonomyLab/LeGO-LOAM

    LeGO-LOAM: Lightweight and Ground-Optimized Lidar Odometry and Mapping on Variable Terrain

    C++