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

Questions about single view visualization before/After collaboration #133

Open
eyabesbes opened this issue May 9, 2024 · 0 comments
Open

Comments

@eyabesbes
Copy link

eyabesbes commented May 9, 2024

Hi,

I'm currently working on optimizing data sharing among autonomous vehicles (AVs), and I came across your work, which I will be using as a reference. So far, I have successfully replayed the scenarios and visualized the data in Carla. Now, I want to visualize the LiDAR data of each agent after feature extraction, both before and after fusion, in order to compare each agent's view before and after collaboration.

However, I noticed that when I try to visualize the data using models that utilize early fusion, I only get the data of the ego vehicle, and all the other data from the other AVs is projected onto the ego vehicle's data. Should I use the LateFusion Dataset (even though I'm using an early fusion model) to visualize the data of each agent instead of seeing only one agent's data?

Let's consider the scenario where I want to see the view of each agent before collaboration using only PointPillars as a backbone for feature extraction. In this case, what should I do exactly?

And as for the scenario where I want to see each agent's view after collaboration using an early fusion method (e.g., Point_Pillar_early_fusion), what should I do exactly in this case?

@eyabesbes eyabesbes changed the title Questions about OpenCOOD Framework: Questions about single view visualization before/After collaboration May 10, 2024
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

1 participant