feat generate sketch 新增 服装类别识别

This commit is contained in:
zhouchengrong
2024-04-24 13:47:25 +08:00
parent 123fecbf72
commit 3cdeb32443

View File

@@ -1,7 +1,7 @@
labelName,join_attr,taskName,taskId labelName,join_attr,taskName,taskId
top,attr_top,category,1 Blouse,attr_top,category,1
pants,attr_pants,category,1 Trousers,attr_pants,category,1
skirt,attr_skirt,category,1 Skirt,attr_skirt,category,1
dress,attr_dress,category,1 Dress,attr_dress,category,1
outwear,attr_outwear,category,1 Outwear,attr_outwear,category,1
jumpsuit,attr_jumpsuit,category,1 Jumpsuit,attr_jumpsuit,category,1
1 labelName join_attr taskName taskId
2 top Blouse attr_top category 1
3 pants Trousers attr_pants category 1
4 skirt Skirt attr_skirt category 1
5 dress Dress attr_dress category 1
6 outwear Outwear attr_outwear category 1
7 jumpsuit Jumpsuit attr_jumpsuit category 1