This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import the necessary packages | |
from PIL import Image | |
import turicreate as tc | |
import progressbar | |
import glob | |
import os | |
def pil_to_tc(pilImage): | |
# grab the PIL image dimensions, convert the data into a byte | |
# array, and then build the turicreate image |