person_generation_spt
person_generation_spt copied to clipboard
PyTorch Implementation for Unsupervised Person Image Generation with Semantic Parsing Transformation
Could you tell me how to train networks with a different dataset? Thank you.
it can't be recurrentted. I can't compare with my method.
it has been seven months
I uses the pre-trained models to test, but when I use this model test a new image, how can i generate an .npy file and keypoints.csv file ? Thanks for...
Is the part of semantic parsing transformation included in this code? I'm sorry but I can't find it.
Using 2to3 for a pre-screening and reformatting, then fix the float division problem by changing all `/` to `//`. Also, a bug related to string processing is fixed, where `split('\r\n')[0]`...