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

DOS_ 02_ Town05.xml #7

Open
a1wj1 opened this issue Jul 13, 2023 · 10 comments
Open

DOS_ 02_ Town05.xml #7

a1wj1 opened this issue Jul 13, 2023 · 10 comments

Comments

@a1wj1
Copy link

a1wj1 commented Jul 13, 2023

Hello, I am using DOS_ 02_ Town05.xml ran a route experiment and I couldn't see any occlusion scenes in the window. My agent called auto_ Pilot. py. May I ask why? In addition, the car has been parked on this interface for a long time, and Carla has not been stuck. I don't know why?

1689218243045

@deepcs233
Copy link
Collaborator

Hi!
Did you set DOS_ 02_ Town05.json correctly? And which route id is this?

By the way, i recommend you use a agent that do not cheat like interfuser agent, because auto_ Pilot. py can obtain the information of all objects although some of them are occluded.

@a1wj1
Copy link
Author

a1wj1 commented Jul 13, 2023

1689230976772
I found that pedestrians wait for the first two yellow vans to pass before starting to cross the road. Is this not consistent with the description in the paper?

@a1wj1
Copy link
Author

a1wj1 commented Jul 13, 2023

I just want to see the scene display of obstructed routes, but I haven't considered testing the model yet

@a1wj1
Copy link
Author

a1wj1 commented Jul 13, 2023

1689232323439
In this case, the pedestrians did not move, shouldn't they have crossed the road?

@deepcs233
Copy link
Collaborator

Hi!
Please provide your run scirpt, and the cheated agent like 'auto_agent' will wait the occluded pedestrians. So i recommend you to change the agent. The 'occlusion' of pedestrians denotes the view from the driver, not the birdview or the view with a certain height like the image you provided.

I found that pedestrians wait for the first two yellow vans to pass before starting to cross the road. Is this not consistent with the description in the paper?

It's hard to develop pedestrians suddenly emerge from the sidewalks in the existing carla framework, so we initlize two pedestrians at the sidewalks to simulate this scenario. But from the driver view, they are the same.

In this case, the pedestrians did not move, shouldn't they have crossed the road?

The pedestrians will cross the road when the ego car is close enough to them. But your cheated agent will detect them and wait them alghough they are occluded. This can get into a deadlock-like state. So i recommend you to change a normal agent without using extra information.

@a1wj1
Copy link
Author

a1wj1 commented Jul 13, 2023

I changed the agent but the same effect was achieved. I used the agent from the TCP code(https://github.com/OpenDriveLab/TCP/). Perhaps this agent also stopped early.

@a1wj1
Copy link
Author

a1wj1 commented Jul 13, 2023

I understand that pedestrians only begin to cross the road when the autonomous vehicle approaches the intersection. If the autonomous vehicle stops at a distance, pedestrians will not move, while the tow yellow vans is only affected by traffic lights. May I ask if this understanding is correct?

@a1wj1
Copy link
Author

a1wj1 commented Jul 13, 2023

1689234823145
In this situation, the autonomous vehicle is already very close to the pedestrian, but the pedestrian has not moved either? Is this also a deadlock-like state?

@deepcs233
Copy link
Collaborator

deepcs233 commented Jul 13, 2023

Could you provide the run script and the image from the driver view?
If the car doesn't see the pedestrian but stops early, we do not consider this type of scenarios. Could you try other routes?

the tow yellow vans is only affected by traffic lights

Maybe it was stopped for too long? We didn't find this situation in our tests, these trucks would remain stationary until the end of the scenario.

@a1wj1
Copy link
Author

a1wj1 commented Jul 13, 2023

OK,I will conduct more tests, and if there are any further questions, I will ask you again. Thank you.

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