yataoz

Results 6 issues of yataoz

Is there any layer I can use to do convolution on binary inputs and weights. I saw the BinaryLinear layer uses XNOR and bitcount operations to replace matrix multiplication. What...

Hi, Thanks for making the code available for this awesome work! I was wondering which test_choice did you use when reporting the accuracies in the paper? RESIZE or HYBRID?

Hi, thanks for the awesome work! I've sent a dataset request to your email. Could you check your gmail.com inbox? Really appreciate it!

Does anyone happen know how to handle the cropped images in test set? For some sequence, there are duplicate frames, one is full frame and the other is cropped. Will...

Thanks for the great work! I was wondering how you preserved the subject identity/appearance after face reenactment on real images? Did you use some GAN inversion approach to compute the...

Hello, I'm trying to figure the correct input channel order for the model. In **rt_gene_standalone/estimate_gaze_standalone.py**, you used cv2.imread to read the image as BGR, and I don't see anywhere else...