Skip to content

Commit 9030722

Browse files
committed
README.md edited online with Bitbucket
1 parent c67ca6c commit 9030722

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ This distribution provides a publicly available implementation for the key model
1010
It also contains implementations for methods supporting model learning using only weakly labeled examples, described in a second follow-up [arXiv paper](http://arxiv.org/abs/1502.02734).
1111
Please consult and consider citing the following papers:
1212

13-
@inproceedings{chen2014semantic,
14-
title={Semantic Image Segmentation with Deep Convolutional Nets and Fully Connected CRFs},
15-
author={Liang-Chieh Chen and George Papandreou and Iasonas Kokkinos and Kevin Murphy and Alan L Yuille},
16-
booktitle={ICLR},
17-
url={http://arxiv.org/abs/1412.7062},
18-
year={2014}
19-
}
20-
21-
@inproceedings{papandreou15,
22-
title={Weakly- and Semi-Supervised Learning of a DCNN for Semantic Image Segmentation},
23-
author={George Papandreou and Liang-Chieh Chen and Kevin Murphy and Alan L Yuille},
24-
url={http://arxiv.org/abs/1502.02734},
25-
year={2015}
26-
}
13+
@inproceedings{chen2014semantic,
14+
title={Semantic Image Segmentation with Deep Convolutional Nets and Fully Connected CRFs},
15+
author={Liang-Chieh Chen and George Papandreou and Iasonas Kokkinos and Kevin Murphy and Alan L Yuille},
16+
booktitle={ICLR},
17+
url={http://arxiv.org/abs/1412.7062},
18+
year={2014}
19+
}
20+
21+
@inproceedings{papandreou15,
22+
title={Weakly- and Semi-Supervised Learning of a DCNN for Semantic Image Segmentation},
23+
author={George Papandreou and Liang-Chieh Chen and Kevin Murphy and Alan L Yuille},
24+
url={http://arxiv.org/abs/1502.02734},
25+
year={2015}
26+
}
2727

2828
### Performance
2929

30-
At the time of its release, DeepLab is the state-of-art method on semantic image segmentation on the challenging PASCAL VOC-2012 image segmentation task, with the latest variant achieving 72.7% mean IoU on the test set -- see the [leaderboard](http://host.robots.ox.ac.uk:8080/leaderboard/displaylb.php?challengeid=11&compid=6).
30+
At the time of its release, DeepLab is the state-of-art method on semantic image segmentation on the challenging PASCAL VOC-2012 image segmentation task, with the latest variant achieving 72.7% mean IoU on the test set -- see the [leaderboard](http://host.robots.ox.ac.uk:8080/leaderboard/displaylb.php?challengeid=11&compid=6).

0 commit comments

Comments
 (0)