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

Poor performance on fast-moving data & inconsistent orientation on constant pose estimations #102

Closed
shzcuber opened this issue May 3, 2024 · 5 comments

Comments

@shzcuber
Copy link

shzcuber commented May 3, 2024

Hello,

I've noticed that the tracking performance seems to deteriorate with fast motion as shown in this video, even after raising my track_refine_iter to 100:

IMG_6222.MOV

I have a workaround by running the pose estimation more often to recalibrate the bounding box. However, this means the orientation will become inconsistent:

IMG_6221.MOV

Any advice on how to fix either of these issues? Thanks!

@wenbowen123
Copy link
Collaborator

Hi, it does not look like tracking issue. Even in the first frame, it does not look correct. There is likely something wrong with your depth/object textured mesh/mask. I'd suggest to search among the issues, since quite some are related.

@shzcuber
Copy link
Author

shzcuber commented May 8, 2024

Got it. Are you able to look at my data and let me know what the issue is? We were thinking there may be things wrong with our depth output since the output visually isn't totally black (unlike the images in the output example data), but we used the script in #44 for that, so I'm not sure how likely that is. Additionally for the mesh, we only have a .obj file and no .mtl files or texture files — is it possible that this is the issue?

https://drive.google.com/drive/folders/1bTsTsxpalcK_JtnvTo4MYKf_jFNOmif2?usp=sharing

@wenbowen123
Copy link
Collaborator

Like you said, I think both the depth and model have issues. Addressing these should make it much better.

@shzcuber
Copy link
Author

shzcuber commented May 9, 2024

Can you provide more details on what's wrong with the depth and the model? The depth seems to be in uint16 mm format. Do we need to add the mtl texture files for the obj?

@wenbowen123
Copy link
Collaborator

For object, how did you get the obj file? You need textures on it. You can use tools such as BundleSDF

For depth, refer to #112 (comment) to check the ply file.

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