PaddleX Pipelines (DCU)¶
1. Basic Pipelines¶
Pipeline Name | Pipeline Modules | Baidu AIStudio Community Experience URL | Pipeline Introduction | Applicable Scenarios |
---|---|---|---|---|
General Image Classification | Image Classification | Online Experience | Image classification is a technique that assigns images to predefined categories. It is widely used in object recognition, scene understanding, and automatic annotation. Image classification can identify various objects such as animals, plants, traffic signs, etc., and categorize them based on their features. By leveraging deep learning models, image classification can automatically extract image features and perform accurate classification. The General Image Classification Pipeline is designed to solve image classification tasks for given images. |
|
General Semantic Segmentation | Semantic Segmentation | Online Experience | Semantic segmentation is a computer vision technique that assigns each pixel in an image to a specific category, enabling detailed understanding of image content. Semantic segmentation not only identifies the types of objects in an image but also classifies each pixel, allowing entire regions of the same category to be marked. For example, in a street scene image, semantic segmentation can distinguish pedestrians, cars, sky, and roads at the pixel level, forming a detailed label map. This technology is widely used in autonomous driving, medical image analysis, and human-computer interaction, often relying on deep learning models (e.g., FCN, U-Net) that use Convolutional Neural Networks (CNNs) to extract features and achieve high-precision pixel-level classification, providing a foundation for further intelligent analysis. |
|
2. Featured Pipelines¶
Not supported yet, please stay tuned!