김성훈

Results 5 comments of 김성훈

I have the same problem. When using the render function with a trained model for inference, output remains same regardless of the input image, changing only due to xT.

Sure, here is the code cond = model.encode(input_image) xT = model.encode_stochastic(input_image, cond, T=50) pred = model.render(noise= xT , cond=cond, T=20) pred = (pred + 1) / 2 pred = pred[0]...

All right. I'll show you the whole process in detail Fisrt, I used the 98 epochs model learned from run_ffhq128.py. As you know, the file is divided into four parts,...

1. That's right, and not only when learned with my data, but also learned with ffhq data, I get the same problem. In fact, the model used on attachment is...

Thank you again for your advice. Additionally, I confirmed that the values of some parameters related to the encoder were zero for the checkpoint model I used. Then, finally, my...