Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
SOLOv2-pytorch
Commits
d05da4b7
Unverified
Commit
d05da4b7
authored
Jul 08, 2020
by
Xinlong Wang
Committed by
GitHub
Jul 08, 2020
Browse files
Update README.md
parent
b0f5dbb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
README.md
README.md
+8
-6
No files found.
README.md
View file @
d05da4b7
...
@@ -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
{wang20
19
solo,
@
inproceedings
{wang20
20
solo,
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
=
{20
19
}
year
=
{20
20
}
}
}
```
```
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment