-
Notifications
You must be signed in to change notification settings - Fork 5
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
pose_refinement error & failed to estimate pose in other dataset #4
Comments
Hi, thanks for your attention in our work! It seems that the poses are not loaded correctly, so the parameter block is not found during BA. The pose refinement codes has been checked before upload, but it includes some absolute path in the current state. |
Hi, could you provide the sparse reconstruction model for Waymo-100613 from stpr? I want to compare the estimated poses with mine. |
Hi, how did you load your poses? For our stpr, we use the standard opencv coordinate. For the demo scene Waymo-100613, the c2w loaded from scenario.pt is also in opencv coordinate (you can also check in https://github.com/PJLab-ADG/neuralsim/blob/main/docs/data/autonomous_driving.md). Referring to your posted images, it seems that your Fig. 1 and Fig. 2 do not compare rendered images of stpr and original poses at the same timestamp. More importantly, our stpr could alleviate the blurriness in the overlapping region of different cameras, such as the following image. But not the global blurriness you mentioned. In my opinion, your rendered images appear blurrier than the original image because the used rendering algorithm lacks proper anti-aliasing design or has limited abilities to model large scenes. I guess that you use instant-ngp or mipnerf360 from nerfstudio, which are known to produce blurry results when rendering self-driving scenes (also shown in our paper). Finally, I can not access to the laboratory server data from the outside network during winter break. I will share my poses later. |
Hi, thank you for your reply.
|
|
Thanks for your reply.
|
If you switch to the OpenCV coordinate system, all the poses involved in your calculations should be transformed to the OpenCV coordinate system as well. It seems like you might be mixing OpenCV coordinate with other coordinates in your usage. If your data contains depth, one simple way to check whether your converted poses are correct is to accumulate the point cloud obtained through backprojection frame by frame and load it into COLMAP. By doing so, you can check the positions of the points and their relationship with the coordinate system. |
@szhang963 Hi I am getting the same error.
Could you provide how you solved this problem by "fixing the camera poses?" |
Hi, I am very interested in your great work.
What causes it? However, I can still get the sparse point and camera pose in the images.bin file, and is the pose in the images.bin refined?
Could you provide me with some help?
Thanks in advance!
The text was updated successfully, but these errors were encountered: