Skip to content

Commit 6e9107f

Browse files
authored
Update README.md
1 parent cd115fa commit 6e9107f

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## About
66
This code is based on the Generative Inpainting [CVPR 2018](https://arxiv.org/abs/1801.07892) paper and it's [repository](https://github.com/JiahuiYu/generative_inpainting).
77

8-
Based on the Generative Inpainting network we proposed adaptations to deal with disparity images inpainting. Our results have been publish on [IV 2019](https://iv2019.org/) and on this repository we have the code used on this publication.
8+
Based on the Generative Inpainting network we proposed adaptations to deal with disparity images inpainting. Our results have been publish on [IV 2019](https://ieeexplore.ieee.org/document/8814157) and on this repository we have the code used on this publication.
99

1010
## Installation
1111

@@ -31,6 +31,8 @@ For the paper all the train and test were made in a GeForce GTX 1080ti.
3131
Depth map object removal example and the respective 3D mesh reconstruction:
3232

3333
![Disparity Inpainting](https://github.com/nuneslu/VeIGAN/blob/master/examples/example.png)
34+
![CityScapes Disparity Inpainting](https://github.com/nuneslu/VeIGAN/blob/master/examples/spoiler_result.png)
35+
3436

3537
## License
3638

@@ -42,4 +44,15 @@ The software is for educaitonal and academic research purpose only.
4244

4345
Please cite this work as follow:
4446

45-
{}
47+
@INPROCEEDINGS{8814157,
48+
author={L. P. N. {Matias} and M. {Sons} and J. R. {Souza} and D. F. {Wolf} and C. {Stiller}},
49+
booktitle={2019 IEEE Intelligent Vehicles Symposium (IV)},
50+
title={VeIGAN: Vectorial Inpainting Generative Adversarial Network for Depth Maps Object Removal},
51+
year={2019},
52+
volume={},
53+
number={},
54+
pages={310-316},
55+
keywords={feature extraction;image colour analysis;neural net architecture;object detection;stereo image processing;depth features;network architecture;depth distribution;depth information;masked area;disparity image;image-based depth estimation;stereo cameras;object occlusion;RGB images;depth feature extraction;inpainting approaches;scene perspectives;vectorial inpainting generative adversarial network;depth map object removal},
56+
doi={10.1109/IVS.2019.8814157},
57+
ISSN={1931-0587},
58+
month={June},}

0 commit comments

Comments
 (0)