3DTime
收藏资源简介:
3DTime是一个大规模多标注多变量时间序列数据集,专为3D打印时长预测而设计。它包含了大量的3D模型及其对应的G-code文件,这些文件记录了打印过程中的详细指令。数据集分为原始版本和缩小版,原始版本包含9930个3D模型和39720个G-code文件,而缩小版则包含100个3D模型和400个G-code文件,分别约为原始版本的1%。
3DTime is a large-scale multi-label multivariate time series dataset specifically designed for 3D printing duration prediction. It comprises a large corpus of 3D models and their corresponding G-code files, which document detailed operational instructions throughout the entire printing process. The dataset is categorized into two editions: a raw version and a reduced version. The raw version contains 9930 3D models and 39720 G-code files, while the reduced version includes 100 3D models and 400 G-code files, which accounts for roughly 1% of the raw version for both the 3D models and G-code files.
3DTime数据集概述
基本信息
- 许可证: CC-BY-4.0
- 任务类别: 时间序列预测
- 标签: G-code, 3D打印, 时间序列, 打印时长, 回归, 外部回归, 多变量
- 数据集名称: 3DTime: A Large Dataset of Multi-Annotated Multivariate Time-Series for 3D-printing Duration
- 数据规模: 10M < n < 100M
数据集内容
原始数据集
- 3D模型数量: 9,930个,每个模型切片4次
- 注释G-code文件: 39,720个(压缩)
- 二进制文件: 39,720个
- G-code指令总数: 12,442,224,222条
当前版本(精简版)
- 3D模型数量: 100个(约完整数据集的1%),每个模型切片4次
- 注释G-code文件: 400个(压缩)
- 二进制文件: 400个
- G-code指令总数: 64,394,143条(约完整数据集的0.5%)
数据加载器
- 框架: PyTorch
- 特点: 由于数据格式特殊(每个G-code文件长度不一,部分文件指令数超过数百万条),提供了专门设计的数据加载器,而非标准的Hugging Face自动加载器。
其他信息
- 论文状态: 正在AAAI-26会议主技术轨道评审中
- 完整数据集大小: 1.2 TB(当前版本为精简版)
- 代码包含: 数据集生成、统计分析和模型训练所需的所有代码




