-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Ian Jenkins edited this page Jan 12, 2018
·
12 revisions
The purpose of this repository is to archive the work form the 2016 CaroloCup for future teams.
- Tensorflow version 1.3
- Python 2.7 or 3.5.4
Once you have a tensorflow helloworld! example running, clone the repo.
- Clone Repo
Next, downloaded the dataset.
- Download dataset: https://github.com/udacity/self-driving-car/tree/master/annotations Download Data Set 1.
- Set
FILEPATH_IMAGE
andFILEPATH_IMAGE
in createRecord.py - Run createRecord.py - creates a new .tfrecord file in dir TFRecord. A TFRecord is a binary file with a set structure.
- Run train.py - will read the tfrecord in batches.
- Training logs and saved model weights will be created in directory: tf_logs
- Accuracy of model of the test set is displayed on the terminal at the end of the complete training process.
- Saved Model Accuracy: 72%.