cvondrick / vatic

Efficiently Scaling Up Video Annotation with Crowdsourced Marketplaces. IJCV 2012
http://mit.edu/vondrick/vatic/
MIT License
607 stars 255 forks source link

fixed Pillow imports #44

Closed Vadman97 closed 7 years ago

Vadman97 commented 8 years ago

Using import Image does not work with the latest versions of Pillow. In this version I have changed all PIL related imports to use the proper import format from PIL import <class>