autorope / donkeycar

Open source hardware and software platform to build a small scale self driving car.
http://www.donkeycar.com
MIT License
3.05k stars 1.28k forks source link

Overwritting the data and mode inputs and outputs #1147

Open mohammadkhoubrou opened 8 months ago

mohammadkhoubrou commented 8 months ago

@Ezward There's a problem with my model on simulator. I have overwritten the data(like location data, pos/x,y,z) received in dgym.py file but every time I train a model(with linear model) , even with a large amount of data, I still don't get an acceptable result. I tried to check if the manifest file and catalogs were used in the training process by filtering the whole image black and only relying on manifest and catalog files. but I still didn't get to the answer of if the manifest and catalog files are used in the training process. so I have two questions:

  1. What can possibly be the reason I don't get the acceptable model?
  2. where can I find the data passed into neural network? I want to check and see if the data I have overwritten is still passed to NN?