Skip to content

Commit

Permalink
Update attribute list for cloth
Browse files Browse the repository at this point in the history
  • Loading branch information
Benteng Ma committed Jun 17, 2024
1 parent 235df48 commit 3dc0a8b
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,11 @@ def describe(self) -> dict:
print(self.attributes)

for attribute in ['short sleeve top', 'long sleeve top', 'short sleeve outwear',
'long sleeve outwear', 'shorts',
'trousers', 'skirt', 'short sleeve dress',
'long sleeve outwear',
# 'shorts',
# 'trousers',
# 'skirt',
'short sleeve dress',
'long sleeve dress', 'vest dress', 'sling dress', 'sleeveless top']:
result["attributes"][attribute] = False

Expand Down

0 comments on commit 3dc0a8b

Please sign in to comment.