You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,21 +10,21 @@ This distribution provides a publicly available implementation for the key model
10
10
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).
11
11
Please consult and consider citing the following papers:
12
12
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
+
}
27
27
28
28
### Performance
29
29
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