質問編集履歴
1
コードの一部を削除しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -17,12 +17,10 @@
|
|
17
17
|
import urllib.parse as parse
|
18
18
|
import os, re, time
|
19
19
|
|
20
|
-
pip install image
|
21
20
|
from PIL import Image
|
22
21
|
import os, glob
|
23
22
|
import numpy as np
|
24
23
|
|
25
|
-
pip install np_utils
|
26
24
|
from keras.utils.np_utils import to_categorical
|
27
25
|
root_dir=r'C:\Users\Fashion'
|
28
26
|
categories=['Blouse','Jacket','Jeans','Parka','Skirt','Tee']
|