vunet
vunet copied to clipboard
A generative model conditioned on shape and appearance.
Merge the code produced during my beginner's practical into the project. It's all contained in the `demo/` directory. Plus a small update to the README.md file.
I would like to ask if the result in the paper is the result after the retain? It seems that this operation is not seen in the paper. Thank you...
Hi! Thanks for sharing your code! It is really very useful. However, the released version now is based on TensorFlow, I wonder have you implemented it using PyTorch?
Hi,you work is very nice! I don't know how to generate groundtruth of the generated image? Can you provide me more details? Thankyou very much.
Can you tell me how to train on the edges2shoes dataset
Hi, @pesser, thanks for your work! According to [here](https://github.com/CompVis/vunet/blob/master/models.py#L139), it seems that you don't use `cn` in the `enc_up` pass, which is different from the net in your paper. Could...
Add transfer code and samples.
Hi, Thanks for the amazing work. What's the license for this repository? Thanks!
hi, if i want to train the model on own dataset, is there an example case?
Hi! Thanks for nice network! I have one question: Can u share me demo coda? Thanks a lot.