Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with more traffic sign classes, help please!! #26

Open
tony9378 opened this issue Jan 9, 2018 · 2 comments
Open

Problems with more traffic sign classes, help please!! #26

tony9378 opened this issue Jan 9, 2018 · 2 comments

Comments

@tony9378
Copy link

tony9378 commented Jan 9, 2018

Hello,
I met "train loss : nan, validation loss :nan“ since more traffic sign classed been added by following steps.

In file creat_pickle.py

sign_name = fields[1]
if sign_name != 'pedestrainCrossing' and sign_name != 'signalAhead' and sign_name != 'stop':
continue
sign_class = sign_map[sign_name]
class_list.append(sign_class)

@Tian14267
Copy link

It seems that something wrong with your data.
you should use data_prep.py to create data_prep_400x260.p ,It almost 514MB

@lihua213
Copy link

I just made a 47-class dataset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants