tomaszkacmajor / CarND-Traffic-Sign-Classifier-P2

Traffic Sign Classification using Convolutional Neural Networks
24 stars 12 forks source link

Step 0: Load The Data #2

Open AboHadi313 opened 6 years ago

AboHadi313 commented 6 years ago

Hello sir, I am totally new to python, and I am having problem with the first step of this project ! "./traffic-signs-data/*.p" Where can I find this folder ? I downloaded the German Traffic Sign Benchmarks files, but all of them in .ppm or in .txt no in .p as it is required in this line. what is train.p, valid.p, and test.p ? Is it something I need to generate ?

tomaszkacmajor commented 6 years ago

Hi,

This is a good question, I didn't clarify this in the description. The *.p files were provided by Udacity (based on German Traffic Sign dataset and pickled). I would recommend the following repository where data is directly loaded from .zip files instead of .p files. This repo is realising the same project. https://github.com/naokishibuya/car-traffic-sign-classification

Regards, Tomasz Kacmajor

2017-12-17 12:35 GMT+01:00 AboHadi313 notifications@github.com:

Hello sir, I am totally new to python, and I am having problem with the first step of this project ! "./traffic-signs-data/*.p" Where can I find this folder ? I downloaded the German Traffic Sign Benchmarks files, but all of them in .ppm or in .txt no in .p as it is required in this line. what is train.p, valid.p, and test.p ? Is it something I need to generate ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tomaszkacmajor/CarND-Traffic-Sign-Classifier-P2/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AQ_dXJNrReqM8QDWJit8v59zPuT9-9nsks5tBPyCgaJpZM4REoDp .