BUG: SemiSupCompletionModel do not flip back the output['inv_depths_rgbd']
chenjx1005 opened this issue · 1 comments
chenjx1005 commented
Bug appears when I train SemiSupCompletionModel. The DEPTH_PP_GT metric is much worse than DEPTH_GT of my re-trained model.
I check the traning code. In
, I found if flip is True, you do flip back the output['inv_depths'] but not output['inv_depths_rgbd']. see:packnet-sfm/packnet_sfm/models/model_utils.py
Line 127 in f59b1d6
VitorGuizilini-TRI commented
Thank you for pointing that out! And thank you for your PR, I will take a look and merge soon.