Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about red-green light in close-loop simulation #20

Open
EcustBoy opened this issue May 9, 2023 · 3 comments
Open

Question about red-green light in close-loop simulation #20

EcustBoy opened this issue May 9, 2023 · 3 comments

Comments

@EcustBoy
Copy link

EcustBoy commented May 9, 2023

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 ~~

@ilnehc
Copy link
Contributor

ilnehc commented May 10, 2023

@EcustBoy Thank you for your question. Yes, it is of great help in closed-loop test. Sorry that we do not have the record for that ablation.

@EcustBoy
Copy link
Author

@EcustBoy Thank you for your question. Yes, it is of great help in closed-loop test. Sorry that we do not have the record for that ablation.

Thanks for reply~ Dr. chen,so it seems you have done some qualitative evaluation by video record, right? maybe you can provide some qualitative conclusion?

For example, I would like to know if the behavior of stopping at a red light mainly depends on front-view feature refinement design? And if such module is removed, will the model loss the ability to stop at a red light?

I think your conclusion will be helpful for my experiment~ I'll thanks much if you can provide some information

@ilnehc
Copy link
Contributor

ilnehc commented May 10, 2023

@EcustBoy Yes, we had such observation, thus we drew the conclusion that it was helpful. But we do not stored any qualitative results either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants