Replies: 1 comment 2 replies
-
|
Hi @BAJimH, Are you running on the latest? We released a new version (0.2.4) a few hours ago that is compatible with Colour 0.4.3. I can confirm that the examples run properly with it. Cheers, Thomas |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Thanks for this lib
I wonder why the function demosaicing_CFA_Bayer_bilinear(CFA) reports "TypeError: unhashable type: list " while I input a 2D numpy array.
I also try the example in your document, that is
demosaiced = demosaicing.demosaicing_CFA_Bayer_bilinear(np.array( [ [0.30980393, 0.36078432, 0.30588236, 0.3764706], [0.35686275, 0.39607844, 0.36078432, 0.40000001], ]))It reports the same error.
could you please tell me the probable cause?
Beta Was this translation helpful? Give feedback.
All reactions