Ying Xu

Results 5 issues of Ying Xu

Hello, I basically gave an input image, add noise to t=100, and then sample it back to t=1. I got these generated images with pure blue/green parts. Any ideas why...

Could you please update them?

I ran ``` python test_on_raw_video.py examples/shining.mp4 output ``` It returned me this error. Anyone has idea why this happened? Thanks! ``` THCudaCheck FAIL file=/opt/conda/conda-bld/pytorch_1579022060824/work/aten/src/THCUNN/generic/LeakyReLU.cu line=29 error=209 : no kernel image...

Hello! I have a problem understanding the code when it is online (episodic) and step=1. The output of the old model(before adaptation) is used for both backprop and accuracy calculation....

For example, the size of image [here](https://github.com/mike9251/simswap-inference-pytorch/blob/main/src/simswap.py#:~:text=detection%3A%20Detection%20%3D%20self.face_detector(image)) (It is not directing correctly. Should be on line 186, https://github.com/mike9251/simswap-inference-pytorch/blob/main/src/simswap.py#:~:text=detection%3A%20Detection%20%3D%20self.face_detector(image) ) is [4,3,256,256], how could we adapt the code? Thank you in...