Commit ae58b8ee by BellCodeEditor

save project

parent abe1f519
Showing with 5 additions and 11 deletions
from PIL import Image import jieba
import numpy as np
text = "鸡哥坤坤"
list = jieba.lcut(text)
img =Image.open("6x2.png") print(list)
print(img) \ No newline at end of file
value = np.array(img)
print(value)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment