Martin Mohammed
Results
2
comments of
Martin Mohammed
It's crazy that this is still not fixed. However I have seen an solution that fixes this problem by changing the expansion style to ```.fill```
> This worked for me. Changing import in image_processing.py to: > > ``` > try: > import cv2 > except: > import opencv as cv2 > ``` I still get...