-
Notifications
You must be signed in to change notification settings - Fork 67
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
Comments
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? |
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. |
@onionysy Can you share the source code? Thank you very much,[email protected] |
@onionysy Can you share the source code? Thank you very much,[email protected] |
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.
The text was updated successfully, but these errors were encountered: