Datasets:
Upload monks.py
Browse files
monks.py
CHANGED
@@ -37,9 +37,9 @@ _ENCODING_DICS = {
|
|
37 |
2: "octagon",
|
38 |
},
|
39 |
"body_shape": {
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
},
|
44 |
"holding": {
|
45 |
0: "sword",
|
|
|
37 |
2: "octagon",
|
38 |
},
|
39 |
"body_shape": {
|
40 |
+
1: "round",
|
41 |
+
2: "square",
|
42 |
+
3: "octagon",
|
43 |
},
|
44 |
"holding": {
|
45 |
0: "sword",
|