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

Training of Steering Model doesn't takes speed into account #32

Open
rahulsinghk998 opened this issue Oct 11, 2016 · 4 comments
Open

Training of Steering Model doesn't takes speed into account #32

rahulsinghk998 opened this issue Oct 11, 2016 · 4 comments

Comments

@rahulsinghk998
Copy link

rahulsinghk998 commented Oct 11, 2016

Hi,
I was just going through the code. In the file train_steering_model.py, the function "gen" yields only the camera frame and the steering angle which is passed to the model.

https://github.com/commaai/research/blob/master/train_steering_model.py#L21

But I was wondering that steering angle position (more importantly the rate of change) does depend on speed.

@rahulsinghk998 rahulsinghk998 changed the title Training of Model doesn't takes speed into account Training of Steering Model doesn't takes speed into account Oct 11, 2016
@geohot
Copy link
Contributor

geohot commented Nov 11, 2016

It doesn't. A unit for steering angle is deg/m.

@gowthamrang
Copy link

I can see steering angles from -5000 to 5000 . How is this possible ? Am I missing something, shouldn't we expect angles between -500 to 500 ?

@geohot
Copy link
Contributor

geohot commented Dec 13, 2016

Hmm, that is fixed point. Divide by 10.

@zhaobaozi
Copy link

@geohot hi ,when i run"./view_generative_model.py transition --name transition",i meet the problem as this "#40"

ValueError: Cannot feed value of shape (3840, 80, 160, 3) for Tensor u'transition/input_1:0', which has shape '(960, 80, 160, 3)'

what should i do?thanks

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

4 participants