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
I am trying to create the following function but getting an error can someone help
def sidebyside(il,ir):
heightl, widthl = il.shape[:2]
heightr, widthr = ir.shape[:2]
I was able to solve it but I think there can be a simpler solution. Please suggest you anyone has tried a different approach
def sidebyside(il,ir):
heightl, widthl = il.shape[:2]
heightr, widthr = ir.shape[:2]
I am trying to create the following function but getting an error can someone help
def sidebyside(il,ir):
heightl, widthl = il.shape[:2]
heightr, widthr = ir.shape[:2]
The text was updated successfully, but these errors were encountered: