microsoft / AirSim

Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
https://microsoft.github.io/AirSim/
Other
16.32k stars 4.55k forks source link

imitation_learning/drive_model.py ValueError #4744

Open Neurowerk opened 1 year ago

Neurowerk commented 1 year ago

imitation_learning/drive_model.py ValueError

Hi, i have trained model for imitation learning, when i run imitation_learning/drive_model.py, i've got next message: File "\AirSim\PythonClient\imitation_learning_test\drive_test.py", line 52, in image_buf[0] = get_image() ValueError: could not broadcast input array from shape (66,200,2) into shape (66,200,3)

I use latest AirSim release for Windows, v1.8.1 and Python 3.10

How is possible to fix this error?