SwapNet
SwapNet copied to clipboard
Labels are off by 1, hats are missing
It seems that most of the labels (except hair) are off by 1. They deviate from the cloth labels in decode_labels.py. For example, face is said to be 13, according to the labels, but in the cloth segmentation numpy array, the face is represented by 12.
Additionally, hats are said to be 1 in the labels, and the issue with the labels being off by 1 causes the hats to be considered the background.
02_1_front.jpg
02_1_front.npz
Update: sunglasses are not labeled either