-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
TURN RIGHT #162
Comments
i also face the same problem....... |
did you manage to tackle it?> |
Having another go tonight, just gonna train it some more, glad its not just me doing something stupid, how much ‘collect_training’ have you done?
… On 6 Mar 2019, at 16:22, kxrf97 ***@***.***> wrote:
did you manage to tackle it?>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I think something wrong with your wheel alignment maybe and check in the Python shell for forward commands and inspite of forward commands sent your car turns right then it's wheel alignment problem! |
I collect around 300 images, and my accuracy is around 60+ after training.... But my car just keep going randomly |
@sundar19 |
Yes my shell is sending right commands, only right commands
…Sent from my iPhone X
On 7 Mar 2019, at 06:23, kxrf97 ***@***.***> wrote:
@sundar19
Wheel alignment are having no problem, the command prompt keep showing right , should not be the alignment problem. Did you manage to finish this project.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@kxrf97 I used Cascade classifier of left direction sign to finish my project . The neural network you use will be efficient only when the streaming rate is good. Switch off the car and move the car by hand whether the camera lags,if that's the case Cascade classifier is the only solution |
Can you send me any tutorial about that? How you use cascade classifier to finish the project. My streaming rate is abit laggy... I guess no smooth as i think... |
Normally cascade classifier is use for object detection. How can you apply on the track |
Yes i would love to know how you changed the classifier, again its not the smoothest but the connection should be fast enough.
…Sent from my iPhone X
On 8 Mar 2019, at 05:58, kxrf97 ***@***.***> wrote:
Normally cascade classifier is use for object detection. How can you apply om the track
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
https://github.com/ryangmolina/rpi-car-arrow-detection-using-cascade-classifier?files=1 Take Cascade classifier for left or right sign from this link and include your right or left turn functions in rc_driver_helper.py |
Yes I am facing the same issue, it always wants to make a 'right' turn. However on a different training set, it always made a 'forward' prediction. And on yet another one, where I trained it to only go 'forward' or 'left', it did output 'forward' and 'left' but the predictions were not correct at all. Not sure if its a training problem or something else. |
@somalwar have u solved that problem |
@VishalWrench No I haven't. I plan to use Tensorflow in the future, maybe that will give better results. |
@somalwar thanks for replying yeah i am also trying to implement this in keras |
@somalwar @VishalWrench Did either of you guys end up figuring out how to get the car to stop just going right all the time? was it an issue with the training? |
Im having the same issue and cant figure out whats wrong |
I have followed the instructions as part of a college project, after managing to set up all of the python code, i have trained the car with 6 .npz files which modify the nm_model.xml, however when i run the main program (rc_driver) along with stream and ultrasonic files on the PI, the car just wants to turn right all of the time, i will continue to add training data but could do with some guidance as to where i could be going wrong? Thanks,
The text was updated successfully, but these errors were encountered: