基于实例分割的物流快递包裹智能分拣数据
收藏浙江省数据知识产权登记平台2025-07-14 更新2025-07-15 收录
下载链接:
https://www.zjip.org.cn/home/announce/trends/148489
下载链接
链接失效反馈官方服务:
资源简介:
该数据在物流快递包裹分拣场景中具有重要的应用价值。能够提供多目标包裹实时定位,更精确地分割重叠包裹区域,帮助分拣机器人进行精准抓取操作。这项技术在电商仓储、跨境物流等领域具有广泛的应用场景,特别是高密度包裹分拣、异形包裹识别和易碎品分类场景,能够提高分拣效率,降低人工分拣错误率,提供包裹完整性保障。数据收集:
通过部署在分拣线上的工业相机采集包裹传输带RGB图像(1280×720@30fps),同步标注每个包裹的像素级分割掩膜。每个样本包含:
- 原始图像(.jpg格式)记录传输带实时画面
- 真实分割掩膜(.npy格式)存储包裹二值化掩膜
- 预处理图像(.npy格式)为标准化处理后的张量数据
- 预测分割掩膜(.npy格式)来自模型推理结果
数据预处理:
1. 图像标准化:将输入图像缩放至640×640并归一化到[0,1]区间
2. 数据增强:随机应用水平翻转(概率0.5)和色彩抖动(Δ亮度±0.2,Δ对比度±0.1)
3. 掩膜编码:将多边形标注转换为二值化矩阵存储
4. 张量转换:将处理后的图像数据转换为float32类型的Numpy数组
模型构建:
采用改进的Mask R-CNN架构实现包裹实例分割,网络包含特征金字塔(FPN)和区域建议网络(RPN)。核心公式表达为:
F = Backbone(X_preprocessed)
M = MaskHead(RoIAlign(F, proposals))
式中:
- X_preprocessed 表示预处理图像数据
- Backbone 为ResNet-50特征提取网络,输出特征图F
- RoIAlign 从特征图F中提取建议区域(proposals)的特征
- MaskHead 生成每个实例的预测分割掩膜M
- IoU(交并比)计算预测分割掩膜与真实分割掩膜的重合度
- 分拣准确率由实际抓取成功率转换得出
模型通过交替优化分类损失L_cls、边界框回归损失L_box和掩膜损失L_mask,最终实现端到端的包裹实例分割。在测试阶段,当IoU≥0.85且分类置信度≥0.95时,判定为有效分拣目标。
This dataset holds significant application value in the scenario of logistics express parcel sorting. It enables real-time multi-object parcel positioning and more accurate segmentation of overlapping parcel regions, assisting sorting robots in performing precise grasping operations. This technology has broad application scenarios in fields such as e-commerce warehousing and cross-border logistics, particularly in high-density parcel sorting, irregular parcel recognition, and fragile item classification scenarios. It can improve sorting efficiency, reduce manual sorting error rates, and ensure parcel integrity.
Data Collection:
RGB images (1280×720@30fps) of the parcel conveyor belt are collected via industrial cameras deployed on the sorting line, with pixel-level segmentation masks for each parcel annotated synchronously. Each sample contains:
- Raw images (in .jpg format) recording real-time conveyor belt scenes
- Ground-truth segmentation masks (in .npy format) storing binarized parcel masks
- Preprocessed images (in .npy format) as standardized tensor data
- Predicted segmentation masks (in .npy format) derived from model inference results
Data Preprocessing:
1. Image Standardization: Resize input images to 640×640 and normalize them to the [0, 1] range
2. Data Augmentation: Randomly apply horizontal flip (probability 0.5) and color jitter (Δbrightness ±0.2, Δcontrast ±0.1)
3. Mask Encoding: Convert polygonal annotations into binarized matrices for storage
4. Tensor Conversion: Convert processed image data into float32-type Numpy arrays
Model Construction:
An improved Mask R-CNN architecture is adopted to implement parcel instance segmentation, which includes a Feature Pyramid Network (FPN) and a Region Proposal Network (RPN). The core formula is expressed as:
F = Backbone(X_preprocessed)
M = MaskHead(RoIAlign(F, proposals))
Where:
- X_preprocessed represents the preprocessed image data
- Backbone refers to the ResNet-50 feature extraction backbone network, which outputs the feature map F
- RoIAlign extracts features of proposal regions from the feature map F
- MaskHead generates the predicted segmentation mask M for each instance
- IoU (Intersection over Union) calculates the degree of overlap between the predicted segmentation mask and the ground-truth segmentation mask
- Sorting accuracy is derived from the actual grasping success rate
The model optimizes the classification loss L_cls, bounding box regression loss L_box, and mask loss L_mask alternately, ultimately achieving end-to-end parcel instance segmentation. During the inference phase, a target is determined as a valid sorting object when IoU ≥ 0.85 and classification confidence ≥ 0.95.
提供机构:
温岭市天航物流有限公司
创建时间:
2025-06-25
搜集汇总
数据集介绍

背景与挑战
背景概述
该数据集是一个基于实例分割的物流快递包裹智能分拣数据,包含3625条记录,数据结构完整,应用于物流分拣场景,能提高分拣效率和准确性。
以上内容由遇见数据集搜集并总结生成



