Skip to content

Commit

Permalink
Update TPAMI bibtex (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
mseg-dataset authored Jan 6, 2024
1 parent 364c94a commit ac92617
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repo includes the **semantic segmentation pre-trained models, training and inference code** for the paper:

**MSeg: A Composite Dataset for Multi-domain Semantic Segmentation** (CVPR 2020, Official Repo) [[CVPR PDF]](http://vladlen.info/papers/MSeg.pdf) [[Journal PDF]](https://arxiv.org/abs/2112.13762)
**MSeg: A Composite Dataset for Multi-domain Semantic Segmentation** (CVPR 2020, Official Repo) [[CVPR PDF]](http://vladlen.info/papers/MSeg.pdf) [[TPAMI Journal PDF]](https://arxiv.org/abs/2112.13762)
<br>
[John Lambert*](https://johnwlambert.github.io/),
[Zhuang Liu*](https://liuzhuang13.github.io/),
Expand Down Expand Up @@ -142,6 +142,17 @@ title = {{MSeg}: A Composite Dataset for Multi-domain Semantic Segmentation},
booktitle = {Computer Vision and Pattern Recognition (CVPR)},
year = {2020}
}
@article{Lambert23tpami_MSeg,
author={Lambert, John and Liu, Zhuang and Sener, Ozan and Hays, James and Koltun, Vladlen},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
title={MSeg: A Composite Dataset for Multi-Domain Semantic Segmentation},
year={2023},
volume={45},
number={1},
pages={796-810},
doi={10.1109/TPAMI.2022.3151200}
}
```

Many thanks to Hengshuang Zhao for his [semseg](https://github.com/hszhao/semseg) repo, which we've based much of this repository off of.
Expand Down

0 comments on commit ac92617

Please sign in to comment.