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-20] :fire: PaddleSeg v2.5 is released! More details in <ahref="https://github.com/PaddlePaddle/PaddleSeg/releases">Release Notes</a>.</li>
26
+
<li>[2022-07-20] :fire: PaddleSeg v2.6 is released! More details in <ahref="https://github.com/PaddlePaddle/PaddleSeg/releases">Release Notes</a>.</li>
27
27
<ul>
28
-
<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>
29
-
<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="https://arxiv.org/abs/2204.09433">techical report</a>]</li>
30
-
<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.
31
-
<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>
32
-
<li>Add 5 semantic segmentatioin models, including variants of PP-LiteSeg.</li>
28
+
<li>Release <a href="./contrib/PP-HumanSeg">PP-HumanSeg v2</a>, an off-the-shelf human segmentation model. It achieves 64.26 FPS on the mobile device, which is 45.5% faster than before. </li>
29
+
<li>Release <a href="./EISeg">EISeg v1.0</a>, the stable-version semi-automatic tool for image, video and 3D slice data annotation. It achieves "Once for All" (training once, and labelling all) performance. </li>
30
+
<li>Release <a href="./configs/pssl">PSSL</a>, a novel pre-training method, including a large dataset that consists of 1.2M+ pseudo semantic segmentation labels corresponding to the whole ImageNet training set. It boosts the performances of various models on all downstream tasks.
31
+
<li>Release <a href="./Matting">PP-Matting</a> source code and the pre-trained models. Also, add five more matting methods in machine learning that allow direct usage without training.</li>
32
+
<li>Release the industrial model series: high-accuracy models, light-weight models, and super light-weight models, to help developers pick up the most suitable one.</li>
33
33
</ul>
34
+
<li>[2022-04-20] PaddleSeg v2.5 released a real-time semantic segmentation model <ahref="./configs/pp_liteseg">PP-LiteSeg</a>, a trimap-free image matting model <ahref="./Matting">PP-Matting</a>, and an easy-to-use toolkit for 3D medical image segmentation <ahref="./contrib/MedicalSeg">MedicalSeg</a>.</li>
34
35
<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>
35
-
<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>
0 commit comments