Yatharth Ahuja
Results
1
comments of
Yatharth Ahuja
Hello! Sorry for the delay. From the following snippet:(numpy_spatial_transform.py, line ~86) if im.ndim == 3: #print(im.shape) num_channels = im.shape[2] print(wa.shape) wa = np.expand_dims(wa, 1) wb = np.expand_dims(wb, 1)#2) wc =...