Datasets:
Upload decoy data
Browse files- Decoy/train-00000-of-00001.parquet +3 -0
- README.md +54 -0
Decoy/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:785611f36072f30603cc5fa1067589df6ad5b91ea33b94974395688546aaa88b
|
| 3 |
+
size 35869483
|
README.md
CHANGED
|
@@ -1,5 +1,59 @@
|
|
| 1 |
---
|
| 2 |
pretty_name: Production Press Sensor Data
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# README
|
|
|
|
| 1 |
---
|
| 2 |
pretty_name: Production Press Sensor Data
|
| 3 |
+
dataset_info:
|
| 4 |
+
- config_name: Decoy
|
| 5 |
+
features:
|
| 6 |
+
- name: dowel_deep_drawing_ow
|
| 7 |
+
sequence: float64
|
| 8 |
+
length: 4096
|
| 9 |
+
- name: label
|
| 10 |
+
dtype:
|
| 11 |
+
class_label:
|
| 12 |
+
names:
|
| 13 |
+
'0': normal
|
| 14 |
+
'1': defect
|
| 15 |
+
- name: speed
|
| 16 |
+
dtype: int32
|
| 17 |
+
- name: mask
|
| 18 |
+
sequence: int32
|
| 19 |
+
length: 4096
|
| 20 |
+
splits:
|
| 21 |
+
- name: train
|
| 22 |
+
num_bytes: 56735256
|
| 23 |
+
num_examples: 1154
|
| 24 |
+
download_size: 35869483
|
| 25 |
+
dataset_size: 56735256
|
| 26 |
+
- config_name: decoy
|
| 27 |
+
features:
|
| 28 |
+
- name: dowel_deep_drawing_ow
|
| 29 |
+
sequence: float64
|
| 30 |
+
length: 4096
|
| 31 |
+
- name: label
|
| 32 |
+
dtype:
|
| 33 |
+
class_label:
|
| 34 |
+
names:
|
| 35 |
+
'0': normal
|
| 36 |
+
'1': defect
|
| 37 |
+
- name: speed
|
| 38 |
+
dtype: int32
|
| 39 |
+
- name: mask
|
| 40 |
+
sequence: int32
|
| 41 |
+
length: 4096
|
| 42 |
+
splits:
|
| 43 |
+
- name: train
|
| 44 |
+
num_bytes: 56735256
|
| 45 |
+
num_examples: 1154
|
| 46 |
+
download_size: 35497756
|
| 47 |
+
dataset_size: 56735256
|
| 48 |
+
configs:
|
| 49 |
+
- config_name: Decoy
|
| 50 |
+
data_files:
|
| 51 |
+
- split: train
|
| 52 |
+
path: Decoy/train-*
|
| 53 |
+
- config_name: decoy
|
| 54 |
+
data_files:
|
| 55 |
+
- split: train
|
| 56 |
+
path: decoy/train-*
|
| 57 |
---
|
| 58 |
|
| 59 |
# README
|