dk - edit

This commit is contained in:
2026-07-09 18:16:06 +09:00
parent dda1759322
commit 4f1c320b3b
25 changed files with 1744 additions and 4 deletions
+16
View File
@@ -0,0 +1,16 @@
The 23 attributes are:
| attribute | representation in file | label |
| gender | gender | male(1), female(2) |
| length of upper-body clothing | top | short upper body clothing(1), long(2) |
| wearing boots | boots | no(1), yes(2) |
| wearing hat | hat | no(1), yes(2) |
| carrying backpack | backpack | no(1), yes(2) |
| carrying bag | bag | no(1), yes(2) |
| carrying handbag | handbag | no(1), yes(2) |
| color of shoes | shoes | dark(1), light(2) |
| 8 color of upper-body clothing | upblack, upwhite, upred, uppurple, upgray, upblue, upgreen, upbrown | no(1), yes(2) |
| 7 color of lower-body clothing | downblack, downwhite, downred, downgray, downblue, downgreen, downbrown | no(1), yes(2) |
Note that the though there are 7 and 8 attributes for lower-body clothing and upper-body clothing, only one color is labeled as yes (2) for an identity.