Open luweishuang opened 2 years ago
self.height = height self.width = width seems not correct, but should be self.height = data["imageHeight"] self.width = data["imageWidth"]
@luweishuang Thankyou for sharing the solution.
This slove "ValueError: zero-size array to reduction operation minimum which has no identity" Thank you.
self.height = height self.width = width seems not correct, but should be self.height = data["imageHeight"] self.width = data["imageWidth"]