AutonomousDrivingCookbook
AutonomousDrivingCookbook copied to clipboard
Scenarios, tutorials and demos for Autonomous Driving
**Your issue may already be reported! Please make sure to search all open and closed issues before starting a new one.** I run the testmodel last cell. ValueError: cannot reshape...
Hi, i started train model with custom dataset and after 24 epochs i've got error: Traceback (most recent call last): File "train_model.py", line 94, in validation_data=eval_generator, validation_steps=num_eval_examples//batch_size, verbose=2) File "C:\Python36\lib\site-packages\keras\legacy\interfaces.py",...
## Problem description After running second box - despite printing out "connection successful" the next box does not run. The following boxes simply have * mark. ## Problem details Next...
 My training is not starting. I have used python 3.6 with tensorflow gpu 1.8.0 and keras 2.1.2. Also I have a Geforce GTX 3060 running on my computer. So...
Just to share my port on Kaggle [AirSim End-to-End Learning](https://www.kaggle.com/rkuo2000/airsim-end-to-end-learning) To make it work on Kaggle with Keras 2.6.0, Cooking.py and Generator.py are modified in my [github fork](https://github.com/rkuo2000/AutonomousDrivingCookbook) It seems...
## Problem description AttributeError: module **'keras.preprocessing.image' has no attribute 'flip_axis'** but I can look at the object and see it. ## Problem details I solved my problems with getting past...
JSONDecodeError: Expecting value: line 14 column 1 (char 354) Is it a problem with the version? You get the same error when you try different versions. How do I solve...
**Your issue may already be reported! Please make sure to search all open and closed issues before starting a new one.** Please fill out the sections below so we can...
## Problem description I am trying to use images in batches of frames and use Conv3D in my model; so I need to enter the images in the same order...
## Problem description Stops with error in generating test/validation dataset of .h5 files in **DataExplorationAndPreparation** It seems it creates **train.h5** but does not create **test.h5** and **eval.h5** ## Problem details...