HidingMyIdentity commited on
Commit
7de1cad
·
verified ·
1 Parent(s): a425d72

Upload 10770 files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +18 -0
  2. README.md +212 -2
  3. READ_ME_MEDIA/Segmentation Mask distribution image.png +3 -0
  4. READ_ME_MEDIA/anomaly_distribution_image.png +3 -0
  5. READ_ME_MEDIA/mask_all.png +3 -0
  6. READ_ME_MEDIA/mask_nuisance.png +3 -0
  7. READ_ME_MEDIA/mask_residual.png +3 -0
  8. READ_ME_MEDIA/mask_visb.png +3 -0
  9. READ_ME_MEDIA/rgb.png +3 -0
  10. READ_ME_MEDIA/scene_wise_anomaly_task_distribution_image.png +3 -0
  11. READ_ME_MEDIA/train_mask_visb.png +3 -0
  12. READ_ME_MEDIA/train_rgb.png +3 -0
  13. models/3D_Scans/KLT_4314.glb +3 -0
  14. models/3D_Scans/KLT_4315.glb +3 -0
  15. models/3D_Scans/Set_Box.glb +3 -0
  16. models/3D_Scans/partial_scans/KLT_4314/KLT_4314_bottom_view.stl +3 -0
  17. models/3D_Scans/partial_scans/KLT_4314/KLT_4314_top_view.stl +3 -0
  18. models/3D_Scans/partial_scans/KLT_4315/KLT_4315_bottom_view.stl +3 -0
  19. models/3D_Scans/partial_scans/KLT_4315/KLT_4315_top_view.stl +3 -0
  20. models/3D_Scans/partial_scans/Set_Box/SetBox_bottom_view.stl +3 -0
  21. models/3D_Scans/partial_scans/Set_Box/SetBox_top_view.stl +3 -0
  22. models/KLT_4314.glb +3 -0
  23. models/KLT_4314.ply +3 -0
  24. models/KLT_4314.stl +3 -0
  25. models/KLT_4315.glb +3 -0
  26. models/KLT_4315.ply +3 -0
  27. models/KLT_4315.stl +3 -0
  28. models/Set_Box.glb +3 -0
  29. models/Set_Box.ply +3 -0
  30. models/Set_Box.stl +3 -0
  31. models/models_info.json +86 -0
  32. test/000001/annotations.coco.json +0 -0
  33. test/000001/anomaly/depth/00001.npy +3 -0
  34. test/000001/anomaly/depth/00002.npy +3 -0
  35. test/000001/anomaly/depth/00003.npy +3 -0
  36. test/000001/anomaly/depth/00004.npy +3 -0
  37. test/000001/anomaly/depth/00005.npy +3 -0
  38. test/000001/anomaly/depth/00006.npy +3 -0
  39. test/000001/anomaly/depth/00007.npy +3 -0
  40. test/000001/anomaly/depth/00008.npy +3 -0
  41. test/000001/anomaly/depth/00009.npy +3 -0
  42. test/000001/anomaly/depth/00010.npy +3 -0
  43. test/000001/anomaly/depth/00011.npy +3 -0
  44. test/000001/anomaly/depth/00012.npy +3 -0
  45. test/000001/anomaly/depth/00013.npy +3 -0
  46. test/000001/anomaly/depth/00014.npy +3 -0
  47. test/000001/anomaly/depth/00015.npy +3 -0
  48. test/000001/anomaly/depth/00016.npy +3 -0
  49. test/000001/anomaly/depth/00017.npy +3 -0
  50. test/000001/anomaly/depth/00018.npy +3 -0
.gitattributes CHANGED
@@ -58,3 +58,21 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ models/3D_Scans/KLT_4314.glb filter=lfs diff=lfs merge=lfs -text
62
+ models/3D_Scans/KLT_4315.glb filter=lfs diff=lfs merge=lfs -text
63
+ models/3D_Scans/partial_scans/KLT_4314/KLT_4314_bottom_view.stl filter=lfs diff=lfs merge=lfs -text
64
+ models/3D_Scans/partial_scans/KLT_4314/KLT_4314_top_view.stl filter=lfs diff=lfs merge=lfs -text
65
+ models/3D_Scans/partial_scans/KLT_4315/KLT_4315_bottom_view.stl filter=lfs diff=lfs merge=lfs -text
66
+ models/3D_Scans/partial_scans/KLT_4315/KLT_4315_top_view.stl filter=lfs diff=lfs merge=lfs -text
67
+ models/3D_Scans/partial_scans/Set_Box/SetBox_bottom_view.stl filter=lfs diff=lfs merge=lfs -text
68
+ models/3D_Scans/partial_scans/Set_Box/SetBox_top_view.stl filter=lfs diff=lfs merge=lfs -text
69
+ models/3D_Scans/Set_Box.glb filter=lfs diff=lfs merge=lfs -text
70
+ models/KLT_4314.glb filter=lfs diff=lfs merge=lfs -text
71
+ models/KLT_4314.ply filter=lfs diff=lfs merge=lfs -text
72
+ models/KLT_4314.stl filter=lfs diff=lfs merge=lfs -text
73
+ models/KLT_4315.glb filter=lfs diff=lfs merge=lfs -text
74
+ models/KLT_4315.ply filter=lfs diff=lfs merge=lfs -text
75
+ models/KLT_4315.stl filter=lfs diff=lfs merge=lfs -text
76
+ models/Set_Box.glb filter=lfs diff=lfs merge=lfs -text
77
+ models/Set_Box.ply filter=lfs diff=lfs merge=lfs -text
78
+ models/Set_Box.stl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,213 @@
1
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: cc-by-nc-nd-4.0
3
- ---
 
 
1
+ # I-BADAS Dataset: Intralogistics Bin Anomaly Detection And Segmentation
2
+
3
+ ## Overview
4
+
5
+ The dataset accompanies our paper: **I-BADAS: A Multi-Modal Dataset for Anomaly Detection with Co-Occurring Defect Types in Variable Intralogistics Settings** The goal of I-BADAS is to bridge the gap between existing anomaly detection benchmarks and real industrial deployment by introducing challenging environmental variability, multiple co-occurring anomaly types, RGB-D sensing, CAD models, and digital twin support within a unified benchmark.
6
+
7
+ The **I-BADAS Dataset (Intralogistics Bin Anomaly Detection And Segmentation)** is a comprehensive multi-modal benchmark designed for anomaly detection in intralogistics settings. This repository provides:
8
+ 1. **The complete I-BADAS dataset**: 2,442 RGB-D images of industrial containers captured under variable industrial conditions such as lighting, camera to object position, background and distractors.
9
+ 2. **Multi-modal sensor data**: Synchronized RGB and depth data acquired using Zivid 2+ M60 as industrial-grade with 0.24 mm spatial resolution and greater than 99.8% dimensional trueness and Realsense-D435 as consumer-grade RGB-D cameras having with depth error less than 1% of the measured distance (approximately 2.5–5 mm error at 1 m) with corresponding camera settings and information of the scene.
10
+ 3. **CAD models and digital twin assets**: Accurate CAD representations of all container types for sim-to-real transfer, plus high quality scan of boxes using Faro Quantum X.S scanner equipped with a FAROBlu xS laser line probe for 3D mesh reconstruction. The system provides 25–68 μm (0.023–0.068 mm) measurement accuracy while capturing up to 1.2 million points/s, with 4,000 points per laser line at a maximum scan.
11
+ 4. **Annotations and ground truth**: Segmentation masks of boxes, and anomalies, annotations in Coco format.
12
+
13
+ ## Dataset Statistics
14
+
15
+ <h3>Dataset Summary</h3>
16
+ <table>
17
+ <tr>
18
+ <th>Property</th>
19
+ <th>Value</th>
20
+ </tr>
21
+ <tr><td>Total Images</td><td>2,442</td></tr>
22
+ <tr><td>Training Images (Normal Only)</td><td>1,003</td></tr>
23
+ <tr><td>Test Images</td><td>1,439</td></tr>
24
+ <tr><td>Number of Container Types</td><td>3</td></tr>
25
+ <tr><td>Modalities</td><td>RGB + Depth (RGB-D)</td></tr>
26
+ <tr><td>Cameras</td><td>Zivid 2+ M60, Intel RealSense D435</td></tr>
27
+ <tr><td>Annotation Types</td><td>Segmentation Masks, 6D Pose, Image-Level Labels</td></tr>
28
+ <tr><td>Tasks</td><td>Emptiness Detection, Cleanliness Detection</td></tr>
29
+ <tr><td>CAD Models Included</td><td>Yes</td></tr>
30
+ <tr><td>Sim-to-Real Support</td><td>Yes</td></tr>
31
+ </table>
32
+
33
+ <h3>Image-Level Label Definition</h3>
34
+ <table>
35
+ <tr>
36
+ <th>Label</th>
37
+ <th>Description</th>
38
+ </tr>
39
+ <tr>
40
+ <td>empty_clean</td>
41
+ <td>Empty container with no contamination or residual content</td>
42
+ </tr>
43
+ <tr>
44
+ <td>empty_dirtyy</td>
45
+ <td>Empty container containing one or more nuisance contaminants</td>
46
+ </tr>
47
+ <tr>
48
+ <td>non_empty</td>
49
+ <td>Container containing residual objects, regardless of additional contaminants</td>
50
+ </tr>
51
+ </table>
52
+
53
+ <h3>Binary Anomaly Classes & Distribution</h3>
54
+
55
+ | Image Category| Image Count | Binary Class | Class | No.of.Instances |
56
+ |---------------|------:|--------------|----------------------------|----------:|
57
+ | empty_clean | 524 | Anomaly-free | box | 1,439 |
58
+ | non_empty | 319 | Anomalous | residual_content | 1,688 |
59
+ | empty_dirty | - | Anomalous | nuisance_sticker_inside | 2,480 |
60
+ | empty_dirty | - | Anomalous | nuisance Oil | 1,190 |
61
+ | empty_dirty | - | Anomalous | permanent_mortise | 1,178 |
62
+ | empty_dirty | - | Anomalous | nuisance_gunk | 644 |
63
+ | empty_dirty | - | Anomalous | nuisance_color | 799 |
64
+ | empty_dirty | - | Anomalous | nuisance_paper | 262 |
65
+ | empty_dirty | - | Anomalous | nuisance_sticker_outside | 127 |
66
+ | empty_dirty | - | Anomalous | nuisance_plastic | 106 |
67
+ | empty_dirty | - | Anomalous | nuisance_dent | 93 |
68
+ | empty_dirty | - | Anomalous | nuisance_dust | 84 |
69
+ | empty_dirty | 596 | Anomalous | nuisance_foil | 64 |
70
+ | Total Images | 1439| - | - | - |
71
+
72
+
73
+ <table>
74
+ <tr>
75
+ <td align="center">
76
+ <img src="READ_ME_MEDIA/Segmentation Mask distribution image.png" width="800"><br>
77
+ <b>Figure 1:</b> Segmentation mask distribution per anomaly detection class.
78
+ </td>
79
+
80
+ <td align="center">
81
+ <img src="READ_ME_MEDIA/scene_wise_anomaly_task_distribution_image.png" width="800"><br>
82
+ <b>Figure 2:</b> Image distribution per scene and anomaly detection task.
83
+ </td>
84
+
85
+ <td align="center">
86
+ <img src="READ_ME_MEDIA/anomaly_distribution_image.png" width="800"><br>
87
+ <b>Figure 3:</b> Binary Anomaly Classes & Distribution.
88
+ </td>
89
+ </tr>
90
+ </table>
91
+
92
+
93
+ ## Folder Structure
94
+ ```
95
+ i-badas
96
+ ├── models
97
+ │ ├── 3D_Scans
98
+ │ │ ├── KLT_4314.glb
99
+ │ │ ├── KLT_4315.glb
100
+ │ │ ├── partial_scans
101
+ │ │ │ ├── KLT_4314
102
+ │ │ │ ├── KLT_4315
103
+ │ │ │ └── Set_Box
104
+ │ │ └── Set_Box.glb
105
+ │ ├── KLT_4314.glb
106
+ │ ├── KLT_4314.ply
107
+ │ ├── KLT_4314.stl
108
+ │ ├── KLT_4315.glb
109
+ │ ├── KLT_4315.ply
110
+ │ ├── KLT_4315.stl
111
+ │ ├── models_info.json
112
+ │ ├── Set_Box.glb
113
+ │ ├── Set_Box.ply
114
+ │ └── Set_Box.stl
115
+ ├── README.md
116
+ ├── test
117
+ │ ├── 000001
118
+ │ │ ├── annotations.coco.json
119
+ │ │ ├── anomaly
120
+ │ │ │ ├── depth
121
+ │ │ │ ├── mask_all
122
+ │ │ │ ├── mask_nuisance
123
+ │ │ │ ├── mask_residual
124
+ │ │ │ ├── mask_visib
125
+ │ │ │ ├── rgb
126
+ │ │ │ ├── scene_camera.json
127
+ │ │ │ └── scene_info.json
128
+ │ │ ├── good
129
+ │ │ │ ├── depth
130
+ │ │ │ ├── mask_visib
131
+ │ │ │ ├── rgb
132
+ │ │ │ ├── scene_camera.json
133
+ │ │ │ └── scene_info.json
134
+ │ │ └── poses.json
135
+ │ ├── 000002
136
+ │ ├── 000003
137
+ │ ├── 000004
138
+ │ ├── 000005
139
+ │ └── 000006
140
+ └── train
141
+ └── real
142
+ ├── 000001_rs_lightblue
143
+ │ ├── annotations.coco.json
144
+ │ ├── mask_visib
145
+ │ ├── scene_camera_train.json
146
+ │ ├── scene_info_train.json
147
+ │ ├── train_good
148
+ │ └── train_good_depth
149
+ ├── 000002_zivid_lightblue
150
+ ├── 000003_rs_darkblue
151
+ ├── 000004_zivid_darkblue
152
+ ├── 000005_rs_setbox
153
+ └── 000006_zivid_setbox
154
+
155
+ ```
156
+
157
+ ## Description of Key Folders
158
+
159
+ ### Models
160
+ This directory contains the 3D models of objects used for synthetic data generation, rendering, simulation, and annotation. Each object is provided in multiple 3D file formats to support different workflows and software tools.
161
+ - **3d_scans**: This folder contains the high-fidelity scanned 3D models of the physical objects used in the i-BADAS dataset.
162
+ - **partial_scans**: This folder contains top and bottom viewpoint-specific scans of the objects.
163
+
164
+ ### test
165
+ This directory contains the evaluation data for each object instance. It contains both anomaly-free test samples and test samples with defects or anomalous regions. It stores annotation information in COCO-style format and pose-related information for the test samples.
166
+ - **good**: This subfolder contains RGB images, depth data, and visible box object masks for normal, defect-free samples and includes scene-level metadata files which provide camera parameters and scene-specific information.
167
+ - **anomaly**: subfolder contains RGB images and depth data corresponding to anomalous samples. It additionally includes several mask folder like **mask_all**, **mask_nuisance**, **mask_residual**, and **mask_visib**. These masks provide different types of pixel-level annotations for the anomalous test images, including complete anomaly masks, nuisance-region masks, residual anomaly masks, and visible box object masks. The folder also contains scene metadata files.
168
+ <table>
169
+ <tr>
170
+ <td align="center">
171
+ <img src="READ_ME_MEDIA/mask_all.png" width="800"><br>
172
+ <b>Figure 1:</b> mask_all.
173
+ </td>
174
+
175
+ <td align="center">
176
+ <img src="READ_ME_MEDIA/mask_nuisance.png" width=800"><br>
177
+ <b>Figure 2:</b> mask_nuisance
178
+ </td>
179
+
180
+ <td align="center">
181
+ <img src="READ_ME_MEDIA/mask_visb.png" width="800"><br>
182
+ <b>Figure 3:</b> mask_visib (box)
183
+
184
+ <td align="center">
185
+ <img src="READ_ME_MEDIA/rgb.png" width="800"><br>
186
+ <b>Figure 3:</b> rgb (Anomalous)
187
+ </td>
188
+ </tr>
189
+ </table>
190
+
191
+ ### train
192
+ This directory contains a complete real-world training scene captured using an RGB-D camera setup. The scene includes RGB images, depth images, visibility masks, object annotations, camera parameters, and scene metadata required for object detection, segmentation, pose estimation, and synthetic-to-real transfer experiments.
193
+ - **train_good**: Contains the RGB images captured for this scene.
194
+ - **train_good_depth**: Contains depth images corresponding to the RGB images.
195
+ - **mask_visib**: Contains visible object masks.
196
+ <table>
197
+ <tr>
198
+ <td align="center">
199
+ <img src="READ_ME_MEDIA/train_mask_visb.png" width="800"><br>
200
+ <b>Figure 1:</b> mask_visib (box).
201
+ </td>
202
+
203
+ <td align="center">
204
+ <img src="READ_ME_MEDIA/train_rgb.png" width=800"><br>
205
+ <b>Figure 2:</b> rgb (anomaly-free).
206
+ </td>
207
+ </tr>
208
+ </table>
209
+
210
+ ## License
211
  license: cc-by-nc-nd-4.0
212
+ ## Contact
213
+ For questions, please contact the corresponding authors of the paper.
READ_ME_MEDIA/Segmentation Mask distribution image.png ADDED

Git LFS Details

  • SHA256: 197436d96736693f8c56f0dbf6eb69d32831dfbe105ab58b1ae3c2426aa1e439
  • Pointer size: 130 Bytes
  • Size of remote file: 93.5 kB
READ_ME_MEDIA/anomaly_distribution_image.png ADDED

Git LFS Details

  • SHA256: 645ff0a9d71edc6b8b0859bf0c033f94a1754f17294dac3f8f04bf4f0874dcb4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
READ_ME_MEDIA/mask_all.png ADDED

Git LFS Details

  • SHA256: 23828548cee9c33fa6465dca28a8583d5b7c6ae911abacd98304e501b3802e3a
  • Pointer size: 129 Bytes
  • Size of remote file: 3.19 kB
READ_ME_MEDIA/mask_nuisance.png ADDED

Git LFS Details

  • SHA256: 8c212ec18abbebad1d2cecca7afd449d3c848e286fc192c2c2c75b7c79e7873d
  • Pointer size: 129 Bytes
  • Size of remote file: 2.01 kB
READ_ME_MEDIA/mask_residual.png ADDED

Git LFS Details

  • SHA256: f7bf5480ae2c22afb439b27bb0d1edd24a5fdcd2fd82b8f68ab0157116059b2a
  • Pointer size: 129 Bytes
  • Size of remote file: 2.45 kB
READ_ME_MEDIA/mask_visb.png ADDED

Git LFS Details

  • SHA256: e45f4be54d64e994f4308df90d2666663943908e84c5063250dbe081af6d1938
  • Pointer size: 129 Bytes
  • Size of remote file: 2.64 kB
READ_ME_MEDIA/rgb.png ADDED

Git LFS Details

  • SHA256: 1da3abd02c136d5051aedfaf85edb120745ec6b4c8299d01d33f779e8a83bb72
  • Pointer size: 131 Bytes
  • Size of remote file: 380 kB
READ_ME_MEDIA/scene_wise_anomaly_task_distribution_image.png ADDED

Git LFS Details

  • SHA256: 1556201e2de7b77d758b873c206fa35fb6ab5d76d0188acb0053b360771cd232
  • Pointer size: 130 Bytes
  • Size of remote file: 71 kB
READ_ME_MEDIA/train_mask_visb.png ADDED

Git LFS Details

  • SHA256: 7abafe5795c54ffd200252c991fe24006db0e45ab83efd7db8209266a996a39e
  • Pointer size: 129 Bytes
  • Size of remote file: 2.26 kB
READ_ME_MEDIA/train_rgb.png ADDED

Git LFS Details

  • SHA256: 2923adaeb8b78c2fe97a4598ae3b4186cac58a407859a64ea6c8aab5188e7c84
  • Pointer size: 131 Bytes
  • Size of remote file: 271 kB
models/3D_Scans/KLT_4314.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1886d27656a0d5da7f8b99cc3e501620a503820d49040ba2d783eb633dda6773
3
+ size 251580
models/3D_Scans/KLT_4315.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3203c031236b18a8a245f7d14abc1082045e2747533e01ea412999aee257d07e
3
+ size 1425068
models/3D_Scans/Set_Box.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d7ec0493c5fa585d84a3f5000ed55e685c0685be3613b9896851a3bbbdd3fdd
3
+ size 45884928
models/3D_Scans/partial_scans/KLT_4314/KLT_4314_bottom_view.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d8284104fbecc9989d9c18d153f93e02b8e5e7dbb4f9eb63a24e9d8a7eaef59
3
+ size 46810884
models/3D_Scans/partial_scans/KLT_4314/KLT_4314_top_view.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3ce6e311b81db1938269752885290372f99a21f8219b1b375226f1ce0c7d1c0
3
+ size 65188634
models/3D_Scans/partial_scans/KLT_4315/KLT_4315_bottom_view.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:614ee8dc24e3ea0057de37c68796ba0141ef4fa7e653a38a1940766d147f2e59
3
+ size 46138084
models/3D_Scans/partial_scans/KLT_4315/KLT_4315_top_view.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa73e8435b5753614c92930aa7b39d67a2fc05a56ad3ca73505259da81b53d69
3
+ size 46560084
models/3D_Scans/partial_scans/Set_Box/SetBox_bottom_view.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8e811f06394c0b981410ebddbe0b708fa1cc2dc09b0eb60fde2493206b1dc47
3
+ size 31460184
models/3D_Scans/partial_scans/Set_Box/SetBox_top_view.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08ec48c4febb394e4998c4a0302ed5c8ea8642dde9e7dc88e89b3db9243c3ff6
3
+ size 121855484
models/KLT_4314.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1886d27656a0d5da7f8b99cc3e501620a503820d49040ba2d783eb633dda6773
3
+ size 251580
models/KLT_4314.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:096398915fe2e55bce292803909a300f75876a0396f30bfeacfd02088a532321
3
+ size 297064
models/KLT_4314.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9492ef14576750310ed51fe006646b1a6c4e95b0fd691c04a99ae35db4d990fb
3
+ size 330934
models/KLT_4315.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3203c031236b18a8a245f7d14abc1082045e2747533e01ea412999aee257d07e
3
+ size 1425068
models/KLT_4315.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e19962ddb9b820dd23e105ea4bfff7b60bce9ee67c441dfe2674d21e299600e3
3
+ size 1613447
models/KLT_4315.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8817aea1b23a5cb3e4b1762daf1a3916458f3a8fdcd7589c3d7f6b46c286ec7c
3
+ size 1351784
models/Set_Box.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d7ec0493c5fa585d84a3f5000ed55e685c0685be3613b9896851a3bbbdd3fdd
3
+ size 45884928
models/Set_Box.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e1e1652133a7193a54618d53423edba44ac806237f5ea2d0ac016d6d0dcd44b
3
+ size 39440628
models/Set_Box.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:432e7d8dc4cc4a9e16ccfa78c19bdf010e3da2b568df69bcca4b2674ee9b49db
3
+ size 18444984
models/models_info.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ { "4314": {
2
+ "diameter": 499.34228616250795,
3
+ "min_x": -198.00013732910156,
4
+ "min_y": -148.5,
5
+ "min_z": -73.75000762939453,
6
+ "size_x": 396.000244140625,
7
+ "size_y": 297.0,
8
+ "size_z": 147.5,
9
+ "symmetries_discrete": [
10
+ [
11
+ -0.9999999960845758,
12
+ -1.6248865300134547e-09,
13
+ -8.849208552106681e-05,
14
+ 0.3914668134468151,
15
+ -1.6248862850840954e-09,
16
+ -0.9999999993256787,
17
+ 3.6723880881596805e-05,
18
+ -0.12565949203679871,
19
+ -8.849208552106681e-05,
20
+ 3.672388088159679e-05,
21
+ 0.9999999954102536,
22
+ 1.9628209518174344e-05,
23
+ 0.0,
24
+ 0.0,
25
+ 0.0,
26
+ 1.0
27
+ ],
28
+ [
29
+ -0.9999995408332589,
30
+ 0.0009582965278003895,
31
+ 1.0179829020944627e-06,
32
+ 0.39400413474633705,
33
+ 0.0009582965278003893,
34
+ 0.9999972839424688,
35
+ 0.002124564767240618,
36
+ 0.05859709957339514,
37
+ 1.017982902339392e-06,
38
+ 0.002124564767240618,
39
+ -0.99999774310921,
40
+ -55.33915209403803,
41
+ 0.0,
42
+ 0.0,
43
+ 0.0,
44
+ 1.0
45
+ ],
46
+ [
47
+ 0.9999995368256546,
48
+ -0.0009583916296506858,
49
+ 8.850966316057576e-05,
50
+ 0.0023884223595085907,
51
+ -0.0009583916296506858,
52
+ -0.9999995407426359,
53
+ -4.2413470103029026e-08,
54
+ -0.1264880121141088,
55
+ 8.850966316057587e-05,
56
+ -4.2413469858099695e-08,
57
+ -0.999999996083019,
58
+ -55.33936623322511,
59
+ 0.0,
60
+ 0.0,
61
+ 0.0,
62
+ 1.0
63
+ ]
64
+ ]
65
+ },
66
+
67
+ "4315": {
68
+ "diameter": 498.82432090366245,
69
+ "min_x": -198.01605224609375,
70
+ "min_y": -148.50038146972656,
71
+ "min_z": -73.75460052490234,
72
+ "size_x": 396.0321044921875,
73
+ "size_y": 297.00152587890625,
74
+ "size_z": 147.5046844482422
75
+ },
76
+
77
+ "SetBox": {
78
+ "diameter": 770.4846048667487,
79
+ "min_x": -257.500022649765,
80
+ "min_y": 0.0,
81
+ "min_z": -282.4999988079071,
82
+ "size_x": 515.00004529953,
83
+ "size_y": 115.00000208616257,
84
+ "size_z": 564.9999976158142
85
+ }
86
+ }
test/000001/annotations.coco.json ADDED
The diff for this file is too large to render. See raw diff
 
test/000001/anomaly/depth/00001.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9c1706a28cbb36b9e03fc8edf88ec3556f3cb57264e79d69b92ec162549454d
3
+ size 614528
test/000001/anomaly/depth/00002.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e5697193c23e6bd802567cc2808ca3d0a1798647c437ab5d35cf9fc4e7b400e
3
+ size 614528
test/000001/anomaly/depth/00003.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd03224515b7d03a75c8a43d1ecc80a52fcf32c832b781f899900f6fcba2eb60
3
+ size 614528
test/000001/anomaly/depth/00004.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23131743d56e6d2ab830451f4ff49066cb7e9998d649a88bf5c317565f551ff7
3
+ size 614528
test/000001/anomaly/depth/00005.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:005d0dfd4922a45de18df9cde7d25121e15341e6b2820c9374360f803a4a411d
3
+ size 614528
test/000001/anomaly/depth/00006.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d49e15c3525765772ed0d9a9299f1baf1e4536767a63112e5ea9d2ebbb09526
3
+ size 614528
test/000001/anomaly/depth/00007.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9234b6042feeecf77d1f8baa953afc90e86dbbfe003bdb86067fe339e212a790
3
+ size 614528
test/000001/anomaly/depth/00008.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f33041b8c8ddcd482e6457648978429f06aba45c5f8c8f0cf9ce5043b1eea4b
3
+ size 614528
test/000001/anomaly/depth/00009.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8d677facbf3a288a23b1d2af4f7508881205657df39bfbf3864bf8547a6ae89
3
+ size 614528
test/000001/anomaly/depth/00010.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45f88627e78256d1ff0ce5b0f0545c6edec62eff0aa6b19d645ec9acf556b998
3
+ size 614528
test/000001/anomaly/depth/00011.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87c73a26e9385fef33c28ef8f2cdaf147354925f050d9c557c220330ce4360be
3
+ size 614528
test/000001/anomaly/depth/00012.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a95112e8c41266f2f0abe3ff0b5e34bd4a5a0169d21bc3ac5fa91d7cf73bfa53
3
+ size 614528
test/000001/anomaly/depth/00013.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d71134d27c02a64d49a9b403b642da2c76f30202fbd4ccb5062ae9e344aafd37
3
+ size 614528
test/000001/anomaly/depth/00014.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8c8c37f89b22697b29f94d045a84eb6d5b0a7295f4ba4409dcd8a6d69481124
3
+ size 614528
test/000001/anomaly/depth/00015.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68e0077e843e00c4a3aa20b260455bbcd12939abfa2f5e02d9ed4cf78c24a771
3
+ size 614528
test/000001/anomaly/depth/00016.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf8b479bc5918dda6c7da7de6dfa0dbefd7386d24011d554d1143b4c653da03b
3
+ size 614528
test/000001/anomaly/depth/00017.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0d3bab6b8e3ad41052070cf215282cb0f57220a62f6567b7807fab80da22c36
3
+ size 614528
test/000001/anomaly/depth/00018.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:816dd8bcaed3f661e2c3a8574c612be2bc4da6f584e1755b758e1cc0f7e30741
3
+ size 614528