-
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
TRAINING... #173
Comments
@SaiSurya9999 Make sure to slow down the car before collecting data, if it runs too fast, the video streaming couldn't keep up. |
|
I have slowed the vehicle so no problem about speed or stream rate cope up.. |
@SaiSurya9999 You can collect multiple times and then train together. If you are satisfied what you have collected, yes, then you need to delete that file before training again. |
Hi |
@Sirajabudabe Since it's duplicated with another thread of yours, I'll close the other one. Can you upload your data? |
How to reset the neural network model as a baby to train it again with nice balanced data..?? |
@SaiSurya9999 All model related stuff is in |
@hamuchiwa What is your training accuracy when you successfully made the car play with corners..?? |
@hamuchiwa https://drive.google.com/drive/folders/1D2WbSvCy1LnNEoIAA69qk_IvJFVrXvgO |
@Sirajabudabe Can you remove the permission, I'll let you know after downloading, then you can delete the file. |
https://drive.google.com/file/d/1kcK2YEr8PdTN50MhcPSfWqxI0GHSEC-a/view?usp=sharing |
@Sirajabudabe I have uploaded a jupyter notebook using keras. After a quick run, as you can see from the plots, the model is overfitting, I'll leave it to you for tuning. Good luck! |
@hamuchiwa sorry but am not really familiar to deep learning and machine learning techniques , how can i run this model |
Then file Untitled.ipynb.zip, how does it apply to training? |
@Sirajabudabe @PuriHa It's in jupyter notebook format, unzip it, then open it in jupyter. To open it, start a command line window, then do |
@hamuchiwa And what should I do with the file Untitled.ipynb,zip? I should try to run the code in the file? I don't know, how does it apply to training? How can I run the code in a file jupyter notebook? And what are the steps? Why didn't the code be put in the Github? Provide clear codes and procedures. |
@hamuchiwa the Untitled.ipynb.zip gives trained model as model_test.h5. |
@hamuchiwa My question is the same as @rahulkvr how to use the Untiteld.ipynb file in rc_driver_nn_only ??? |
@Sirajabudabe I think I have included the code on how to load model and make predictions in the notebook. Since the model is in Keras not in OpenCV, so you need to modify the code of loading and predicting in rc_driver_nn_only.py. |
@hamuchiwa Sir can you please share the modified jupyter notebook file with code for loading and predicting using Keras. |
@rahulkvr It's in the notebook. |
@hamuchiwa I want to run the car using the saved model of keras. But in the rc_driver_nn_only.py it is not possible. Can you modify that particular python code and upload here. |
@SaiSurya9999 could you please upload your training model, or the parameters of neural network (hidden layers iterations ....etc) thanks in advance @hamuchiwa |
hello One more porblem we've had is our rc car speed. how did you slow down your rc car's speed ? Best regards |
Dear @SaiSurya9999 could you please contact me on e-mail : [email protected] |
@rahulkvr did you manage to solve the issue? |
No, I couldn't resolve it. |
-- I have few doubts in training all set hardware is assembled and at last came to the training phase.
-- I have uploaded an image where you can see my training track.
-- Should we do the total training session in one execution of collect_training.py..??
-- For each execution there is an npz file created if we use one npz file the previous npz file which we trained is dumped..??
-- Could you give me your 300 images npz file or collection of those so that i can use them and train my model fast with more data.
-- When i place my npz file in model_test pynb file then i get some size error i have uploaded that below.
The text was updated successfully, but these errors were encountered: