Vinit
Results
1
comments of
Vinit
@dhuadaar That error can be rectified by editing feature.py 1. Install PIL(Python Imaging Library) using: pip install Pillow 2. Remove import Image as im 3. Replace image = im.open(imagepath) as...