参数调好了

This commit is contained in:
2024-12-15 20:03:39 +08:00
parent f322fabf50
commit af5cfcb370
+1 -1
View File
@@ -68,7 +68,7 @@ for dataset in tqdm(datasets_rgb, desc='正在求人脸特征'):
features.append(face_descriptor) 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_sample = gen_negative_samples()
negative_samples.append(negative_sample) negative_samples.append(negative_sample)