TypeError: '<' not supported between instances of 'JpegImageFile' and 'JpegImageFile'
Hello!
I understand that it has been multiple years since this project began but this is kind of my last hope in terms of making a time-lapse from images that I have been taking for quite a while. I am getting an error which I do not know how to resolve myself and it would be appreciated if you could look into it. What you've done here is greatly helpful, so I would like to thank you for the time you spent on it.
C:\Users\User>python C:\Users\User\Downloads\facealign-master\facealign-master\src\sizeToFace.py C:\Users\User\Desktop\TimeLapse A:\My Files\Face Alignment Traceback (most recent call last): File "C:\Users\User\Downloads\facealign-master\facealign-master\src\sizeToFace.py", line 77, in <module> main() File "C:\Users\User\Downloads\facealign-master\facealign-master\src\sizeToFace.py", line 24, in main files = sortedImages(args[0]) File "C:\Users\User\Downloads\facealign-master\facealign-master\src\sizeToFace.py", line 68, in sortedImages files.sort(key=itemgetter(0,1)) TypeError: '<' not supported between instances of 'JpegImageFile' and 'JpegImageFile'
Please let me know if you need any further information, I would be happy to provide it.
Thanks!