Udon

Results 23 issues of Udon

Hi, @lukemelas ! Thank you very much to provide your cool work! I have a question about matting. In eigenvalue calculation, you do not separate the method between hard and...

HI, @amirhertz ! Thank you for sharing your cool work! I have a question about the learning rate of your null-text inversion. According to [a notebook](https://github.com/google/prompt-to-prompt/blob/main/null_text_w_ptp.ipynb), the learning rate is...

Hi, @lzqsd I'd like to ask about the format of spatially-varying lighting. In this Figure (f), you show the spatially-varying lighting. However, I've never seen this representation such as a...

Hi @zengxianyu !! Thank you for sharing your nice work! I’d like to ask you about how much generated images have diversity. I think your architecture depends on StyleGAN so...

Hello, thank you for sharing your nice project. In sec3.4, you write about how to get the instance masks, but I do not know where you apply the DenseCRF... For...

I fixed the typo, which is conolution -> convolution.

There are some implementation wrong. Point out that the place to put the condition is different. Add condition to output after convolution such like, Unofficial(this repository) + https://github.com/crcrpar/pytorch.sngan_projection/blob/master/models/discriminators/snresnet.py#L92 + https://github.com/crcrpar/pytorch.sngan_projection/blob/master/models/discriminators/snresnet64.py#L92...

bug
duplicate
good first issue
contribution welcome

Hi, Thank you for sharing the nice implementation. Can you provide the evaluation code for fair comparison? Thanks.