79 lines
5.1 KiB
Python
79 lines
5.1 KiB
Python
|
|
top_description_list = [r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\top/length.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\top/type.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\top/sleeve_length.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\top/sleeve_shape.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\top/sleeve_shoulder.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\top/neckline.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\top/design.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\top/opening_type.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\top/silhouette.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\top/collar.csv']
|
||
|
|
|
||
|
|
top_model_list = ['attr_retrieve_T_length',
|
||
|
|
'attr_retrieve_T_type',
|
||
|
|
'attr_retrieve_T_sleeve_length',
|
||
|
|
'attr_retrieve_T_sleeve_shape',
|
||
|
|
'attr_retrieve_T_sleeve_shoulder',
|
||
|
|
'attr_retrieve_T_neckline',
|
||
|
|
'attr_retrieve_T_design',
|
||
|
|
'attr_retrieve_T_optype',
|
||
|
|
'attr_retrieve_T_silhouette',
|
||
|
|
'attr_retrieve_T_collar'
|
||
|
|
]
|
||
|
|
|
||
|
|
bottom_description_list = [
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\bottom/subtype.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\bottom/length.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\bottom/silhouette.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\bottom/opening_type.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\bottom/design.csv']
|
||
|
|
|
||
|
|
bottom_model_list = [
|
||
|
|
'attr_retrieve_B_subtype',
|
||
|
|
'attr_retrieve_B_length',
|
||
|
|
'attr_retrieve_B_silhouette',
|
||
|
|
'attr_recong_B_optype',
|
||
|
|
'attr_retrieve_B_design']
|
||
|
|
|
||
|
|
outwear_description_list = [r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\outwear/length.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\outwear/sleeve_length.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\outwear/sleeve_shape.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\outwear/sleeve_shoulder.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\outwear/collar.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\outwear/design.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\outwear/opening_type.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\outwear/silhouette.csv', ]
|
||
|
|
|
||
|
|
outwear_model_list = ['attr_recong_O_length',
|
||
|
|
'attr_retrieve_O_sleeve_length',
|
||
|
|
'attr_retrieve_O_sleeve_shape',
|
||
|
|
'attr_retrieve_O_sleeve_shoulder',
|
||
|
|
'attr_retrieve_O_collar',
|
||
|
|
'attr_retrieve_O_design',
|
||
|
|
'attr_recong_O_optype',
|
||
|
|
'attr_retrieve_O_silhouette']
|
||
|
|
|
||
|
|
dress_description_list = [ # r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\dress/D_length.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\dress/sleeve_length.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\dress/sleeve_shape.csv',
|
||
|
|
# r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\dress/D_sleeve_shoulder.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\dress/neckline.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\dress/collar.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\dress/design.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\dress/silhouette.csv',
|
||
|
|
r'E:\workspace\trinity_client_aida\app\service\attribute\config\descriptor\dress/type.csv']
|
||
|
|
|
||
|
|
dress_model_list = [ # 'attr_recong_D_length',
|
||
|
|
'attr_retrieve_D_sleeve_length',
|
||
|
|
'attr_retrieve_D_sleeve_shape',
|
||
|
|
# 'attr_retrieve_D_sleeve_shoulder',
|
||
|
|
'attr_retrieve_D_neckline',
|
||
|
|
'attr_retrieve_D_collar',
|
||
|
|
'attr_retrieve_D_design',
|
||
|
|
'attr_retrieve_D_silohouette',
|
||
|
|
'attr_retrieve_D_type'
|
||
|
|
]
|
||
|
|
|
||
|
|
category_description = './description/category/category_dis.csv'
|
||
|
|
category_model = 'attr_retrieve_category'
|