DeepFaceLab
DeepFaceLab copied to clipboard
xseg only add , 'xseg_mask': array([[137],[ 80],[ 78],...,[ 66],[ 96],[130]], dtype=uint8)}) to metadata
Im finally realize to make meta.dat readable i simply have to pickle it. but every single jpg file that have been xseg applied only add this exactly 'xseg_mask': array([[137],[ 80],[ 78],...,[ 66],[ 96],[130]], dtype=uint8) to it dictionary I even remove xseg and conpare with the xseg one and the only different is just that.All landmark point is the same. This doesn't make any sense.
apparently it some kind of length limit.so i save it as json file instead
Issue solved / already answered (or it seems like user error), please close it.