Skip to content

Machine learning model which can play car and bike driving game and can be used as a reference for self driving vehicle.

Notifications You must be signed in to change notification settings

InsideLabs-Inc/Inception

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inception

About:

It is a machine learning model which can play car and bike driving game and can be used as a reference for self driving vehicle.

Models:

Model-1: This model uses Canny Edge Detection technique to detect edges and then by using the slopes of the detected edges lines the model take left or right turn depending upon the whether slope is negative or positive. OpenCV and Basic If-else condition is used in this model.I played this model on GTA-5.

Model-2: This model uses the deep learning technique Convolutional Neural Networks(CNN) to learn driving.With the help of OpenCV i created a custom dataset by driving car for several minutes and then train that custom dataset to the neural networks.Used Tensorflow for neural networks.

Description:

data_collect.py-Used to create custom data.
grabscreen.py-Used to detect the screen.
motion.py-Used for motion detection.
neural.py-File where Neural network is written.
train_data.py-Used to train model with custom dataset.
test_data.py-Used to test the trained model.
directkeys.py-Used to map keys according to Direct-X framework.
getkeys.py-Used to detect input keys by using Windows API.

How to Use:

  • First clone the repository
  • Install the requirements.txt file
  • Model-1:
  • Run main.py file to play.
  • Model-2:
  • Run data_collect to create custom dataset.
  • Run train_data to train the data.
  • Run test_data to play it on any car driving game.
  • For pausing the model press P.

Requirements:

  • CPU-Atleast Quadcore or Octacore.
  • GPU-Dedicated, with as much memory as possible.
  • RAM: at least 16 or 32 GB.

Recommendations:

  • Use in games which has W,A,S,D Keys as controls.(You can change code to play with desired controls).
  • Create custom data for atleast 25-30 min.The accuracy depends totally on how much you train the model.
  • In neural.py there are different types of neural networks you can be use to train(must try and check accuracy).

Sample:

Model-1:
Model-2:

Support

Please Star and share the project. Thanks! ❤️

About

Machine learning model which can play car and bike driving game and can be used as a reference for self driving vehicle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%