中文名:白术
+中文名:{{ data }}
产地生境:分布中国江苏、浙江、福建、江西、安徽、四川、湖北及湖南等地,有栽培,但在江西、湖南、浙江、四川有野生,野生于山坡草地及山坡林下。模式标本采自日本的栽培类型。但日本无野生类型。日本的白术是十八世纪由中国引入作生药栽培的。
生长习性:白术喜凉爽气候,怕高温高湿环境,对土壤要求不严格,但以排水良好、土层深厚的微酸、碱及轻黏土为好。 平原地区要选土质疏松、肥力中等的地块。土壤过肥,幼苗生长过旺,易当年抽薹开花,影响药用质量。在山区可选择土层较厚,有一定坡度的土地种植。前茬最好是禾本科作物,不宜选择烟草、花生、油菜等作物茬,否则易发生病害。
diff --git a/MultiClass.py b/MultiClass.py index 0a1579a..c018f43 100644 --- a/MultiClass.py +++ b/MultiClass.py @@ -15,7 +15,7 @@ from paddle.io import Dataset train_parameters = { "input_size": [3, 224, 224], # 输入图片的shape "class_dim": -1, # 分类数 - "src_path": "D:/aistudio/data/data55190/Chinese Medicine.zip", # 原始数据集路径 + "src_path": "D:/aistudio/data/dataset/Chinese Medicine.zip", # 原始数据集路径 "target_path": "D:/aistudio/data/", # 要解压的路径 "train_list_path": "D:/aistudio/data/train.txt", # train.txt路径 "eval_list_path": "D:/aistudio/data/eval.txt", # eval.txt路径 @@ -400,7 +400,7 @@ def load_image(img_path): return img -infer_src_path = 'D:/aistudio/data/data55194/Chinese Medicine Infer.zip' +infer_src_path = 'D:/aistudio/data/dataset/Chinese Medicine Infer.zip' infer_dst_path = 'D:/aistudio/data/' unzip_infer_data(infer_src_path,infer_dst_path)