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

Virtual camera problem #9

Open
onionysy opened this issue Apr 5, 2023 · 4 comments
Open

Virtual camera problem #9

onionysy opened this issue Apr 5, 2023 · 4 comments

Comments

@onionysy
Copy link

onionysy commented Apr 5, 2023

This method uses virtual camera, which is a good idea. However, in the data processing stage, only the image is mapped to the virtual camera, and no corresponding transformation is done to the three-dimensional coordinate points.

@onionysy
Copy link
Author

onionysy commented Apr 5, 2023

In my understanding, when using the virtual camera, the coordinates are converted to the virtual camera coordinate system, not the original camera coordinate system. However, the 3D coordinates['xyz'] read in 'Dataloader' are still in the original camera coordinate system and should be converted to the virtual camera coordinate system. In fact, there is no such process during Dataloader. What is this because of?

@qinjian623
Copy link
Contributor

Hi,

The points in the 3D space are unified in the vehicle coordinate system, so there is no need to perform spatial mapping again. The VC is responsible for unifying the image pixel space.

@EnternalTwinkle
Copy link

@onionysy Can you share the source code? Thank you very much,1017094591@qq.com

@FeiyuLi1
Copy link

FeiyuLi1 commented Jan 8, 2024

@onionysy Can you share the source code? Thank you very much,2235104161@qq.com

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

4 participants