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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
Vision Foundation Model
Release Segment Anything Model (SAM) based on PaddlePaddle. As a vision foundation model, SAM has the powerful zero-shot capability to segment any objects and images. SAM can also segment specified object with prompt input.
Provide a gradio-based demo, which can be easily deployed to demonstrate the function of automatic full-image segmentation.
Provide a script-based demo, which segments specific objects with a point, box, or mask as prompt input.
Semantic Segmentation
Release PP-MobileSeg, a lightweight semantic segmentation model for mobile devices. Comparing PP-MobileSeg with the previous SOTA model on ADE20K dataset, the accuracy is increased by 1.5%, the speed is increased by 42.3%, and the number of parameters is reduced by 34.9%.
Enhance model training modules: Add Exponential Moving Average (EMA); refactor the optimizer as a customizable component; decouple Config from Builder, and strictly verify configuration information; move the user scripts into the tools directory.
Enhance model deployment modules: Add FastDeploy, a high-performance and all-scenario model deployment solution; add examples and tutorials for C++ deployment on Windows.
Panoptic Segmentation
Release PanopticSeg v0.5, a universal panoptic segmentation solution.
Provide full-process development capabilities for panoptic segmentation scenes, and support functions such as dataset preparation, model training, model deployment, and visual analysis.
Integrate Mask2Former and Panoptic-DeepLab models, and support Cityscapes and MS COCO datasets.
Quality Inspector
Release QualityInspector v0.5, a full-process solution for industrial quality inspection.
Support a unified and configurable pipeline that can flexibly use single-task and multi-task models, and integrate PaddleDetection and PaddleSeg models.
Provide 3 unsupervised quality inspection methods.
Support model evaluation and analysis functions, and one-click tuning by using the post-processing module.
Support functions such as data labeling, data analysis, and format conversion in industrial quality inspection scenes, and provide practical examples.
Others
Release EISeg v1.1, a semi-automatic tool for image annotation. Add manual labeling and automatic pre-labeling functions for detection objects, and support 3 dataset formats (COCO, VOC and YOLO).
Add a video matting model RVM, and support video matting and background replacement functions. Add a .NET deployment tutorial for matting models. Add DIY applications for ID photos and wedding photos based on PP-Matting.
Bug Fixes
Fix the precision error of multi-scale evaluation #2933#2978
Fix the error of exporting the inference model for ESPNetV2 model #3003
Fix the error of repeatedly downloading datasets under multi GPUs #3126