diff options
| author | junyanz <junyanz@berkeley.edu> | 2017-06-12 00:32:12 -0700 |
|---|---|---|
| committer | junyanz <junyanz@berkeley.edu> | 2017-06-12 00:32:12 -0700 |
| commit | f69a84a22c0db246d9e1000f0e48645f3b066bc2 (patch) | |
| tree | 58f0bce83643614db9460a0ea0e7676e3d4831b9 | |
| parent | 551340b4549a0711535e1b0e7bd454c2de53349b (diff) | |
update README
| -rw-r--r-- | datasets/bibtex/cityscapes.tex | 6 | ||||
| -rw-r--r-- | datasets/bibtex/facades.tex | 7 | ||||
| -rw-r--r-- | datasets/bibtex/iGAN.tex | 6 | ||||
| -rw-r--r-- | datasets/bibtex/shoes.tex | 7 |
4 files changed, 26 insertions, 0 deletions
diff --git a/datasets/bibtex/cityscapes.tex b/datasets/bibtex/cityscapes.tex new file mode 100644 index 0000000..a87bdbf --- /dev/null +++ b/datasets/bibtex/cityscapes.tex @@ -0,0 +1,6 @@ +@inproceedings{Cordts2016Cityscapes, +title={The Cityscapes Dataset for Semantic Urban Scene Understanding}, +author={Cordts, Marius and Omran, Mohamed and Ramos, Sebastian and Rehfeld, Timo and Enzweiler, Markus and Benenson, Rodrigo and Franke, Uwe and Roth, Stefan and Schiele, Bernt}, +booktitle={Proc. of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}, +year={2016} +} diff --git a/datasets/bibtex/facades.tex b/datasets/bibtex/facades.tex new file mode 100644 index 0000000..08b773e --- /dev/null +++ b/datasets/bibtex/facades.tex @@ -0,0 +1,7 @@ +@INPROCEEDINGS{Tylecek13, + author = {Radim Tyle{\v c}ek, Radim {\v S}{\' a}ra}, + title = {Spatial Pattern Templates for Recognition of Objects with Regular Structure}, + booktitle = {Proc. GCPR}, + year = {2013}, + address = {Saarbrucken, Germany}, +} diff --git a/datasets/bibtex/iGAN.tex b/datasets/bibtex/iGAN.tex new file mode 100644 index 0000000..72bd792 --- /dev/null +++ b/datasets/bibtex/iGAN.tex @@ -0,0 +1,6 @@ +@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 new file mode 100644 index 0000000..375cf4f --- /dev/null +++ b/datasets/bibtex/shoes.tex @@ -0,0 +1,7 @@ +@InProceedings{fine-grained, + author = {A. Yu and K. Grauman}, + title = {{F}ine-{G}rained {V}isual {C}omparisons with {L}ocal {L}earning}, + booktitle = {Computer Vision and Pattern Recognition (CVPR)}, + month = {June}, + year = {2014} +} |
