AbdoKamel / simple-camera-pipeline

A simple and light-weight camera image processing pipeline
MIT License
310 stars 51 forks source link

How can I get 'colour_demosaicing' module code? #6

Open TVanguard2018 opened 4 years ago

TVanguard2018 commented 4 years ago

Hi, I'm trying test your python demo, but the code doesn't work, the following error occurs: ModuleNotFoundError: No module named 'colour_demosaicing'. I'm looking forward your help.

AbdoKamel commented 4 years ago

Hi, You may need to install colour_demosaicing package. Try pip install colour-demosaicing or install it from https://pypi.org/project/colour-demosaicing/ I have updated the requirements.txt as well. Hope this helps!

ChengyuWang1007 commented 1 year ago

colour-demosaicingconda install colour-demosaicing