Skip to content

Melvin-Paul-Jacob/PilotNet-Steering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NVIDIA PilotNet - Implementation

Overview

This repository contains an implementation of NVIDIA PilotNet, a deep learning-based end-to-end autonomous driving system. The original PilotNet model was introduced by NVIDIA to learn steering commands directly from raw input images using a convolutional neural network (CNN). This implementation aims to replicate and enhance the system with modern deep learning frameworks and additional features.

Features

  • End-to-end learning for autonomous driving.
  • CNN-based architecture inspired by NVIDIA PilotNet.
  • Trained on real-world or simulated driving datasets.
  • Utilizes PyTorch and TensorFlow for model training and inference.
  • Supports real-time inference on NVIDIA Jetson devices.
  • Includes data preprocessing and augmentation techniques.
  • Integrated visualization tools for steering angle prediction.

Dependencies

Make sure you have the following dependencies installed:

pip install torch torchvision tensorflow numpy opencv-python matplotlib

Future Improvements

  • Integrate sensor fusion with LiDAR and IMU.
  • Improve generalization with diverse datasets.
  • Optimize model for lower latency on edge devices.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages