参数调好了
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ for dataset in tqdm(datasets_rgb, desc='正在求人脸特征'):
|
||||
features.append(face_descriptor)
|
||||
|
||||
# 生成负样本
|
||||
for i in tqdm(range(len(features) * 2048), desc='正在生成负样本'):
|
||||
for i in tqdm(range(len(features) * 75), desc='正在生成负样本'):
|
||||
negative_sample = gen_negative_samples()
|
||||
negative_samples.append(negative_sample)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user