Facial_Details_Synthesis
                                
                                 Facial_Details_Synthesis copied to clipboard
                                
                                    Facial_Details_Synthesis copied to clipboard
                            
                            
                            
                        AttributeError: 'Image' object has no attribute 'ndim'
Thank you for your work. I run facialDetails.py with the following error:
Traceback (most recent call last):
File "facialDetails.py", line 307, in 
What is the cause of this error and how can I solve it?Thank you.
try conda install scikit-image=0.14.2
try conda install scikit-image=0.14.2
Thank you ! I tried to change the version of scikit-image and the problem was solved.
try conda install scikit-image=0.14.2
Thank you!