Commit
·
89c1af9
1
Parent(s):
de509b2
Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ pred_seg = upsampled_logits.argmax(dim=1)[0]
|
|
45 |
plt.imshow(pred_seg)
|
46 |
```
|
47 |
|
48 |
-
Labels:
|
49 |
|
50 |
|
51 |
### License
|
|
|
45 |
plt.imshow(pred_seg)
|
46 |
```
|
47 |
|
48 |
+
Labels: 0: "Background", 1: "Hat", 2: "Hair", 3: "Sunglasses", 4: "Upper-clothes", 5: "Skirt", 6: "Pants", 7: "Dress", 8: "Belt", 9: "Left-shoe", 10: "Right-shoe", 11: "Face", 12: "Left-leg", 13: "Right-leg", 14: "Left-arm", 15: "Right-arm", 16: "Bag", 17: "Scarf"
|
49 |
|
50 |
|
51 |
### License
|