Main Content

深度学习数据预处理

管理和预处理数据的深度学习

预处理数据是深度学习工作流程中的一个常见的第一步,以准备网络可以接受的格式的原始数据。例如,您可以调整图像输入大小以匹配图像输入层的大小。您还可以预处理数据以增强所需的功能或减少可以偏置网络的伪影。例如,您可以归一化或从输入数据中删除噪声。

You can preprocess image input with operations such as resizing by using datastores and functions available in MATLAB®and Deep Learning Toolbox™. Other MATLAB toolboxes offer functions, datastores, and apps for labeling, processing, and augmenting deep learning data. Use specialized tools from other MATLAB toolboxes to process data for domains such as image processing, object detection, semantic segmentation, signal processing, audio processing, and text analytics.

应用

图像贴标器 计算机视觉应用的标签图像
视频贴图 用于计算机视觉应用的标签视频
地面真理贴标机 用于自动驾驶应用的标签地面真实数据
Lidar Labeler. Lidar Point云中的标签地面真理数据
信号贴标器 Label signal attributes, regions, and points of interest, and extract features

话题

Preprocess Deep Learning Data

标签地面真理培训数据

自定义数据存储