Skip to content

Commit 07dd40a

Browse files
authored
Add arxiv link
1 parent 02f2a46 commit 07dd40a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Three Ways to Improve Semantic Segmentation with Self-Supervised Depth Estimation
22

33
This is the official pytorch implementation of our paper
4-
"Three Ways to Improve Semantic Segmentation with Self-Supervised Depth Estimation".
4+
[Three Ways to Improve Semantic Segmentation with Self-Supervised Depth Estimation](https://arxiv.org/pdf/2012.10782.pdf).
55

66
Training deep networks for semantic segmentation requires large amounts of labeled training data, which presents a major
77
challenge in practice, as labeling segmentation masks is a highly labor-intensive process. To address this issue,
@@ -27,10 +27,11 @@ Below, you can see the qualitative results of our model trained with only 100 an
2727
If you find this code useful in your research, please consider citing:
2828

2929
```
30-
@article{hoyer2020segsde,
31-
Author = {Hoyer, Lukas and Dai, Dengxin and Chen, Yuhua and Köring, Adrian and Saha, Suman and van Gool, Luc},
32-
Title = {Three Ways to Improve Semantic Segmentation with Self-Supervised Depth Estimation},
33-
Year = {2020}
30+
@article{hoyer2020three,
31+
title = {Three Ways to Improve Semantic Segmentation with Self-Supervised Depth Estimation},
32+
author = {Hoyer, Lukas and Dai, Dengxin and Chen, Yuhua and Köring, Adrian and Saha, Suman and Van Gool, Luc},
33+
journal={arXiv preprint arXiv:2012.10782},
34+
year = {2020}
3435
}
3536
```
3637

0 commit comments

Comments
 (0)