Unverified Commit d05da4b7 authored by Xinlong Wang's avatar Xinlong Wang Committed by GitHub
Browse files

Update README.md

parent b0f5dbb2
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
This project hosts the code for implementing the SOLO algorithms for instance segmentation. This project hosts the code for implementing the SOLO algorithms for instance segmentation.
> [**SOLO: Segmenting Objects by Locations**](https://arxiv.org/abs/1912.04488), > [**SOLO: Segmenting Objects by Locations**](https://arxiv.org/abs/1912.04488),
> Xinlong Wang, Tao Kong, Chunhua Shen, Yuning Jiang, Lei Li > Xinlong Wang, Tao Kong, Chunhua Shen, Yuning Jiang, Lei Li
> In: Proc. European Conference on Computer Vision (ECCV), 2020
> *arXiv preprint ([arXiv 1912.04488](https://arxiv.org/abs/1912.04488))* > *arXiv preprint ([arXiv 1912.04488](https://arxiv.org/abs/1912.04488))*
...@@ -109,12 +110,13 @@ Any pull requests or issues are welcome. ...@@ -109,12 +110,13 @@ Any pull requests or issues are welcome.
## Citations ## Citations
Please consider citing our papers in your publications if the project helps your research. BibTeX reference is as follows. Please consider citing our papers in your publications if the project helps your research. BibTeX reference is as follows.
``` ```
@article{wang2019solo, @inproceedings{wang2020solo,
title={SOLO: Segmenting Objects by Locations}, title = {{SOLO}: Segmenting Objects by Locations},
author={Wang, Xinlong and Kong, Tao and Shen, Chunhua and Jiang, Yuning and Li, Lei}, author = {Wang, Xinlong and Kong, Tao and Shen, Chunhua and Jiang, Yuning and Li, Lei},
journal={arXiv preprint arXiv:1912.04488}, booktitle = {Proc. Eur. Conf. Computer Vision (ECCV)},
year={2019} year = {2020}
} }
``` ```
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment