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

Question about batch size and training time #5

Open
ziqi-zhang opened this issue Oct 19, 2018 · 1 comment
Open

Question about batch size and training time #5

ziqi-zhang opened this issue Oct 19, 2018 · 1 comment

Comments

@ziqi-zhang
Copy link

Hi,

In your paper you point out that batch size is set to 1 because of implementation, I guess it points to the implementation of DDVO algorithm. But I found that when training posenet, batch size is constrained to 1 in SfMKernel. Is that necessary?
assert(frames.size(0) == 1 and frames.dim() == 5)

And when I train DDVO without posenet it took me 3.5 hours to train half an epoch. I wonder is that a long time normal?

Thanks

@ziqi-zhang
Copy link
Author

And I have another question about test dataset. You said in the paper you use 28 sequences for testing, but you also said the performance was evaluated on the same 697 KITTI images from the Eigen's test split. I guess the result table of KITTI test set is based on 697 images. So I don't know how did you use the 28 sequences for testing?

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

1 participant