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
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,
The text was updated successfully, but these errors were encountered:
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.
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,
The text was updated successfully, but these errors were encountered: