Update README.md
Browse files
README.md
CHANGED
|
@@ -1,22 +1,34 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
tags:
|
| 4 |
- print-duration
|
| 5 |
- 3D-printing
|
| 6 |
- G-code
|
| 7 |
- supervised-learning
|
| 8 |
- regression
|
|
|
|
| 9 |
size_categories:
|
| 10 |
- 1M<n<10M
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# 3DTime dataset: (sample of) A Large Dataset of Multivariate Time-Series for 3D-printing Duration
|
| 14 |
|
| 15 |
-
This dataset is a small sample of the 3DTime dataset, for which the paper is currently under review for
|
| 16 |
-
|
| 17 |
-
We could not find a way to anonymously publish the full 1.3 TB dataset, hence this smaller version.
|
| 18 |
|
| 19 |
This smaller version contains:
|
| 20 |
|
| 21 |
- 82 3D models (~0.08% of the full dataset), their corresponding sliced G-code, compressed annotated G-code, and binary vectorized files
|
| 22 |
-
- A total of 5,855,369 G-code instructions (~0.07% of the full dataset)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
tags:
|
| 4 |
- print-duration
|
| 5 |
- 3D-printing
|
| 6 |
- G-code
|
| 7 |
- supervised-learning
|
| 8 |
- regression
|
| 9 |
+
- time-series
|
| 10 |
size_categories:
|
| 11 |
- 1M<n<10M
|
| 12 |
+
language:
|
| 13 |
+
- en
|
| 14 |
+
pretty_name: 3DTime
|
| 15 |
---
|
| 16 |
|
| 17 |
# 3DTime dataset: (sample of) A Large Dataset of Multivariate Time-Series for 3D-printing Duration
|
| 18 |
|
| 19 |
+
This dataset is a small sample of the 3DTime dataset, for which the paper is currently under review for NeurIPS Datasets and Benchmarks 2026.
|
|
|
|
|
|
|
| 20 |
|
| 21 |
This smaller version contains:
|
| 22 |
|
| 23 |
- 82 3D models (~0.08% of the full dataset), their corresponding sliced G-code, compressed annotated G-code, and binary vectorized files
|
| 24 |
+
- A total of 5,855,369 G-code instructions (~0.07% of the full dataset)
|
| 25 |
+
|
| 26 |
+
## Other links
|
| 27 |
+
|
| 28 |
+
Full dataset access link (NOTE FOR REVIEWERS: this DOI link will be made accessible upon acceptance, in the meantime, the OpenReview submission contains an equivalent private link):
|
| 29 |
+
|
| 30 |
+
> Masked for review
|
| 31 |
+
|
| 32 |
+
Code repository (highly recommended in order to use the dataset):
|
| 33 |
+
|
| 34 |
+
> https://github.com/3DTimeDataset/3DTime_pytorch_dataloader
|