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
<li>[2022-04-07] :fire: We add <ahref="https://github.com/PaddlePaddle/PaddleSeg/tree/develop/configs/pp_liteseg">PP-LiteSeg</a>, a superior real-time semantic segmentation model, to develop branch. </li>
24
-
<li>[2022-01-20] PaddleSeg v2.4 is released! More details in <ahref="https://github.com/PaddlePaddle/PaddleSeg/releases">Release Notes</a>.</li>
25
-
<ul>
26
-
<li>Upgrade the interactive annotation tool <a href="./EISeg">EISeg v0.4</a> with faster inference speed, supporting new areas in remote sensing and medical segmentation.</li>
27
-
<li>Publish the <a href="./contrib/PP-HumanSeg/paper.md">PP-HumanSeg</a> paper, and released Semantic Connectivity-aware Learning framework and a Large-Scale Teleconferencing Video Dataset.</li>
28
-
<li>Release <a href="./Matting">PP-HumanMatting</a> for extremely fine-grained human segmentation, with an Android tutorial.</li>
29
-
<li>Add 9 semantic segmentatioin models, including a new transformer model <a href="configs/segmenter">SegMenter</a>.</li>
30
-
<li>Provide a comprehensive <a href="docs/model_zoo_overview.md">performance table</a> for all segmentation models, which helps to choose a better model on the accuracy and the speed.</li>
23
+
<li>[2022-04-20] :fire: PaddleSeg v2.5 is released! More details in <ahref="https://github.com/PaddlePaddle/PaddleSeg/releases">Release Notes</a>.</li>
24
+
<ul>
25
+
<li>Release <a href="./configs/pp_liteseg">PP-LiteSeg</a>, a real-time semantic segmentation model. It achieves SOTA trade-off between segmentation accuracy and inference speed. [<a href="https://arxiv.org/pdf/2204.02681.pdf">techical report</a>]</li>
26
+
<li>Release <a href="./Matting">PP-Matting</a>, a trimap-free image matting model for extremely fine-grained segmentation. It achieves SOTA performance on Composition-1k and Distinctions-646. [<a href="./Matting">techical report</a>]</li>
27
+
<li>Release <a href="./contrib/MedicalSeg">MedicalSeg</a>, a newly easy-to-use toolkit for 3D medical image segmentation. It supports the whole process including data preprocessing, model training, and model deployment, and provides the high-accuracy models on lung and spine segmentation.
28
+
<li>Upgrade the interactive annotation tool <a href="./EISeg">EISeg v0.5</a> with supporting new areas in chest X-Ray, MRI spine, and defect inspection.</li>
29
+
<li>Add 5 semantic segmentatioin models, including variants of PP-LiteSeg.</li>
31
30
</ul>
32
-
33
-
31
+
<li>[2022-01-20] We release PaddleSeg v2.4 with EISeg v0.4, and <ahref="./contrib/PP-HumanSeg">PP-HumanSeg</a> including open-sourced dataset <ahref="./contrib/PP-HumanSeg/paper.md#pp-humanseg14k-a-large-scale-teleconferencing-video-dataset">PP-HumanSeg14K</a>. </li>
34
32
<li>[2021-10-11] We released PaddleSeg v2.3 with the improved interactive segmentation tool EISeg v0.3, two matting algorithms, and segmentation model compression.</li>
35
-
<li>[2021-09-20] We published an interactive segmentation <ahref="https://arxiv.org/abs/2109.09406">paper</a> with SOTA performance on several well-known datasets.</li>
33
+
36
34
</ul>
37
35
38
36
@@ -126,7 +124,11 @@ PaddleSeg is an end-to-end high-efficent development toolkit for image segmentat
126
124
<li>MLA Transformer</li>
127
125
<li>SegFormer</li>
128
126
<li>SegMenter</li>
129
-
<li>PP-LiteSeg</li>
127
+
<li>ENet</li>
128
+
<li>CCNet</li>
129
+
<li>DDRNet</li>
130
+
<li>GloRe</li>
131
+
<li>PP-LiteSeg :star:</li>
130
132
</td>
131
133
<td>
132
134
<b>Backbones</b><br>
@@ -159,6 +161,7 @@ PaddleSeg is an end-to-end high-efficent development toolkit for image segmentat
159
161
<li>Edge Attention</li>
160
162
<li>Relax Boundary</li>
161
163
<li>Connectivity</li>
164
+
<li>MultiClassFocal</li>
162
165
</ul>
163
166
<b>Metrics</b><br>
164
167
<ul>
@@ -337,11 +340,11 @@ PaddleSeg is released under the [Apache 2.0 license](LICENSE).
337
340
* Thanks [yazheng0307](https://github.com/yazheng0307) (LIU Zheng) for contributing quick-start document.
338
341
* Thanks [CuberrChen](https://github.com/CuberrChen) for contributing STDC(rethink BiSeNet), PointRend and DetailAggregateLoss.
339
342
* Thanks [stuartchen1949](https://github.com/stuartchen1949) for contributing SegNet.
340
-
* Thanks [justld](https://github.com/justld) (Lang Du) for contributing ESPNetV2, DMNet, ENCNet, HRNet_W48_Contrast, FastFCN, BiSeNetV1, SECrossEntropyLoss and PixelContrastCrossEntropyLoss.
343
+
* Thanks [justld](https://github.com/justld) (Lang Du) for contributing DDRNet, CCNet, ESPNetV2, DMNet, ENCNet, HRNet_W48_Contrast, FastFCN, BiSeNetV1, SECrossEntropyLoss and PixelContrastCrossEntropyLoss.
341
344
* Thanks [Herman-Hu-saber](https://github.com/Herman-Hu-saber) (Hu Huiming) for contributing ESPNetV2.
342
345
* Thanks [zhangjin12138](https://github.com/zhangjin12138) for contributing RandomCenterCrop.
343
346
* Thanks [simuler](https://github.com/simuler) for contributing ESPNetV1.
344
-
* Thanks [ETTR123](https://github.com/ETTR123)(Zhang Kai) for contributing PFPNNet.
347
+
* Thanks [ETTR123](https://github.com/ETTR123)(Zhang Kai) for contributing ENet, PFPNNet.
345
348
346
349
## Citation
347
350
If you find our project useful in your research, please consider citing:
0 commit comments