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

How should I understand the different set for depth(3) and pose(5) in --seq_length? #10

Closed
SlingHe opened this issue Jun 7, 2018 · 2 comments

Comments

@SlingHe
Copy link

SlingHe commented Jun 7, 2018

In the tutorial, you mention that

Note that for replicating depth and pose results, the --seq_length is suggested to be 3 and 5 respectively.

However in your source code, depth and pose estimation are trained together. How can you set different seq_length for the whole pipeline? I'm confused for a while.

@kristijanbartol
Copy link

I guess the best depth results are obtained using --seq_length=3 and separately, the best pose results are obtained using --seq_length=5. I don't think you can have both in the same pipeline.

@yzcjtr
Copy link
Owner

yzcjtr commented Jun 8, 2018

@kristijanbartol is right. They are trained with different sequence lengths as well as splits. You could read the experimentation part of our paper for more details.

@yzcjtr yzcjtr closed this as completed Jun 10, 2018
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

3 participants