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
Hello! @lpiccinelli-eth
Thanks for this outstanding work!
Recently I read your code and I was confused by the class RandomResize in unidepth.utils.transform. The following code is in line 783 and 784. if intrinsic is not None: intrinsic = [intrinsic[0], intrinsic[1], intrinsic[2]*resize_ratio, intrinsic[3]*resize_ratio]
Why the fx and fy are not changed after resize? Do you use this class during training?
The text was updated successfully, but these errors were encountered:
The RandomResize class is outdated, we use the ContextCrop class, you can check PR #76 (branch: training) to see how the data loading is actually carried out.
Hello! @lpiccinelli-eth
Thanks for this outstanding work!
Recently I read your code and I was confused by the class RandomResize in unidepth.utils.transform. The following code is in line 783 and 784.
if intrinsic is not None: intrinsic = [intrinsic[0], intrinsic[1], intrinsic[2]*resize_ratio, intrinsic[3]*resize_ratio]
Why the fx and fy are not changed after resize? Do you use this class during training?
The text was updated successfully, but these errors were encountered: