8000 GitHub - daisyKim12/autonomous_driving: Creating a self-driving car by connecting a JETSON Nano board with a child-friendly car. I am designing and modifying artificial intelligence algorithms to implement autonomous driving for the car. I am also incorporating image recognition using YOLO, to stop the car on stop sign.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Creating a self-driving car by connecting a JETSON Nano board with a child-friendly car. I am designing and modifying artificial intelligence algorithms to implement autonomous driving for the car. I am also incorporating image recognition using YOLO, to stop the car on stop sign.

Notifications You must be signed in to change notification settings

daisyKim12/autonomous_driving

Repository files navigation

autonomous_driving

Creating a self-driving car by connecting a JETSON Nano board with a child-friendly car. I am designing and modifying artificial intelligence algorithms to implement autonomous driving for the car. I am also incorporating image recognition using YOLO, to stop the car on stop sign.

◆ SETUP

◇ HARDWARE SETUP

  • JETBOT setup
  • JETBOT & Car Motor setup

◇ SOFTWARE SETUP

  • SD card & connect using wifi

Directory content

  • ROAD FOLLOWING
    • road_following.zip
    • rf_data_collection.ipynb
    • rf_train_model.ipynb
    • rf_live_detection.ipynb
  • OBJECT DETECTION
    • object_detection.zip

Road Following code explanation

We transfered resnet18 to use it as a regression model. Training data was image with x,y coordinates as a label. x,y coordinate indicates where to stir the vehicle. We made 3000 images as a dataset. 10% of the dataset as test dataset and 90% as training dataset.

Object Detection

We use Yolo v5 to detect stop sign to stop the vehicle.

◆ ROAD FOLLOWING: DATA SET

◇ Attempt1: data distribution

total data 1800
straight 800
left 600
right 400

◇ data sample

◇ Attempt2: data distribution

total data 1800 + 1200
straight 1000장
left 1000장
right 1000장

◇ data sample

◆ ROAD FOLLOWING: DATA SET 3

◇ Attempt3: data distribution

total data 1800 + 1200 + 1500
straight 1000 + 1500
left 1000 + 0
right 1000 + 0

◇ data sample

About

Creating a self-driving car by connecting a JETSON Nano board with a child-friendly car. I am designing and modifying artificial intelligence algorithms to implement autonomous driving for the car. I am also incorporating image recognition using YOLO, to stop the car on stop sign.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0