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

Different sparse input when each sample input is loaded #32

Open
TruongKhang opened this issue Apr 12, 2020 · 3 comments
Open

Different sparse input when each sample input is loaded #32

TruongKhang opened this issue Apr 12, 2020 · 3 comments

Comments

@TruongKhang
Copy link

Hi,
I have read your implementation and I have a question about your implementation of sparse depth input generation in NYU dataset. You generated the sparse input when the ground truth depth is loaded by dense_to_sparse function. But this sparse input maybe not the same at the next epoch when the ground truth depth is loaded again.
Do I understand correctly? If I misunderstand something, please explain it for me!

Thanks,

@fangchangma
Copy link
Owner

fangchangma commented Apr 13, 2020

Hey @TruongKhang. You were right - the exact sampling pattern changes from frame to frame, and from epoch to epoch. This randomization is by design, such that the network does not overfit a particular set of sampling patterns.

@TruongKhang
Copy link
Author

@fangchangma , is it reasonable when compared with the baseline methods? The input now is different for all methods.

@fangchangma
Copy link
Owner

is it reasonable when compared with the baseline methods

Which baseline methods were you referring to?

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