-
-
Notifications
You must be signed in to change notification settings - Fork 48
Description
Hi~ author, I tried to collect carla dataset with my own format by autopilot, and train in open-loop manner, then test my own
NN model in carla. But recently I notice it can't learn to stop in front of red light.
In my carla camera sensor setup, I use six 640*320 image with 90 degree FOV for all six views as model input. But I notice in STP3 model, in addition to four-view raw image, a separate front-view image feature is being input to GRU refinement module.
So I wonder whether or not such method is helpful in carla close-loop test?
Is there some ablation results? (it seems your paper only show such abalation experiment in open-loop nuscenes dataset?)
And I think if it's really helpful in close-loop test, maybe I can try such method in my model design? (i.e. use separate network to learn front-view image feature)
I'll thanks much for your reply ~~