-
https://github.com/Honlan/BeautyGAN
-
Pyright can't resolve opencv module but actually the statement `import cv2` has been successful.
![Snipaste_2019-08-19_23-12-20](https://user-images.githubusercontent.com/33576822/63277217-882e3e8…
-
Since tensorflow is running very well on my machine, I assume the env is configured correctly.
What could be the problems and how I may fix it?
`
results = self.detector.object_detection(images…
-
I've looked it over. Cool project!
Where do would you like to start?
-
Thanks for your great work
To run the vis_correspondence.py,
I setup this repo and preparing real data(LSUN cat) but the following error appear
```
Traceback (most recent call last):
File …
-
hello~, did you do some temporal constraint on training? i find that female videos has not a lot flicker~~
-
Hi, is there an option to add support for higher quality output?
I tried using SRgan for this, but result wasn't good enough..
-
Thank you for your great work.
Should `p_ema.copy_(p_ema)` to be `p_ema.copy_(p)`?
` else:
for p_ema, p in zip(G_ema.parameters(), G.parameters()):
p_ema.co…
-
I am trying to do unpaired image to image translation on my own dataset, which consists of 256*256 eight-bit grayscale images.
I changed the 85: 'image_shape' : (3, 256, 256), to 'image_shape' : (1, …
-
通过使用paddle复现论文UGATIT过程中出现的问题:
在执行下面一句代码时,程序一直运行,无报错,但是始终无法执行到下一句代码,卡死在这句指令运行:
![image](https://user-images.githubusercontent.com/45365909/90586954-e81d3500-e20a-11ea-8817-40db5fc38135.png)
程序运行到第一个…