Commit ·
6b74cfb
0
Parent(s):
Duplicate from tetrabot/InspecSafe-V1
Browse files- .gitattributes +60 -0
- README.md +131 -0
- dataset_structure.png +3 -0
- test.tar.gz +3 -0
- train.tar.gz.part_000 +3 -0
- train.tar.gz.part_001 +3 -0
- train.tar.gz.part_002 +3 -0
- train.tar.gz.part_003 +3 -0
- train.tar.gz.part_004 +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
# Audio files - uncompressed
|
| 40 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
# Audio files - compressed
|
| 44 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
# Image files - uncompressed
|
| 50 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
# Image files - compressed
|
| 55 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
*.webp 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
|
README.md
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: cc-by-4.0
|
| 5 |
+
tags:
|
| 6 |
+
- multiple-modality
|
| 7 |
+
- industrial-scene
|
| 8 |
+
- custom-dataset
|
| 9 |
+
size_categories:
|
| 10 |
+
- 10G<n<100G
|
| 11 |
+
source_datasets:
|
| 12 |
+
- original
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# InspecSafe-V1
|
| 16 |
+
|
| 17 |
+
## Overview
|
| 18 |
+
|
| 19 |
+
**InspecSafe-V1** is a high-quality, multimodal annotated dataset designed for **world model construction and analysis in industrial environments**. The data was collected from real-world inspection robots deployed across industrial sites and has been carefully cleaned and standardized for research and applications in predictive world modeling for industrial scenarios.
|
| 20 |
+
|
| 21 |
+
The dataset covers five representative industrial settings: tunnels, power facilities, sintering equipment, oil/gas/chemical plants, and coal conveyor galleries. It was constructed using data from 41 wheeled or rail-mounted inspection robots operating at 2,239 valid inspection waypoints. At each waypoint, eight synchronized modalities are provided:
|
| 22 |
+
|
| 23 |
+
- Visible-light video
|
| 24 |
+
- Infrared video
|
| 25 |
+
- Audio
|
| 26 |
+
- Depth point clouds
|
| 27 |
+
- LiDAR point clouds
|
| 28 |
+
- Gas concentration readings
|
| 29 |
+
- Temperature
|
| 30 |
+
- Humidity
|
| 31 |
+
|
| 32 |
+
Additionally, pixel-level polygonal segmentation annotations are provided for industrial objects in visible-light images. To support downstream tasks, each sample is also accompanied by a semantic scene description and a corresponding safety-level label based on real inspection protocols.
|
| 33 |
+
|
| 34 |
+
## Dataset Format
|
| 35 |
+
|
| 36 |
+
The dataset is divided into a training set and a test set, both of which are organized in a structured directory layout with aligned multimodal streams and annotations. An overview of the data structure is shown below:
|
| 37 |
+
|
| 38 |
+
|
| 39 |
+
```
|
| 40 |
+
DATA_PATH
|
| 41 |
+
├── train
|
| 42 |
+
│ ├── Annotations
|
| 43 |
+
│ │ ├── Normal_data
|
| 44 |
+
│ │ │ ├── coal_conveyor-Level04-SuspendedRail-000560
|
| 45 |
+
│ │ │ │ ├── coal_conveyor-Level04-SuspendedRail-000560-001.jpg
|
| 46 |
+
│ │ │ │ ├── coal_conveyor-Level04-SuspendedRail-000560-001.json
|
| 47 |
+
│ │ │ │ └── coal_conveyor-Level04-SuspendedRail-000560-001.txt
|
| 48 |
+
│ │ │ └── ...
|
| 49 |
+
│ │ └── Anomaly_data
|
| 50 |
+
│ │ ├── coal_conveyor-Level01-SuspendedRail-002486
|
| 51 |
+
│ │ │ ├── coal_conveyor-Level01-SuspendedRail-002486-001.jpg
|
| 52 |
+
│ │ │ ├── coal_conveyor-Level01-SuspendedRail-002486-001.json
|
| 53 |
+
│ │ │ └── coal_conveyor-Level01-SuspendedRail-002486-001.txt
|
| 54 |
+
│ │ └── ...
|
| 55 |
+
│ ├── Other_modalities
|
| 56 |
+
│ │ ├── coal_conveyor-Level04-SuspendedRail-000560
|
| 57 |
+
│ │ │ ├── coal_conveyor-Level04-SuspendedRail-000560-visible.mp4
|
| 58 |
+
│ │ │ ├── coal_conveyor-Level04-SuspendedRail-000560-infrared.mp4
|
| 59 |
+
│ │ │ ├── coal_conveyor-Level04-SuspendedRail-000560-sensor.txt
|
| 60 |
+
│ │ │ ├── coal_conveyor-Level04-SuspendedRail-000560-point_cloud.bag
|
| 61 |
+
│ │ │ └── coal_conveyor-Level04-SuspendedRail-000560-audio.wav
|
| 62 |
+
│ │ └── ...
|
| 63 |
+
│ └── Parameters
|
| 64 |
+
│ ├── Hardware
|
| 65 |
+
│ ├── Device_A.json
|
| 66 |
+
│ ├── Device_B.json
|
| 67 |
+
│ └── ...
|
| 68 |
+
└── test
|
| 69 |
+
├── Annotations
|
| 70 |
+
│ ├── Normal_data
|
| 71 |
+
│ │ ├── coal_conveyor-Level04-SuspendedRail-000001
|
| 72 |
+
│ │ │ ├── coal_conveyor-Level04-SuspendedRail-000001-001.jpg
|
| 73 |
+
│ │ │ ├── coal_conveyor-Level04-SuspendedRail-000001-001.json
|
| 74 |
+
│ │ │ └── coal_conveyor-Level04-SuspendedRail-000001-001.txt
|
| 75 |
+
│ │ └── ...
|
| 76 |
+
│ └── Anomaly_data
|
| 77 |
+
│ ├── coal_conveyor-Level01-SuspendedRail-002235
|
| 78 |
+
│ │ ├── coal_conveyor-Level01-SuspendedRail-002235-001.jpg
|
| 79 |
+
│ │ ├── coal_conveyor-Level01-SuspendedRail-002235-001.json
|
| 80 |
+
│ │ └── coal_conveyor-Level01-SuspendedRail-002235-001.txt
|
| 81 |
+
│ └── ...
|
| 82 |
+
├── Other_modalities
|
| 83 |
+
│ ├── coal_conveyor-Level04-SuspendedRail-000001
|
| 84 |
+
│ │ ├── coal_conveyor-Level04-SuspendedRail-000001-visible.mp4
|
| 85 |
+
│ │ ├── coal_conveyor-Level04-SuspendedRail-000001-infrared.mp4
|
| 86 |
+
│ │ ├── coal_conveyor-Level04-SuspendedRail-000001-sensor.txt
|
| 87 |
+
│ │ ├── coal_conveyor-Level04-SuspendedRail-000001-point_cloud.bag
|
| 88 |
+
│ │ └── coal_conveyor-Level04-SuspendedRail-000001-audio.wav
|
| 89 |
+
│ └── ...
|
| 90 |
+
└── Parameters
|
| 91 |
+
├── Hardware
|
| 92 |
+
├── Device_A.json
|
| 93 |
+
├── Device_B.json
|
| 94 |
+
└── ...
|
| 95 |
+
```
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
### Notes:
|
| 99 |
+
- **File naming convention**: `{collection_robot_MAC_address}_{collection_time}_{point_name}`.
|
| 100 |
+
- **Annotations**:
|
| 101 |
+
- `.json`: Contains pixel-level polygonal segmentation masks for industrial objects.
|
| 102 |
+
- `.txt`: Contains human-readable semantic descriptions of the scene.
|
| 103 |
+
- **Other modalities**:
|
| 104 |
+
- Videos: `.mp4` (RGB / IR)
|
| 105 |
+
- Sensor logs: `.txt` (gas, temp, humidity)
|
| 106 |
+
- Point clouds: `.bag` (ROS bag format)
|
| 107 |
+
- Audio: `.wav`
|
| 108 |
+
- **Parameters**: Includes extrinsic calibration, hardware specs, and software settings for accurate multimodal fusion.
|
| 109 |
+
|
| 110 |
+
> This structure ensures synchronized access across all modalities and supports both supervised learning and world modeling tasks. Each sample metadata (e.g., robot ID, location, timestamp, safety label) is stored in JSON format. Segmentation masks are provided as PNG images with instance IDs matching the annotation JSON.
|
| 111 |
+
|
| 112 |
+
## Data Splits
|
| 113 |
+
|
| 114 |
+
| Split | Number of Samples |
|
| 115 |
+
|---------|-------------------|
|
| 116 |
+
| train | 3,763 |
|
| 117 |
+
| test | 1,250 |
|
| 118 |
+
|
| 119 |
+
> Note: The dataset does not include a separate validation split; users are encouraged to create one from the training set as needed.
|
| 120 |
+
|
| 121 |
+
## License
|
| 122 |
+
|
| 123 |
+
This dataset is released under the [CC-BY-4.0 License](https://creativecommons.org/licenses/by/4.0/).
|
| 124 |
+
|
| 125 |
+
## Acknowledgements
|
| 126 |
+
|
| 127 |
+
We thank the multimodal recognition algorithm team who contributed to data collection and annotation. This work was supported by TetraBOT.
|
| 128 |
+
|
| 129 |
+
---
|
| 130 |
+
|
| 131 |
+
For questions or contributions, please open an issue in the repository.
|
dataset_structure.png
ADDED
|
Git LFS Details
|
test.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:818086e696f970e036bf6a76758e4fb851fa26f771fe4eac56f8dc073b44358d
|
| 3 |
+
size 5748799871
|
train.tar.gz.part_000
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:298a3dcc569387bccb7e4a94086c64ee726a7f05c014f803e38d77ff1b2094a3
|
| 3 |
+
size 4294967296
|
train.tar.gz.part_001
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:555573a70c31b61f2e39cabfc1c881289cfeed06de3b34faf558a813e6192426
|
| 3 |
+
size 4294967296
|
train.tar.gz.part_002
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8acadb55d94c928880af83b78a907784f27f434c2c224da59dd01ff065a4f3e8
|
| 3 |
+
size 4294967296
|
train.tar.gz.part_003
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0c0f6e11bd7a39fcfa8433bc1685263b96656c88941008581b1622c87f2fad1
|
| 3 |
+
size 4294967296
|
train.tar.gz.part_004
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43d8b5895fecce5e51855254bae2b662c941d33ddb7da13b44ecfc5e2d9d1301
|
| 3 |
+
size 706986410
|