MichiGAN
MichiGAN copied to clipboard
MichiGAN: Multi-Input-Conditioned Hair Image Generation for Portrait Editing (SIGGRAPH 2020)
I'm having this issue while making inference on pretrained model. I googled it, and some says i misdownloaded the model, or the data, or something else. I have no idea...
Traceback (most recent call last): File "demo.py", line 521, in opt = DemoOptions().parse() File "/home/student/michigan_test/MichiGAN/options/base_options.py", line 235, in parse torch.cuda.set_device(opt.gpu_ids[0]) File "/home/student/anaconda3/envs/michigan_env/lib/python3.7/site-packages/torch/cuda/__init__.py", line 311, in set_device torch._C._cuda_setDevice(device) RuntimeError: CUDA error:...
Thanks for your work and sharing. Sorry to disturb you and I have a question........... I only want to change the hair styles and get the hair mask,and I hope...
Hello there, I'm trying to re-train MichiGAN on my custom dataset. I got few questions: **_1. Input shape:_** - Original Image: (x, x, 3) - Label: (x, x, 3) -...
Thank you for the insightful work! Could you provide us more details about the training process of background inpainter? I know that you cannot provide the codes due to the...
Hi,first thank you for your work! I found the generated hair region has low resolution than the target image,the target image and the reference image are both 512*512,what can I...
The test options at https://github.com/tzt101/MichiGAN/blob/master/options/test_options.py have flags ilke `--four_image_show` and `--input_relation` that have not been implemented. Is this intentional?
Thank you for your work! I run the inference script many times with different flags. Could you tell me how to achieve hair reshaping? Could you describe the preprocessing pipeline...
Nice Work! I want to take a look at the result of the structure painter. But I get a strange result. Are there any errors in my operation? Thank you...
Nice work! I want to train the orientation inpainting and stroke inpainting model by myself,what should i do? Another question is that, I see there is a blend network in...