You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
@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.
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.
The text was updated successfully, but these errors were encountered: