Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.52 KB

File metadata and controls

33 lines (20 loc) · 1.52 KB

Autopilot-TensorFlow

A TensorFlow implementation of this Nvidia paper with some changes.

How to Use

Download the dataset and extract into the repository folder Size: 25 minutes = 256030 = 45,000 images ~ 2.3 GB

Use python train.py to train the model

Use python run.py to run the model on a live webcam feed

Use python run_dataset.py to run the model on the dataset

To visualize training using Tensorboard use tensorboard --logdir=./logs, then open http://0.0.0.0:6006/ into your web browser.

Demo

If you want to try on a slightly large dataset: 70 minutes of data ~ 223GB