ndrplz / self-driving-car

Udacity Self-Driving Car Engineer Nanodegree projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Following datas are needed.

rezwanh001 opened this issue · comments

You have used train.p and test.p. But I did not find your repository.
Please, give these datasets.

# Load pickled data
train, test = load_traffic_sign_data('../traffic_signs_data/train.p', '../traffic_signs_data/test.p')

Hi @rezwanulhaquerezwan,

these are binary files containing the data, so it's not really convenient to add them to this repository. However, you can download yourself the data from the German Traffic Sign Dataset.

Best,
A.