yfji
yfji
How does CPMDataLayer work and what does the label looks like?
Hi author! Thanks for your work, it's very impressive and inspiring. My question is, how does the generated image keep some attributes of the target image, like pose and expression....
Hi! Thanks for your great work! I have a question about the hinge loss of the generator(line 28 in losses.py). It seems that this may cause negative loss and it...
It seems the code only realizes the location of the target.
Hi. I test the CP decomposition and I met a mistake returned by parafac: `last, first, vertical, horizontal = parafac(W, rank=rank, init='random') ValueError: not enough values to unpack (expected 4,...
How to train a net to detect people in the image? The network 'pose_deploy_copy_4sg_resize.prototxt' is for testing, so how to train this network? Thank you very much
Hi, thanks for your wonderful work! I have some questions when running main.py. When I load "front_texcoords.pkl", pickle returns an error "ValueError: could not convert string to float" When I...
Hi author, thanks for your impressive work! I have a question about my own video. After interpolating and gathering all frames into a video, I find that the video shakes...