PAD
PAD copied to clipboard
About LEGO_3D.py
In LEGO_3D.py. mask = imageio.read(mask) mask = cv2.resize(x, (self.size, self.size), interpolation=cv2.INTER_AREA)
Are you sure it's not "mask = cv2.resize(mask, (self.size, self.size), interpolation=cv2.INTER_AREA)"?