Asit Kumar Dash

Results 1 comments of Asit Kumar Dash

replace line 74 - return Image.open(filePath)._getexif()[DateTimeOriginalKey] on return Image.open(filePath) in **sizeToFace.py** After that, replace line 159 - if self._finalImg == None: to if self._finalImg is None: in **FaceImage.py** Then it...