Neural_Color_Transfer
Neural_Color_Transfer copied to clipboard
Implementation of Neural Color Transfer between Images by PyTorch.
Hello, thank you for your work. I tried to reproduce this work, but I encountered an error in the process of running the code. In the function util.py/def bds_vote, I...
Hi, there~ Thanks for your implementation! I tried to run one of the notebooks(NCT_modified), but the results didn't go very well. How about yours? Or maybe i do something wrong?
looks like file Neural_Color_Transfer.ipynb not a complete version. can you update the file? thank you.
I have notice that the value range of each feature map (i.e. channel) from certain layer of VGG19 are quite different, maximum of some feature maps are hundreds and others...