Upload field_map.json with huggingface_hub
Browse files- field_map.json +16 -0
field_map.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"height": "stature",
|
| 3 |
+
"chest": "chestcircumference",
|
| 4 |
+
"waist": "waistcircumference",
|
| 5 |
+
"hip": "buttockcircumference",
|
| 6 |
+
"shoulder": "biacromialbreadth",
|
| 7 |
+
"sleeve": "sleevelengthspinewrist",
|
| 8 |
+
"collar": "neckcircumference",
|
| 9 |
+
"inseam": "crotchheight",
|
| 10 |
+
"outseam": "waistheightomphalion",
|
| 11 |
+
"thigh": "thighcircumference",
|
| 12 |
+
"calf": "calfcircumference",
|
| 13 |
+
"cuff": "wristcircumference",
|
| 14 |
+
"ankle": "anklecircumference",
|
| 15 |
+
"total_length": "cervicaleheight"
|
| 16 |
+
}
|