From 437648f669439652e3801ad4cb8572ef24eacd38 Mon Sep 17 00:00:00 2001 From: junyanz Date: Mon, 12 Jun 2017 12:16:23 -0700 Subject: update README --- README.md | 2 +- datasets/bibtex/handbags.tex | 13 +++++++++++++ datasets/bibtex/iGAN.tex | 6 ------ datasets/bibtex/shoes.tex | 7 +++++++ 4 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 datasets/bibtex/handbags.tex delete mode 100644 datasets/bibtex/iGAN.tex diff --git a/README.md b/README.md index 018c4fe..6c73bde 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ bash ./datasets/download_pix2pix_dataset.sh dataset_name - `cityscapes`: 2975 images from the [Cityscapes training set](https://www.cityscapes-dataset.com/). [[Citation](datasets/bibtex/cityscapes.tex)] - `maps`: 1096 training images scraped from Google Maps - `edges2shoes`: 50k training images from [UT Zappos50K dataset](http://vision.cs.utexas.edu/projects/finegrained/utzap50k/). Edges are computed by [HED](https://github.com/s9xie/hed) edge detector + post-processing. [[Citation](datasets/bibtex/shoes.tex)] -- `edges2handbags`: 137K Amazon Handbag images from [iGAN project](https://github.com/junyanz/iGAN). Edges are computed by [HED](https://github.com/s9xie/hed) edge detector + post-processing. [[Citation](datasets/bibtex/iGAN.tex)] +- `edges2handbags`: 137K Amazon Handbag images from [iGAN project](https://github.com/junyanz/iGAN). Edges are computed by [HED](https://github.com/s9xie/hed) edge detector + post-processing. [[Citation](datasets/bibtex/handbags.tex)] We provide a python script to generate pix2pix training data in the form of pairs of images {A,B}, where A and B are two different depictions of the same underlying scene. For example, these might be pairs {label map, photo} or {bw image, color image}. Then we can learn to translate A to B or B to A: diff --git a/datasets/bibtex/handbags.tex b/datasets/bibtex/handbags.tex new file mode 100644 index 0000000..b79710c --- /dev/null +++ b/datasets/bibtex/handbags.tex @@ -0,0 +1,13 @@ +@inproceedings{zhu2016generative, + title={Generative Visual Manipulation on the Natural Image Manifold}, + author={Zhu, Jun-Yan and Kr{\"a}henb{\"u}hl, Philipp and Shechtman, Eli and Efros, Alexei A.}, + booktitle={Proceedings of European Conference on Computer Vision (ECCV)}, + year={2016} +} + +@InProceedings{xie15hed, + author = {"Xie, Saining and Tu, Zhuowen"}, + Title = {Holistically-Nested Edge Detection}, + Booktitle = "Proceedings of IEEE International Conference on Computer Vision", + Year = {2015}, +} diff --git a/datasets/bibtex/iGAN.tex b/datasets/bibtex/iGAN.tex deleted file mode 100644 index 72bd792..0000000 --- a/datasets/bibtex/iGAN.tex +++ /dev/null @@ -1,6 +0,0 @@ -@inproceedings{zhu2016generative, - title={Generative Visual Manipulation on the Natural Image Manifold}, - author={Zhu, Jun-Yan and Kr{\"a}henb{\"u}hl, Philipp and Shechtman, Eli and Efros, Alexei A.}, - booktitle={Proceedings of European Conference on Computer Vision (ECCV)}, - year={2016} -} diff --git a/datasets/bibtex/shoes.tex b/datasets/bibtex/shoes.tex index 375cf4f..e67e158 100644 --- a/datasets/bibtex/shoes.tex +++ b/datasets/bibtex/shoes.tex @@ -5,3 +5,10 @@ month = {June}, year = {2014} } + +@InProceedings{xie15hed, + author = {"Xie, Saining and Tu, Zhuowen"}, + Title = {Holistically-Nested Edge Detection}, + Booktitle = "Proceedings of IEEE International Conference on Computer Vision", + Year = {2015}, +} -- cgit v1.2.3-70-g09d2