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
Why the target image (tgt_image) and source image (src_image_stack) need to be preprocessed before depth and pose prediction? tgt_image = self.preprocess_image(tgt_image) src_image_stack = self.preprocess_image(src_image_stack)
The text was updated successfully, but these errors were encountered:
Why the target image (tgt_image) and source image (src_image_stack) need to be preprocessed before depth and pose prediction?
tgt_image = self.preprocess_image(tgt_image)
src_image_stack = self.preprocess_image(src_image_stack)
The text was updated successfully, but these errors were encountered: