-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Traceback (most recent call last):
File "/content/ImageTransformer/main.py", line 119, in
im.convolve(kernel)
File "/content/ImageTransformer/ImageHandler.py", line 61, in convolve
self.convolveH(np.array(self.image),kernel)
File "/content/ImageTransformer/ImageHandler.py", line 75, in convolveH
newvalue+=matrix[yind][xind]*kernel[ky][kx]
IndexError: only integers, slices (:), ellipsis (...), numpy.newaxis (None) and integer or boolean arrays are valid indices
Facing this error, please help me debug this. Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels