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!