-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用lightened_cnn.py训练 CASIA-WebFace ,accuracy 一直都小0.1,是为什么呢? #31
Comments
i don't know, because no detail about your experiment. |
一、数据集CASIA-webface 二、数据清洗方法: 三、制作数据集 the number threads used for align data, you shold change this depend on your environmentnum_process=4 step1:align the face iamgeif ! [ -e $align_data_path ];then step2: generate .lst for im2recif ! [ -e ${list_name}image_train.lst ];then step3: use img2rec to generate .rec file for trainingif ! [ -e ${rec_name}_train.rec ]; then 四、数据集类数和训练样本数 五、训练源码 import argparse,logging logger = logging.getLogger() def group(data, num_r, num, kernel, stride, pad, layer): def lightened_cnn_a_feature(): def lightened_cnn_a(num_classes=10575): def lightened_cnn_b_feature(): def lightened_cnn_b(num_classes=10575): class MySpeedometer(object):
def main():
if name == "main":
六、现象及问题: |
No description provided.
The text was updated successfully, but these errors were encountered: