color_calibration
color_calibration copied to clipboard
How to run the file test.py?
I put an argument dst = 'Macbeth_D50_2' in function test() of function test_2(), but that raised an error: only integer scalar arrays can be converted to a scalar index. Then I append an order: self.dst = np.array(self.dst) in file ccm.py between line 36 and line 37, another error occurred: too many indices for array. So how to run the file test.py?