diff --git a/README.md b/README.md index 42b29d8439701622438f2a51691e51a49b646eaf..0b0b1cee5e9e7b3717b56b93c8fc5fccd6e52490 100644 --- a/README.md +++ b/README.md @@ -179,4 +179,4 @@ If you use this code for your research, please cite the paper this code is based ``` ## Acknowledgments -This is a port of [pix2pix](https://github.com/phillipi/pix2pix) from Torch to Tensorflow. It also contains colorspace conversion code ported from Torch. Thanks to the Tensorflow team for making such a quality library! +This is a port of [pix2pix](https://github.com/phillipi/pix2pix) from Torch to Tensorflow. It also contains colorspace conversion code ported from Torch. Thanks to the Tensorflow team for making such a quality library! And special thanks to Phillip Isola for answering my questions about the pix2pix code.