top_description_list = ['app/service/attribute/config/descriptor/top/length.csv', 'app/service/attribute/config/descriptor/top/type.csv', 'app/service/attribute/config/descriptor/top/sleeve_length.csv', 'app/service/attribute/config/descriptor/top/sleeve_shape.csv', 'app/service/attribute/config/descriptor/top/sleeve_shoulder.csv', 'app/service/attribute/config/descriptor/top/neckline.csv', 'app/service/attribute/config/descriptor/top/design.csv', 'app/service/attribute/config/descriptor/top/opening_type.csv', 'app/service/attribute/config/descriptor/top/silhouette.csv', '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 = [ 'app/service/attribute/config/descriptor/bottom/subtype.csv', 'app/service/attribute/config/descriptor/bottom/length.csv', 'app/service/attribute/config/descriptor/bottom/silhouette.csv', 'app/service/attribute/config/descriptor/bottom/opening_type.csv', '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 = ['app/service/attribute/config/descriptor/outwear/length.csv', 'app/service/attribute/config/descriptor/outwear/sleeve_length.csv', 'app/service/attribute/config/descriptor/outwear/sleeve_shape.csv', 'app/service/attribute/config/descriptor/outwear/sleeve_shoulder.csv', 'app/service/attribute/config/descriptor/outwear/collar.csv', 'app/service/attribute/config/descriptor/outwear/design.csv', 'app/service/attribute/config/descriptor/outwear/opening_type.csv', '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 = [ # 'app/service/attribute/config/descriptor/dress/D_length.csv', 'app/service/attribute/config/descriptor/dress/sleeve_length.csv', 'app/service/attribute/config/descriptor/dress/sleeve_shape.csv', # 'app/service/attribute/config/descriptor/dress/D_sleeve_shoulder.csv', 'app/service/attribute/config/descriptor/dress/neckline.csv', 'app/service/attribute/config/descriptor/dress/collar.csv', 'app/service/attribute/config/descriptor/dress/design.csv', 'app/service/attribute/config/descriptor/dress/silhouette.csv', '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'