Hi,
Thanks for your great work! When I tried PQ-Map.py to assess the quality map of an image with size (412, 548, 3), I get a bug:
vis = cv2_img * 0.4 + vis * 0.6
ValueError: operands could not be broadcast together with shapes (412,548,3) (548,412,3)
What is the problem?
Hi,
Thanks for your great work! When I tried PQ-Map.py to assess the quality map of an image with size (412, 548, 3), I get a bug:
What is the problem?