Missing-Pixel-Filler
Missing-Pixel-Filler copied to clipboard
found some bugs in swath_activations.py
- the script is missing
import numpy as np
at the top - seems like the code is tested on images that are 224x224? I bumped into a lot of issues when the input image is not square
- it also seems like you got the x and y mixed up eh