How to display the main image after rendering?
Closed this issue · 6 comments
Hey how did you make it to work? I am getting this error Carla ROOT has not been set.
My hardware is Carla 9.13 on Windows System.
I encountered a strange issue where the main image is not being displayed. I downloaded your code and ran the environment, but the main image is not showing. Have you encountered this issue before, and how can it be resolved?
Hey, I met the same problem too. Could you please advise me on how to address it? I would greatly appreciate any suggestions or guidance you could provide.
Hey, I met the same problem too. Could you please advise me on how to address it?
Hi, I met this problem too. The training process seems still work, while I`m wondering how this could this be solved?
I found that although the training code is not displayed, the test code can be displayed.
Hi! To render the back-top camera view of the car during training, set the variable activate_spectator=True.
Note that this flag is always set to True
during testing/evaluation. However, in training, it’s False
by default to save computational resources.
If you encounter any further issues, feel free to ask!