Upload folder using huggingface_hub
Browse files- README.md +327 -46
- baseline.jpg +3 -0
- descriptions.csv +54 -0
- images/examples/hammer_handle_sliding_fl3.jpg +3 -0
- images/examples/scissors_blades_rotation_fl2.jpg +3 -0
- images/examples/tv_remote_buttons_sliding_fl1.jpg +3 -0
- images/objects/labelled_objects.jpg +3 -0
- images/objects/labelled_unseen_objects.jpg +3 -0
- metadata.csv +1129 -0
README.md
CHANGED
|
@@ -1,48 +1,329 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
- name: material
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: description
|
| 25 |
-
dtype: string
|
| 26 |
-
- name: interaction_num
|
| 27 |
-
dtype: string
|
| 28 |
-
- name: frame_num
|
| 29 |
-
dtype: string
|
| 30 |
-
- name: interaction_id
|
| 31 |
-
dtype: string
|
| 32 |
-
splits:
|
| 33 |
-
- name: train
|
| 34 |
-
num_bytes: 1796329837
|
| 35 |
-
num_examples: 120960
|
| 36 |
-
- name: test_unseen
|
| 37 |
-
num_bytes: 213954883
|
| 38 |
-
num_examples: 14400
|
| 39 |
-
download_size: 1998921344
|
| 40 |
-
dataset_size: 2010284720
|
| 41 |
-
configs:
|
| 42 |
-
- config_name: default
|
| 43 |
-
data_files:
|
| 44 |
-
- split: train
|
| 45 |
-
path: data/train-*
|
| 46 |
-
- split: test_unseen
|
| 47 |
-
path: data/test_unseen-*
|
| 48 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: cc-by-4.0
|
| 5 |
+
|
| 6 |
+
pretty_name: Touch-Ex
|
| 7 |
+
|
| 8 |
+
task_categories:
|
| 9 |
+
- image-classification
|
| 10 |
+
- feature-extraction
|
| 11 |
+
|
| 12 |
+
tags:
|
| 13 |
+
- tactile-sensing
|
| 14 |
+
- visuo-tactile
|
| 15 |
+
- robotics
|
| 16 |
+
- digit-sensor
|
| 17 |
+
- multimodal
|
| 18 |
+
- tactile-language
|
| 19 |
+
- tactile-perception
|
| 20 |
+
- representation-learning
|
| 21 |
+
- force-aware-perception
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
+
|
| 24 |
+
# Touch-Ex: A Region-Level, Force-Annotated Visuo-Tactile Dataset
|
| 25 |
+
|
| 26 |
+
## Dataset Summary
|
| 27 |
+
|
| 28 |
+
Touch-Ex (Touch Exploration) is a region-level, force-annotated visuo-tactile dataset collected using a DIGIT vision-based tactile sensor and a collection of common UK household objects. The dataset was designed to support research in tactile representation learning, force-aware perception, object-region recognition, temporal tactile modelling, tactile-language alignment and in particular, active tactile exploration.
|
| 29 |
+
|
| 30 |
+
The dataset contains more than 135,000 visuo-tactile frames collected across 1,128 tactile interactions from 23 household objects spanning a wide range of materials, textures, geometries, and compliance levels. Data collection was designed to ensure balanced representation across objects, with each object in the training split contributing an equal number of tactile samples regardless of the number of annotated regions.
|
| 31 |
+
|
| 32 |
+
Touch-Ex is divided into two predefined splits:
|
| 33 |
+
|
| 34 |
+
- **Train:** 14 objects used for model development, training, validation, and in-distribution evaluation.
|
| 35 |
+
- **Test Unseen:** 9 objects reserved exclusively for object-level generalisation evaluation.
|
| 36 |
+
|
| 37 |
+
Each dataset sample corresponds to a single tactile frame and includes image data, force measurements, interaction metadata, semantic descriptions, and structured tactile attributes.
|
| 38 |
+
|
| 39 |
+
## Example Samples
|
| 40 |
+
|
| 41 |
+
| image | object | region | force_level | motion | material | hardness | description |
|
| 42 |
+
|--------------|---------|---------|---------|---------|---------|---------|---------|
|
| 43 |
+
|  | hammer | handle | 3 | sliding | rubber | medium-hard | An elongated, solid rubber-coated gripping area featuring small, evenly spaced circular dimples that provide a repeating texture. |
|
| 44 |
+
|  | scissors | blades | 2 | rotation | metal | hard | A pair of elongated, flat metallic blades with polished surfaces that gradually taper to sharp outer edges and are joined at a raised pivot screw. |
|
| 45 |
+
|  | tv_remote | buttons | 1 | sliding | rubber | soft-medium | Small, compact raised rubber features, including rectangles, squares, and circles, that provide springy resistance when pressed. |
|
| 46 |
+
|
| 47 |
+
*Touch-Ex samples showing tactile images and their key annotations.*
|
| 48 |
+
|
| 49 |
+
---
|
| 50 |
+
|
| 51 |
+
## Dataset Modality
|
| 52 |
+
|
| 53 |
+
Following standard terminology for optical tactile sensors, "visuo-tactile" refers strictly to the internal image data captured by the DIGIT sensor's embedded camera. This dataset intentionally excludes external RGB camera views of the objects to prioritise compactness and pure tactile-language representation learning.
|
| 54 |
+
|
| 55 |
+
---
|
| 56 |
+
|
| 57 |
+
## Why Touch-Ex?
|
| 58 |
+
|
| 59 |
+
Touch-Ex was designed to address several limitations of existing visuo-tactile datasets. While many tactile datasets focus primarily on object identity or contact localisation, Touch-Ex introduces region-level annotations, force-level annotations, and semantic tactile descriptions within a unified benchmark.
|
| 60 |
+
|
| 61 |
+
Touch-Ex combines:
|
| 62 |
+
- Region-level object annotations
|
| 63 |
+
- Force-level tactile annotations
|
| 64 |
+
- Sequential tactile interactions
|
| 65 |
+
- Controlled exploratory motions
|
| 66 |
+
- Natural-language tactile descriptions
|
| 67 |
+
- Structured semantic attributes
|
| 68 |
+
|
| 69 |
+
In addition to standard in-distribution evaluation, Touch-Ex provides a dedicated unseen object test split containing both alternative instances of known object categories and entirely new object categories. This enables systematic evaluation of object-level generalisation and the extent to which learned representations capture transferable tactile properties rather than object identity alone.
|
| 70 |
+
|
| 71 |
+
---
|
| 72 |
+
|
| 73 |
+
## Data Collection
|
| 74 |
+
|
| 75 |
+
Touch-Ex was collected using a DIGIT vision-based tactile sensor operated manually by a human data collector, moving and orienting the DIGIT and the object as needed.
|
| 76 |
+
|
| 77 |
+
To enable force-aware data collection, a Grove Round Force Sensor (FSR402) was attached to the rear of the DIGIT sensor and connected to a Raspberry Pi Pico via a Grove Shield.
|
| 78 |
+
|
| 79 |
+
During data collection, the operator applied pressure to the rear of the sensor using their index finger (stabilising either side with their thumb and middle finger) while bringing the DIGIT into contact with the target object. The rear-mounted FSR measured this applied force, providing an estimate of how strongly the sensor was pressed against the object surface.
|
| 80 |
+
|
| 81 |
+
Data acquisition was performed using a custom collection tool developed specifically for Touch-Ex: [https://github.com/gemixin/digit-fsr-gui](https://github.com/gemixin/digit-fsr-gui).
|
| 82 |
+
|
| 83 |
+
The software simultaneously recorded tactile images and FSR measurements throughout data collection.
|
| 84 |
+
|
| 85 |
+
Each tactile interaction was performed using one of two exploratory motions:
|
| 86 |
+
|
| 87 |
+
- **Sliding:** controlled movement across an object surface while maintaining contact.
|
| 88 |
+
- **Rotation:** controlled rotational movement about a target contact point.
|
| 89 |
+
|
| 90 |
+
Every interaction consists of a sequence of 120 tactile frames collected from a labelled object region while maintaining a target force level. Every effort was made to ensure that contact remained within the target region throughout an interaction. However, for certain objects and regions, complete isolation was not always possible. For example, narrow football seams may include portions of adjacent panels due to their limited width.
|
| 91 |
+
|
| 92 |
+
Contact points were sampled within each labelled region to ensure diverse coverage of the object surface, with care taken to include any distinctive or unique features.
|
| 93 |
+
|
| 94 |
+
### Force Annotation
|
| 95 |
+
|
| 96 |
+
To improve consistency across interactions, FSR measurements were used to categorise contact into three predefined force levels. These force levels were designed to capture meaningful differences in sensor deformation while remaining practical for consistent human application.
|
| 97 |
+
|
| 98 |
+
| Force Level | Description |
|
| 99 |
+
| ----------- | ------------ |
|
| 100 |
+
| 1 | Contact Only |
|
| 101 |
+
| 2 | Light Press |
|
| 102 |
+
| 3 | Firm Press |
|
| 103 |
+
|
| 104 |
+
During collection, a target force level was selected within the acquisition software. Real-time FSR measurements were used to monitor the applied force, while a connected LED bar provided visual feedback to the operator. The software additionally filtered tactile frames according to the selected target force level, ensuring that only samples falling within the predefined range for the chosen force category were retained.
|
| 105 |
+
|
| 106 |
+
FSR measurements were calibrated using a dedicated calibration framework: [https://github.com/gemixin/digit-force-calibration](https://github.com/gemixin/digit-force-calibration).
|
| 107 |
+
|
| 108 |
+
The dataset includes both raw FSR voltage measurements and approximate calibrated force estimates derived from the rear-mounted force sensor. While these values provide additional information about relative contact intensity, the primary force annotation is the discrete force-level label. The calibrated force estimates should therefore be considered approximate rather than laboratory-grade force ground truth.
|
| 109 |
+
|
| 110 |
+
### Semantic Annotations
|
| 111 |
+
|
| 112 |
+
The material labels, hardness labels, and natural-language descriptions were assigned by a human annotator and subsequently reviewed with the assistance of large language models to improve consistency.
|
| 113 |
+
|
| 114 |
+
---
|
| 115 |
+
|
| 116 |
+
## Dataset Structure
|
| 117 |
+
|
| 118 |
+
The Hugging Face version of Touch-Ex uses a flattened tabular representation where each row corresponds to a single visuo-tactile frame.
|
| 119 |
+
|
| 120 |
+
### Features
|
| 121 |
+
|
| 122 |
+
| Feature | Type | Description |
|
| 123 |
+
| ------------------- | ------- | ---------------------------------------------------- |
|
| 124 |
+
| image | Image | DIGIT visuo-tactile image |
|
| 125 |
+
| object | string | Object label |
|
| 126 |
+
| region | string | Region label |
|
| 127 |
+
| object_region | string | Combined object-region label |
|
| 128 |
+
| force_level | string | Discrete force category (1, 2 or 3) |
|
| 129 |
+
| motion | string | Interaction motion type (sliding or rotation) |
|
| 130 |
+
| fsr_voltage | float32 | Raw force-sensitive resistor voltage |
|
| 131 |
+
| force_n | float32 | Approximate calibrated force estimate (Newtons) |
|
| 132 |
+
| hardness | string | Perceived hardness label |
|
| 133 |
+
| material | string | Primary material label |
|
| 134 |
+
| description | string | Natural-language tactile description |
|
| 135 |
+
| interaction_num | string | Interaction identifier within region and force level |
|
| 136 |
+
| frame_num | string | Frame number within interaction |
|
| 137 |
+
| interaction_id | string | Unique interaction identifier |
|
| 138 |
+
|
| 139 |
+
### Splits
|
| 140 |
+
|
| 141 |
+
Touch-Ex is divided into two predefined splits:
|
| 142 |
+
|
| 143 |
+
| Split | Description |
|
| 144 |
+
| ----------- | ------------------------------------------------------------------------------------------- |
|
| 145 |
+
| Train | 14 objects used for model development, training, validation, and in-distribution evaluation |
|
| 146 |
+
| Test Unseen | 9 objects reserved for object-level generalisation evaluation |
|
| 147 |
+
|
| 148 |
+
The unseen test split contains both alternative instances of known object categories and entirely new object categories.
|
| 149 |
+
|
| 150 |
+
For evaluation, all frames originating from the same interaction should remain within the same dataset partition. Because interactions contain highly correlated frame sequences, frame-level train/test splitting is not recommended. The `interaction_id` field is provided to support leakage-free splitting.
|
| 151 |
+
|
| 152 |
+
### Supplementary Files
|
| 153 |
+
|
| 154 |
+
The repository includes several supplementary files in addition to the main dataset:
|
| 155 |
+
|
| 156 |
+
| File | Description |
|
| 157 |
+
| ------------------ | ---------------------------------------------------------------------------------------------------------------- |
|
| 158 |
+
| `baseline.jpg` | Reference DIGIT image captured without object contact. May be used for background subtraction and preprocessing. |
|
| 159 |
+
| `metadata.csv` | Interaction-level metadata containing object, region, force level, motion type, and interaction identifiers. |
|
| 160 |
+
| `descriptions.csv` | Region-level semantic annotations including material labels, hardness labels, and natural-language descriptions. |
|
| 161 |
+
|
| 162 |
+
---
|
| 163 |
+
|
| 164 |
+
## Dataset Contents
|
| 165 |
+
|
| 166 |
+
### Training Objects
|
| 167 |
+
|
| 168 |
+
|#|Object|Object Label|Region Labels|Specification|
|
| 169 |
+
|---|---|---|---|---|
|
| 170 |
+
|1|Toilet roll|toilet_roll|body, ends|New, full roll of unbranded, quilted white toilet paper|
|
| 171 |
+
|2|Pringles tube (empty)|tube_pringles|body, lid, base|Empty 185g Original Flavour Pringles tube with lid; freshness seal removed|
|
| 172 |
+
|3|Tin of beans (sealed)|tin_beans|body, lid, base|Sealed 415g tin of Heinz Baked Beans|
|
| 173 |
+
|4|Tennis ball|tennis_ball|body, seam|Standard yellow Penn tennis ball|
|
| 174 |
+
|5|Scissors|scissors|handle, blades|Large pair of general-purpose scissors|
|
| 175 |
+
|6|Hammer|hammer|head, neck, handle|Hammer with rubber-dimpled handle|
|
| 176 |
+
|7|Toothbrush|toothbrush|handle, head|Generic adult plastic toothbrush|
|
| 177 |
+
|8|Mug|mug|body, handle, rim|Plain white ceramic mug|
|
| 178 |
+
|9|Plastic bottle (empty)|plastic_bottle|body, cap, base|Empty 50cl Nestlé Pure Life still water bottle with lid; label removed|
|
| 179 |
+
|10|Sponge scourer|sponge_scourer|sponge_side, scourer_side|Generic sponge scourer|
|
| 180 |
+
|11|TV remote|tv_remote|body, buttons|Splinktech universal Samsung TV remote control|
|
| 181 |
+
|12|Wooden spoon|wooden_spoon|handle, head|30cm wooden spoon|
|
| 182 |
+
|13|Tea towel (folded)|tea_towel|surface, edge|Cotton tea towel with lattice-effect|
|
| 183 |
+
|14|Football|football|panels, seams|Mitre Impel L30P size 3 football|
|
| 184 |
+
|
| 185 |
+

|
| 186 |
+
|
| 187 |
+
### Unseen Test Objects
|
| 188 |
+
|
| 189 |
+
| # | Object | Object Label | Region Labels | Specification |
|
| 190 |
+
| --- | -------------------------- | ------------------ | ----------------- | --------------------------------------------------------- |
|
| 191 |
+
| 1 | Tin of mushy peas (sealed) | tin_peas | body, lid, base | Sealed 300g tin of Batchelors Original Mushy Peas |
|
| 192 |
+
| 2 | Scissors | small_scissors | handle, blades | Small pair of general-purpose scissors |
|
| 193 |
+
| 3 | Mug | patterned_mug | body, handle, rim | Patterned white ceramic mug |
|
| 194 |
+
| 4 | Media remote | media_remote | body, buttons | Xbox media remote control |
|
| 195 |
+
| 5 | Table knife | table_knife | handle, blade | Standard stainless steel table knife |
|
| 196 |
+
| 6 | Microfibre cloth (folded) | microfibre_cloth | surface, edge | White ribbed microfibre cleaning cloth with yellow edging |
|
| 197 |
+
| 7 | Dish brush | dish_brush | handle, head | Spontex pink washing-up brush |
|
| 198 |
+
| 8 | Beaker | beaker | body, rim | Patterned plastic beaker |
|
| 199 |
+
| 9 | Rubber ball | rubber_ball | body, ridges | Chuckit! Ultra medium rubber ball |
|
| 200 |
+
|
| 201 |
+

|
| 202 |
+
|
| 203 |
+
---
|
| 204 |
+
|
| 205 |
+
## Usage
|
| 206 |
+
|
| 207 |
+
```
|
| 208 |
+
from datasets import load_dataset
|
| 209 |
+
|
| 210 |
+
dataset = load_dataset("gemixin/touch-ex")
|
| 211 |
+
|
| 212 |
+
train = dataset["train"]
|
| 213 |
+
test_unseen = dataset["test_unseen"]
|
| 214 |
+
|
| 215 |
+
sample = train[0]
|
| 216 |
+
image = sample["image"]
|
| 217 |
+
print({key: value for key, value in sample.items() if key != "image"})
|
| 218 |
+
```
|
| 219 |
+
|
| 220 |
+
The `image` field is automatically loaded as a PIL image object by the Hugging Face Datasets library.
|
| 221 |
+
|
| 222 |
+
---
|
| 223 |
+
|
| 224 |
+
## Supported Tasks
|
| 225 |
+
|
| 226 |
+
Touch-Ex supports a broad range of visuo-tactile learning tasks, including:
|
| 227 |
+
|
| 228 |
+
- Object classification
|
| 229 |
+
- Object-region classification
|
| 230 |
+
- Force-level classification
|
| 231 |
+
- Force-aware tactile perception
|
| 232 |
+
- Sequential tactile modelling
|
| 233 |
+
- Representation learning
|
| 234 |
+
- Tactile-language alignment
|
| 235 |
+
- Multimodal learning
|
| 236 |
+
- Active tactile exploration
|
| 237 |
+
|
| 238 |
+
Reference implementations, baseline models, and future experiments will be available in the Touch-Ex repository: [https://github.com/gemixin/touch-ex](https://github.com/gemixin/touch-ex).
|
| 239 |
+
|
| 240 |
+
---
|
| 241 |
+
|
| 242 |
+
## Dataset Statistics
|
| 243 |
+
|
| 244 |
+
| Statistic | Value |
|
| 245 |
+
| -------------------------- | -------- |
|
| 246 |
+
| Training objects | 14 |
|
| 247 |
+
| Training object regions | 33 |
|
| 248 |
+
| Unseen test objects | 9 |
|
| 249 |
+
| Unseen test object regions | 20 |
|
| 250 |
+
| Total objects | 23 |
|
| 251 |
+
| Total object regions | 53 |
|
| 252 |
+
| Force levels | 3 |
|
| 253 |
+
| Motion types | 2 |
|
| 254 |
+
| Frames per interaction | 120 |
|
| 255 |
+
| Total interactions | 1,128 |
|
| 256 |
+
| Total visuo-tactile frames | 135,360 |
|
| 257 |
+
|
| 258 |
+
---
|
| 259 |
+
|
| 260 |
+
## Related Resources
|
| 261 |
+
|
| 262 |
+
### Dataset Collection Software
|
| 263 |
+
|
| 264 |
+
[https://github.com/gemixin/digit-fsr-gui](https://github.com/gemixin/digit-fsr-gui)
|
| 265 |
+
|
| 266 |
+
### Force Calibration Framework
|
| 267 |
+
|
| 268 |
+
[https://github.com/gemixin/digit-force-calibration](https://github.com/gemixin/digit-force-calibration)
|
| 269 |
+
|
| 270 |
+
### Touch-Ex Models and Experiments
|
| 271 |
+
|
| 272 |
+
[https://github.com/gemixin/touch-ex](https://github.com/gemixin/touch-ex)
|
| 273 |
+
|
| 274 |
+
### Raw Dataset
|
| 275 |
+
|
| 276 |
+
The original hierarchical version of Touch-Ex, including the complete folder structure, interaction-level metadata, semantic annotation files, and baseline image, is available here:
|
| 277 |
+
|
| 278 |
+
[https://drive.google.com/drive/folders/1Jw3O8ewLCXLjAZWtHekXgwb4KDu-blX2?usp=sharing](https://drive.google.com/drive/folders/1Jw3O8ewLCXLjAZWtHekXgwb4KDu-blX2?usp=sharing)
|
| 279 |
+
|
| 280 |
+
---
|
| 281 |
+
|
| 282 |
+
## Limitations
|
| 283 |
+
|
| 284 |
+
- Data was collected using a single DIGIT tactile sensor.
|
| 285 |
+
- Interactions were performed manually by a single operator.
|
| 286 |
+
- Force measurements are intended primarily to support force-level categorisation and should not be interpreted as highly accurate force ground truth.
|
| 287 |
+
- Objects are limited to household items collected in the United Kingdom.
|
| 288 |
+
- The dataset does not include external RGB images or video streams of the objects.
|
| 289 |
+
- Data was collected in a home office environment rather than a controlled laboratory setting.
|
| 290 |
+
- Environmental conditions were not explicitly varied during collection.
|
| 291 |
+
|
| 292 |
+
---
|
| 293 |
+
|
| 294 |
+
## Ethical Considerations
|
| 295 |
+
|
| 296 |
+
The dataset contains visuo-tactile observations of inanimate household objects and does not contain personal information, biometric data, human subjects, or sensitive content.
|
| 297 |
+
|
| 298 |
+
The dataset is intended for research in tactile perception, robotics, multimodal learning, and representation learning.
|
| 299 |
+
|
| 300 |
+
---
|
| 301 |
+
|
| 302 |
+
## Citation
|
| 303 |
+
|
| 304 |
+
If you use Touch-Ex in your research, please cite:
|
| 305 |
+
|
| 306 |
+
```bibtex
|
| 307 |
+
@dataset{mclean2026touchex,
|
| 308 |
+
author = {Gemma McLean},
|
| 309 |
+
title = {Touch-Ex: A Region-Level, Force-Annotated Visuo-Tactile Dataset},
|
| 310 |
+
year = {2026},
|
| 311 |
+
publisher = {Hugging Face},
|
| 312 |
+
url = {https://huggingface.co/datasets/gemixin/touch-ex}
|
| 313 |
+
}
|
| 314 |
+
```
|
| 315 |
+
|
| 316 |
+
Touch-Ex was collected using the DIGIT vision-based tactile sensor. If you use this dataset in your research, please additionally cite the original DIGIT paper:
|
| 317 |
+
|
| 318 |
+
```bibtex
|
| 319 |
+
@article{lambeta2020digit,
|
| 320 |
+
title = {DIGIT: A Novel Design for a Low-Cost Compact High-Resolution Tactile Sensor with Application to In-Hand Manipulation},
|
| 321 |
+
author = {Lambeta, Mike and Chou, Po-Wei and Tian, Stephen and Yang, Brian and Maloon, Benjamin and Most, Victoria Rose and Stroud, Dave and Santos, Raymond and Byagowi, Ahmad and Kammerer, Gregg and Jayaraman, Dinesh and Calandra, Roberto},
|
| 322 |
+
journal = {IEEE Robotics and Automation Letters},
|
| 323 |
+
volume = {5},
|
| 324 |
+
number = {3},
|
| 325 |
+
pages = {3838--3845},
|
| 326 |
+
year = {2020},
|
| 327 |
+
doi = {10.1109/LRA.2020.2977257}
|
| 328 |
+
}
|
| 329 |
+
```
|
baseline.jpg
ADDED
|
Git LFS Details
|
descriptions.csv
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
object,region,hardness,material,description
|
| 2 |
+
toilet_roll,body,soft,tissue paper,"A soft, compressible cylindrical surface composed of multiple layers of quilted tissue paper with a repeating embossed pattern."
|
| 3 |
+
toilet_roll,ends,soft-medium,tissue paper,"Spiral-wound layers of soft tissue paper form a flat circular surface, with a smooth, rigid cardboard tube containing a hollow core at the centre."
|
| 4 |
+
tube_pringles,body,medium-hard,cardboard,"A tall, rigid cylindrical tube made of dense cardboard, with the exterior wrapped in a smooth, glossy paper label applied in a spiral, creating faint ridges that can be felt beneath the surface."
|
| 5 |
+
tube_pringles,lid,medium,plastic,"A thin, flexible circular plastic lid with a slightly raised rim, featuring a smooth, very slightly concave top surface and a small raised nodule at the centre."
|
| 6 |
+
tube_pringles,base,medium-hard,cardboard,"A flat, recessed circular base made of thick, unfinished cardboard with a raised rim."
|
| 7 |
+
tin_beans,body,hard,metal,"A cylindrical metal body wrapped in a smooth, glossy paper label, with horizontal ridges that can be felt beneath the label along the metal surface."
|
| 8 |
+
tin_beans,lid,hard,metal,"A metallic circular lid with a raised rim and ring-pull, featuring concentric structural ridges and a smooth, cold finish."
|
| 9 |
+
tin_beans,base,hard,metal,"A metallic circular bottom surface with a raised rim and a slightly recessed centre, featuring concentric structural ridges and a smooth, cold finish."
|
| 10 |
+
tennis_ball,body,medium,felt,"A compliant spherical surface covered in dense, fuzzy felt with a fibrous texture."
|
| 11 |
+
tennis_ball,seam,medium,rubber,"A coarse, recessed rubber track that winds in a continuous path along a spherical surface and has a dry, grainy texture."
|
| 12 |
+
scissors,handle,hard,plastic,Ergonomically shaped dual-loop handles with a rigid plastic exterior.
|
| 13 |
+
scissors,blades,hard,metal,"A pair of elongated, flat metallic blades with polished surfaces that gradually taper to sharp outer edges and are joined at a raised pivot screw."
|
| 14 |
+
hammer,head,hard,metal,A solid metallic form featuring a flat circular face and a curved projection with a deep tapered V-shaped cleft.
|
| 15 |
+
hammer,neck,hard,metal,"A rigid, narrow metallic cylinder with a cold, smooth surface."
|
| 16 |
+
hammer,handle,medium-hard,rubber,"An elongated, solid rubber-coated gripping area featuring small, evenly spaced circular dimples that provide a repeating texture."
|
| 17 |
+
toothbrush,handle,hard,plastic,"An elongated, slim, rigid, smooth plastic shaft with ergonomic contours and integrated rubber grip pads, terminating in a small, rigid plastic block with a tapered diamond-shaped profile."
|
| 18 |
+
toothbrush,head,soft-medium,nylon,"Dense clusters of fine, flexible nylon bristles with a slightly prickly texture."
|
| 19 |
+
mug,body,hard,ceramic,"A smooth, glazed ceramic body with a tapered cylindrical profile that gradually narrows towards the base, which features a raised rim."
|
| 20 |
+
mug,handle,hard,ceramic,"A curved, loop-shaped ceramic handle with a smooth, glazed finish."
|
| 21 |
+
mug,rim,hard,ceramic,"A circular, smooth, rounded rim that forms a continuous raised boundary between the inner and outer glazed ceramic surfaces."
|
| 22 |
+
plastic_bottle,body,soft-medium,pet plastic,"A thin-walled, flexible PET plastic surface with an ergonomic hourglass profile, featuring a series of horizontal circumferential ribs intersected by raised vertical ridges."
|
| 23 |
+
plastic_bottle,cap,hard,plastic,"A circular plastic component with vertical ridges along the outer edge and a perforated ring featuring jagged plastic teeth, with a tiny raised nodule at the centre of the top surface."
|
| 24 |
+
plastic_bottle,base,medium,pet plastic,"A petaloid structure comprising curved, flexible PET plastic feet arranged around the perimeter, with valleys extending radially inwards towards a central indentation."
|
| 25 |
+
sponge_scourer,sponge_side,soft,foam,"A highly compliant, porous foam block with a curved side indentation and a springy, airy texture that retains its shape after compression."
|
| 26 |
+
sponge_scourer,scourer_side,medium,synthetic fibre,"A thin, dense layer of tangled, abrasive synthetic fibres forming a rectangular surface with an extremely rough, scratchy texture."
|
| 27 |
+
tv_remote,body,hard,plastic,"An elongated matte plastic casing with a D-shaped cross-section, featuring recessed grooves, raised surface features, a fine linear micro-texture, and a recessed circular area at one end."
|
| 28 |
+
tv_remote,buttons,soft-medium,rubber,"Small, compact raised rubber features, including rectangles, squares, and circles, that provide springy resistance when pressed."
|
| 29 |
+
wooden_spoon,handle,hard,wood,"An elongated cylindrical shaft made of finished wood with a subtle natural grain texture, tapering towards a pointed tip and featuring a small circular through-hole."
|
| 30 |
+
wooden_spoon,head,hard,wood,"A rounded form made of finished wood with a subtle natural grain texture, featuring a shallow concave depression on one face and a smooth convex profile on the reverse."
|
| 31 |
+
tea_towel,surface,soft,cotton,"A soft, flexible woven cotton fabric surface with a distinct lattice pattern that creates a repeating texture."
|
| 32 |
+
tea_towel,edge,soft,cotton,"A folded, stitched hemmed border with a crimped outer edge, featuring a dense, thick woven cotton fabric and a continuous line of stitching."
|
| 33 |
+
football,panels,medium,pu leather,"A firm, compressible spherical PU leather surface consisting of individual hexagonal panels with a repeating micro-texture of fine, wavy lines and a small circular recessed opening on one panel."
|
| 34 |
+
football,seams,medium,pu leather,Recessed channels formed where adjacent hexagonal PU leather panels are stitched together.
|
| 35 |
+
tin_peas,body,hard,metal,"A cylindrical metal body wrapped in a smooth, glossy paper label, with horizontal ridges that can be felt beneath the label along the metal surface."
|
| 36 |
+
tin_peas,lid,hard,metal,"A metallic circular lid with a raised rim, featuring concentric structural ridges and a smooth, cold finish."
|
| 37 |
+
tin_peas,base,hard,metal,"A metallic circular bottom surface with a raised rim and a slightly recessed centre, featuring concentric structural ridges and a smooth, cold finish."
|
| 38 |
+
small_scissors,handle,hard,plastic,Ergonomically shaped dual-loop handles with a rigid plastic exterior.
|
| 39 |
+
small_scissors,blades,hard,metal,"A pair of elongated, flat metallic blades with polished surfaces that gradually taper to sharp outer edges and are joined at a raised pivot screw."
|
| 40 |
+
patterned_mug,body,hard,ceramic,"A smooth, glazed ceramic body with a short cylindrical profile and near-vertical sides, featuring a printed decorative pattern on the outer surface and a raised rim around the base."
|
| 41 |
+
patterned_mug,handle,hard,ceramic,"A curved, loop-shaped ceramic handle with a smooth, glazed finish."
|
| 42 |
+
patterned_mug,rim,hard,ceramic,"A circular, smooth, rounded rim that forms a continuous raised boundary between the inner and outer glazed ceramic surfaces."
|
| 43 |
+
media_remote,body,hard,plastic,"An elongated matte plastic casing with a wedge-like profile, featuring sloping side faces, rounded edges, tapered ends, and four small circular raised feet on the rear surface."
|
| 44 |
+
media_remote,buttons,soft-medium,rubber,"A combination of recessed and raised rubber buttons, including circular and pill-shaped buttons, that provide springy resistance when pressed."
|
| 45 |
+
table_knife,handle,hard,metal,A flat metallic handle featuring an elongated recessed rectangular panel formed by parallel incised grooves and a slight taper along its length.
|
| 46 |
+
table_knife,blade,hard,metal,"An elongated metallic blade with a broad tapered profile, a rounded tip, and fine serrations along one side."
|
| 47 |
+
microfibre_cloth,surface,soft,polyester,"A soft, flexible polyester fabric surface with a ribbed texture that forms parallel raised bands across the material."
|
| 48 |
+
microfibre_cloth,edge,soft,polyester,"A stitched hemmed polyester border with a crimped outer edge, featuring a continuous line of stitching."
|
| 49 |
+
dish_brush,handle,hard,plastic,"An elongated, rigid plastic handle with a curved tapered profile, ergonomic contours, integrated rubber grip pads, and a circular through-hole at one end."
|
| 50 |
+
dish_brush,head,soft-medium,nylon,"Dense clusters of long, stiff nylon bristles, creating a slightly prickly texture."
|
| 51 |
+
beaker,body,medium-hard,plastic,"A thin-walled plastic body with a tapered cylindrical profile, featuring a circular base with a raised rim and embossed markings."
|
| 52 |
+
beaker,rim,medium-hard,plastic,"A circular, smooth, rounded rim that forms a continuous raised boundary between the inner and outer plastic surfaces."
|
| 53 |
+
rubber_ball,body,medium,rubber,A compliant spherical rubber surface with a fine micro-texture and embossed markings.
|
| 54 |
+
rubber_ball,ridges,medium,rubber,"A series of raised curved rubber ridges that wrap around the spherical surface, forming deep grooves between adjacent sections."
|
images/examples/hammer_handle_sliding_fl3.jpg
ADDED
|
Git LFS Details
|
images/examples/scissors_blades_rotation_fl2.jpg
ADDED
|
Git LFS Details
|
images/examples/tv_remote_buttons_sliding_fl1.jpg
ADDED
|
Git LFS Details
|
images/objects/labelled_objects.jpg
ADDED
|
Git LFS Details
|
images/objects/labelled_unseen_objects.jpg
ADDED
|
Git LFS Details
|
metadata.csv
ADDED
|
@@ -0,0 +1,1129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
object,region,force_level,motion,interaction_num
|
| 2 |
+
football,panels,1,sliding,0001
|
| 3 |
+
football,panels,1,sliding,0002
|
| 4 |
+
football,panels,1,sliding,0003
|
| 5 |
+
football,panels,1,sliding,0004
|
| 6 |
+
football,panels,1,sliding,0005
|
| 7 |
+
football,panels,1,sliding,0006
|
| 8 |
+
football,panels,1,rotation,0007
|
| 9 |
+
football,panels,1,rotation,0008
|
| 10 |
+
football,panels,1,rotation,0009
|
| 11 |
+
football,panels,1,rotation,0010
|
| 12 |
+
football,panels,1,rotation,0011
|
| 13 |
+
football,panels,1,rotation,0012
|
| 14 |
+
football,panels,2,sliding,0001
|
| 15 |
+
football,panels,2,sliding,0002
|
| 16 |
+
football,panels,2,sliding,0003
|
| 17 |
+
football,panels,2,sliding,0004
|
| 18 |
+
football,panels,2,sliding,0005
|
| 19 |
+
football,panels,2,sliding,0006
|
| 20 |
+
football,panels,2,rotation,0007
|
| 21 |
+
football,panels,2,rotation,0008
|
| 22 |
+
football,panels,2,rotation,0009
|
| 23 |
+
football,panels,2,rotation,0010
|
| 24 |
+
football,panels,2,rotation,0011
|
| 25 |
+
football,panels,2,rotation,0012
|
| 26 |
+
football,panels,3,sliding,0001
|
| 27 |
+
football,panels,3,sliding,0002
|
| 28 |
+
football,panels,3,sliding,0003
|
| 29 |
+
football,panels,3,sliding,0004
|
| 30 |
+
football,panels,3,sliding,0005
|
| 31 |
+
football,panels,3,sliding,0006
|
| 32 |
+
football,panels,3,rotation,0007
|
| 33 |
+
football,panels,3,rotation,0008
|
| 34 |
+
football,panels,3,rotation,0009
|
| 35 |
+
football,panels,3,rotation,0010
|
| 36 |
+
football,panels,3,rotation,0011
|
| 37 |
+
football,panels,3,rotation,0012
|
| 38 |
+
football,seams,1,sliding,0001
|
| 39 |
+
football,seams,1,sliding,0002
|
| 40 |
+
football,seams,1,sliding,0003
|
| 41 |
+
football,seams,1,sliding,0004
|
| 42 |
+
football,seams,1,sliding,0005
|
| 43 |
+
football,seams,1,sliding,0006
|
| 44 |
+
football,seams,1,rotation,0007
|
| 45 |
+
football,seams,1,rotation,0008
|
| 46 |
+
football,seams,1,rotation,0009
|
| 47 |
+
football,seams,1,rotation,0010
|
| 48 |
+
football,seams,1,rotation,0011
|
| 49 |
+
football,seams,1,rotation,0012
|
| 50 |
+
football,seams,2,sliding,0001
|
| 51 |
+
football,seams,2,sliding,0002
|
| 52 |
+
football,seams,2,sliding,0003
|
| 53 |
+
football,seams,2,sliding,0004
|
| 54 |
+
football,seams,2,sliding,0005
|
| 55 |
+
football,seams,2,sliding,0006
|
| 56 |
+
football,seams,2,rotation,0007
|
| 57 |
+
football,seams,2,rotation,0008
|
| 58 |
+
football,seams,2,rotation,0009
|
| 59 |
+
football,seams,2,rotation,0010
|
| 60 |
+
football,seams,2,rotation,0011
|
| 61 |
+
football,seams,2,rotation,0012
|
| 62 |
+
football,seams,3,sliding,0001
|
| 63 |
+
football,seams,3,sliding,0002
|
| 64 |
+
football,seams,3,sliding,0003
|
| 65 |
+
football,seams,3,sliding,0004
|
| 66 |
+
football,seams,3,sliding,0005
|
| 67 |
+
football,seams,3,sliding,0006
|
| 68 |
+
football,seams,3,rotation,0007
|
| 69 |
+
football,seams,3,rotation,0008
|
| 70 |
+
football,seams,3,rotation,0009
|
| 71 |
+
football,seams,3,rotation,0010
|
| 72 |
+
football,seams,3,rotation,0011
|
| 73 |
+
football,seams,3,rotation,0012
|
| 74 |
+
hammer,handle,1,sliding,0001
|
| 75 |
+
hammer,handle,1,sliding,0002
|
| 76 |
+
hammer,handle,1,sliding,0003
|
| 77 |
+
hammer,handle,1,sliding,0004
|
| 78 |
+
hammer,handle,1,rotation,0005
|
| 79 |
+
hammer,handle,1,rotation,0006
|
| 80 |
+
hammer,handle,1,rotation,0007
|
| 81 |
+
hammer,handle,1,rotation,0008
|
| 82 |
+
hammer,handle,2,sliding,0001
|
| 83 |
+
hammer,handle,2,sliding,0002
|
| 84 |
+
hammer,handle,2,sliding,0003
|
| 85 |
+
hammer,handle,2,sliding,0004
|
| 86 |
+
hammer,handle,2,rotation,0005
|
| 87 |
+
hammer,handle,2,rotation,0006
|
| 88 |
+
hammer,handle,2,rotation,0007
|
| 89 |
+
hammer,handle,2,rotation,0008
|
| 90 |
+
hammer,handle,3,sliding,0001
|
| 91 |
+
hammer,handle,3,sliding,0002
|
| 92 |
+
hammer,handle,3,sliding,0003
|
| 93 |
+
hammer,handle,3,sliding,0004
|
| 94 |
+
hammer,handle,3,rotation,0005
|
| 95 |
+
hammer,handle,3,rotation,0006
|
| 96 |
+
hammer,handle,3,rotation,0007
|
| 97 |
+
hammer,handle,3,rotation,0008
|
| 98 |
+
hammer,head,1,sliding,0001
|
| 99 |
+
hammer,head,1,sliding,0002
|
| 100 |
+
hammer,head,1,sliding,0003
|
| 101 |
+
hammer,head,1,sliding,0004
|
| 102 |
+
hammer,head,1,rotation,0005
|
| 103 |
+
hammer,head,1,rotation,0006
|
| 104 |
+
hammer,head,1,rotation,0007
|
| 105 |
+
hammer,head,1,rotation,0008
|
| 106 |
+
hammer,head,2,sliding,0001
|
| 107 |
+
hammer,head,2,sliding,0002
|
| 108 |
+
hammer,head,2,sliding,0003
|
| 109 |
+
hammer,head,2,sliding,0004
|
| 110 |
+
hammer,head,2,rotation,0005
|
| 111 |
+
hammer,head,2,rotation,0006
|
| 112 |
+
hammer,head,2,rotation,0007
|
| 113 |
+
hammer,head,2,rotation,0008
|
| 114 |
+
hammer,head,3,sliding,0001
|
| 115 |
+
hammer,head,3,sliding,0002
|
| 116 |
+
hammer,head,3,sliding,0003
|
| 117 |
+
hammer,head,3,sliding,0004
|
| 118 |
+
hammer,head,3,rotation,0005
|
| 119 |
+
hammer,head,3,rotation,0006
|
| 120 |
+
hammer,head,3,rotation,0007
|
| 121 |
+
hammer,head,3,rotation,0008
|
| 122 |
+
hammer,neck,1,sliding,0001
|
| 123 |
+
hammer,neck,1,sliding,0002
|
| 124 |
+
hammer,neck,1,sliding,0003
|
| 125 |
+
hammer,neck,1,sliding,0004
|
| 126 |
+
hammer,neck,1,rotation,0005
|
| 127 |
+
hammer,neck,1,rotation,0006
|
| 128 |
+
hammer,neck,1,rotation,0007
|
| 129 |
+
hammer,neck,1,rotation,0008
|
| 130 |
+
hammer,neck,2,sliding,0001
|
| 131 |
+
hammer,neck,2,sliding,0002
|
| 132 |
+
hammer,neck,2,sliding,0003
|
| 133 |
+
hammer,neck,2,sliding,0004
|
| 134 |
+
hammer,neck,2,rotation,0005
|
| 135 |
+
hammer,neck,2,rotation,0006
|
| 136 |
+
hammer,neck,2,rotation,0007
|
| 137 |
+
hammer,neck,2,rotation,0008
|
| 138 |
+
hammer,neck,3,sliding,0001
|
| 139 |
+
hammer,neck,3,sliding,0002
|
| 140 |
+
hammer,neck,3,sliding,0003
|
| 141 |
+
hammer,neck,3,sliding,0004
|
| 142 |
+
hammer,neck,3,rotation,0005
|
| 143 |
+
hammer,neck,3,rotation,0006
|
| 144 |
+
hammer,neck,3,rotation,0007
|
| 145 |
+
hammer,neck,3,rotation,0008
|
| 146 |
+
mug,body,1,sliding,0001
|
| 147 |
+
mug,body,1,sliding,0002
|
| 148 |
+
mug,body,1,sliding,0003
|
| 149 |
+
mug,body,1,sliding,0004
|
| 150 |
+
mug,body,1,rotation,0005
|
| 151 |
+
mug,body,1,rotation,0006
|
| 152 |
+
mug,body,1,rotation,0007
|
| 153 |
+
mug,body,1,rotation,0008
|
| 154 |
+
mug,body,2,sliding,0001
|
| 155 |
+
mug,body,2,sliding,0002
|
| 156 |
+
mug,body,2,sliding,0003
|
| 157 |
+
mug,body,2,sliding,0004
|
| 158 |
+
mug,body,2,rotation,0005
|
| 159 |
+
mug,body,2,rotation,0006
|
| 160 |
+
mug,body,2,rotation,0007
|
| 161 |
+
mug,body,2,rotation,0008
|
| 162 |
+
mug,body,3,sliding,0001
|
| 163 |
+
mug,body,3,sliding,0002
|
| 164 |
+
mug,body,3,sliding,0003
|
| 165 |
+
mug,body,3,sliding,0004
|
| 166 |
+
mug,body,3,rotation,0005
|
| 167 |
+
mug,body,3,rotation,0006
|
| 168 |
+
mug,body,3,rotation,0007
|
| 169 |
+
mug,body,3,rotation,0008
|
| 170 |
+
mug,handle,1,sliding,0001
|
| 171 |
+
mug,handle,1,sliding,0002
|
| 172 |
+
mug,handle,1,sliding,0003
|
| 173 |
+
mug,handle,1,sliding,0004
|
| 174 |
+
mug,handle,1,rotation,0005
|
| 175 |
+
mug,handle,1,rotation,0006
|
| 176 |
+
mug,handle,1,rotation,0007
|
| 177 |
+
mug,handle,1,rotation,0008
|
| 178 |
+
mug,handle,2,sliding,0001
|
| 179 |
+
mug,handle,2,sliding,0002
|
| 180 |
+
mug,handle,2,sliding,0003
|
| 181 |
+
mug,handle,2,sliding,0004
|
| 182 |
+
mug,handle,2,rotation,0005
|
| 183 |
+
mug,handle,2,rotation,0006
|
| 184 |
+
mug,handle,2,rotation,0007
|
| 185 |
+
mug,handle,2,rotation,0008
|
| 186 |
+
mug,handle,3,sliding,0001
|
| 187 |
+
mug,handle,3,sliding,0002
|
| 188 |
+
mug,handle,3,sliding,0003
|
| 189 |
+
mug,handle,3,sliding,0004
|
| 190 |
+
mug,handle,3,rotation,0005
|
| 191 |
+
mug,handle,3,rotation,0006
|
| 192 |
+
mug,handle,3,rotation,0007
|
| 193 |
+
mug,handle,3,rotation,0008
|
| 194 |
+
mug,rim,1,sliding,0001
|
| 195 |
+
mug,rim,1,sliding,0002
|
| 196 |
+
mug,rim,1,sliding,0003
|
| 197 |
+
mug,rim,1,sliding,0004
|
| 198 |
+
mug,rim,1,rotation,0005
|
| 199 |
+
mug,rim,1,rotation,0006
|
| 200 |
+
mug,rim,1,rotation,0007
|
| 201 |
+
mug,rim,1,rotation,0008
|
| 202 |
+
mug,rim,2,sliding,0001
|
| 203 |
+
mug,rim,2,sliding,0002
|
| 204 |
+
mug,rim,2,sliding,0003
|
| 205 |
+
mug,rim,2,sliding,0004
|
| 206 |
+
mug,rim,2,rotation,0005
|
| 207 |
+
mug,rim,2,rotation,0006
|
| 208 |
+
mug,rim,2,rotation,0007
|
| 209 |
+
mug,rim,2,rotation,0008
|
| 210 |
+
mug,rim,3,sliding,0001
|
| 211 |
+
mug,rim,3,sliding,0002
|
| 212 |
+
mug,rim,3,sliding,0003
|
| 213 |
+
mug,rim,3,sliding,0004
|
| 214 |
+
mug,rim,3,rotation,0005
|
| 215 |
+
mug,rim,3,rotation,0006
|
| 216 |
+
mug,rim,3,rotation,0007
|
| 217 |
+
mug,rim,3,rotation,0008
|
| 218 |
+
plastic_bottle,base,1,sliding,0001
|
| 219 |
+
plastic_bottle,base,1,sliding,0002
|
| 220 |
+
plastic_bottle,base,1,sliding,0003
|
| 221 |
+
plastic_bottle,base,1,sliding,0004
|
| 222 |
+
plastic_bottle,base,1,rotation,0005
|
| 223 |
+
plastic_bottle,base,1,rotation,0006
|
| 224 |
+
plastic_bottle,base,1,rotation,0007
|
| 225 |
+
plastic_bottle,base,1,rotation,0008
|
| 226 |
+
plastic_bottle,base,2,sliding,0001
|
| 227 |
+
plastic_bottle,base,2,sliding,0002
|
| 228 |
+
plastic_bottle,base,2,sliding,0003
|
| 229 |
+
plastic_bottle,base,2,sliding,0004
|
| 230 |
+
plastic_bottle,base,2,rotation,0005
|
| 231 |
+
plastic_bottle,base,2,rotation,0006
|
| 232 |
+
plastic_bottle,base,2,rotation,0007
|
| 233 |
+
plastic_bottle,base,2,rotation,0008
|
| 234 |
+
plastic_bottle,base,3,sliding,0001
|
| 235 |
+
plastic_bottle,base,3,sliding,0002
|
| 236 |
+
plastic_bottle,base,3,sliding,0003
|
| 237 |
+
plastic_bottle,base,3,sliding,0004
|
| 238 |
+
plastic_bottle,base,3,rotation,0005
|
| 239 |
+
plastic_bottle,base,3,rotation,0006
|
| 240 |
+
plastic_bottle,base,3,rotation,0007
|
| 241 |
+
plastic_bottle,base,3,rotation,0008
|
| 242 |
+
plastic_bottle,body,1,sliding,0001
|
| 243 |
+
plastic_bottle,body,1,sliding,0002
|
| 244 |
+
plastic_bottle,body,1,sliding,0003
|
| 245 |
+
plastic_bottle,body,1,sliding,0004
|
| 246 |
+
plastic_bottle,body,1,rotation,0005
|
| 247 |
+
plastic_bottle,body,1,rotation,0006
|
| 248 |
+
plastic_bottle,body,1,rotation,0007
|
| 249 |
+
plastic_bottle,body,1,rotation,0008
|
| 250 |
+
plastic_bottle,body,2,sliding,0001
|
| 251 |
+
plastic_bottle,body,2,sliding,0002
|
| 252 |
+
plastic_bottle,body,2,sliding,0003
|
| 253 |
+
plastic_bottle,body,2,sliding,0004
|
| 254 |
+
plastic_bottle,body,2,rotation,0005
|
| 255 |
+
plastic_bottle,body,2,rotation,0006
|
| 256 |
+
plastic_bottle,body,2,rotation,0007
|
| 257 |
+
plastic_bottle,body,2,rotation,0008
|
| 258 |
+
plastic_bottle,body,3,sliding,0001
|
| 259 |
+
plastic_bottle,body,3,sliding,0002
|
| 260 |
+
plastic_bottle,body,3,sliding,0003
|
| 261 |
+
plastic_bottle,body,3,sliding,0004
|
| 262 |
+
plastic_bottle,body,3,rotation,0005
|
| 263 |
+
plastic_bottle,body,3,rotation,0006
|
| 264 |
+
plastic_bottle,body,3,rotation,0007
|
| 265 |
+
plastic_bottle,body,3,rotation,0008
|
| 266 |
+
plastic_bottle,cap,1,sliding,0001
|
| 267 |
+
plastic_bottle,cap,1,sliding,0002
|
| 268 |
+
plastic_bottle,cap,1,sliding,0003
|
| 269 |
+
plastic_bottle,cap,1,sliding,0004
|
| 270 |
+
plastic_bottle,cap,1,rotation,0005
|
| 271 |
+
plastic_bottle,cap,1,rotation,0006
|
| 272 |
+
plastic_bottle,cap,1,rotation,0007
|
| 273 |
+
plastic_bottle,cap,1,rotation,0008
|
| 274 |
+
plastic_bottle,cap,2,sliding,0001
|
| 275 |
+
plastic_bottle,cap,2,sliding,0002
|
| 276 |
+
plastic_bottle,cap,2,sliding,0003
|
| 277 |
+
plastic_bottle,cap,2,sliding,0004
|
| 278 |
+
plastic_bottle,cap,2,rotation,0005
|
| 279 |
+
plastic_bottle,cap,2,rotation,0006
|
| 280 |
+
plastic_bottle,cap,2,rotation,0007
|
| 281 |
+
plastic_bottle,cap,2,rotation,0008
|
| 282 |
+
plastic_bottle,cap,3,sliding,0001
|
| 283 |
+
plastic_bottle,cap,3,sliding,0002
|
| 284 |
+
plastic_bottle,cap,3,sliding,0003
|
| 285 |
+
plastic_bottle,cap,3,sliding,0004
|
| 286 |
+
plastic_bottle,cap,3,rotation,0005
|
| 287 |
+
plastic_bottle,cap,3,rotation,0006
|
| 288 |
+
plastic_bottle,cap,3,rotation,0007
|
| 289 |
+
plastic_bottle,cap,3,rotation,0008
|
| 290 |
+
scissors,blades,1,sliding,0001
|
| 291 |
+
scissors,blades,1,sliding,0002
|
| 292 |
+
scissors,blades,1,sliding,0003
|
| 293 |
+
scissors,blades,1,sliding,0004
|
| 294 |
+
scissors,blades,1,sliding,0005
|
| 295 |
+
scissors,blades,1,sliding,0006
|
| 296 |
+
scissors,blades,1,rotation,0007
|
| 297 |
+
scissors,blades,1,rotation,0008
|
| 298 |
+
scissors,blades,1,rotation,0009
|
| 299 |
+
scissors,blades,1,rotation,0010
|
| 300 |
+
scissors,blades,1,rotation,0011
|
| 301 |
+
scissors,blades,1,rotation,0012
|
| 302 |
+
scissors,blades,2,sliding,0001
|
| 303 |
+
scissors,blades,2,sliding,0002
|
| 304 |
+
scissors,blades,2,sliding,0003
|
| 305 |
+
scissors,blades,2,sliding,0004
|
| 306 |
+
scissors,blades,2,sliding,0005
|
| 307 |
+
scissors,blades,2,sliding,0006
|
| 308 |
+
scissors,blades,2,rotation,0007
|
| 309 |
+
scissors,blades,2,rotation,0008
|
| 310 |
+
scissors,blades,2,rotation,0009
|
| 311 |
+
scissors,blades,2,rotation,0010
|
| 312 |
+
scissors,blades,2,rotation,0011
|
| 313 |
+
scissors,blades,2,rotation,0012
|
| 314 |
+
scissors,blades,3,sliding,0001
|
| 315 |
+
scissors,blades,3,sliding,0002
|
| 316 |
+
scissors,blades,3,sliding,0003
|
| 317 |
+
scissors,blades,3,sliding,0004
|
| 318 |
+
scissors,blades,3,sliding,0005
|
| 319 |
+
scissors,blades,3,sliding,0006
|
| 320 |
+
scissors,blades,3,rotation,0007
|
| 321 |
+
scissors,blades,3,rotation,0008
|
| 322 |
+
scissors,blades,3,rotation,0009
|
| 323 |
+
scissors,blades,3,rotation,0010
|
| 324 |
+
scissors,blades,3,rotation,0011
|
| 325 |
+
scissors,blades,3,rotation,0012
|
| 326 |
+
scissors,handle,1,sliding,0001
|
| 327 |
+
scissors,handle,1,sliding,0002
|
| 328 |
+
scissors,handle,1,sliding,0003
|
| 329 |
+
scissors,handle,1,sliding,0004
|
| 330 |
+
scissors,handle,1,sliding,0005
|
| 331 |
+
scissors,handle,1,sliding,0006
|
| 332 |
+
scissors,handle,1,rotation,0007
|
| 333 |
+
scissors,handle,1,rotation,0008
|
| 334 |
+
scissors,handle,1,rotation,0009
|
| 335 |
+
scissors,handle,1,rotation,0010
|
| 336 |
+
scissors,handle,1,rotation,0011
|
| 337 |
+
scissors,handle,1,rotation,0012
|
| 338 |
+
scissors,handle,2,sliding,0001
|
| 339 |
+
scissors,handle,2,sliding,0002
|
| 340 |
+
scissors,handle,2,sliding,0003
|
| 341 |
+
scissors,handle,2,sliding,0004
|
| 342 |
+
scissors,handle,2,sliding,0005
|
| 343 |
+
scissors,handle,2,sliding,0006
|
| 344 |
+
scissors,handle,2,rotation,0007
|
| 345 |
+
scissors,handle,2,rotation,0008
|
| 346 |
+
scissors,handle,2,rotation,0009
|
| 347 |
+
scissors,handle,2,rotation,0010
|
| 348 |
+
scissors,handle,2,rotation,0011
|
| 349 |
+
scissors,handle,2,rotation,0012
|
| 350 |
+
scissors,handle,3,sliding,0001
|
| 351 |
+
scissors,handle,3,sliding,0002
|
| 352 |
+
scissors,handle,3,sliding,0003
|
| 353 |
+
scissors,handle,3,sliding,0004
|
| 354 |
+
scissors,handle,3,sliding,0005
|
| 355 |
+
scissors,handle,3,sliding,0006
|
| 356 |
+
scissors,handle,3,rotation,0007
|
| 357 |
+
scissors,handle,3,rotation,0008
|
| 358 |
+
scissors,handle,3,rotation,0009
|
| 359 |
+
scissors,handle,3,rotation,0010
|
| 360 |
+
scissors,handle,3,rotation,0011
|
| 361 |
+
scissors,handle,3,rotation,0012
|
| 362 |
+
sponge_scourer,scourer_side,1,sliding,0001
|
| 363 |
+
sponge_scourer,scourer_side,1,sliding,0002
|
| 364 |
+
sponge_scourer,scourer_side,1,sliding,0003
|
| 365 |
+
sponge_scourer,scourer_side,1,sliding,0004
|
| 366 |
+
sponge_scourer,scourer_side,1,sliding,0005
|
| 367 |
+
sponge_scourer,scourer_side,1,sliding,0006
|
| 368 |
+
sponge_scourer,scourer_side,1,rotation,0007
|
| 369 |
+
sponge_scourer,scourer_side,1,rotation,0008
|
| 370 |
+
sponge_scourer,scourer_side,1,rotation,0009
|
| 371 |
+
sponge_scourer,scourer_side,1,rotation,0010
|
| 372 |
+
sponge_scourer,scourer_side,1,rotation,0011
|
| 373 |
+
sponge_scourer,scourer_side,1,rotation,0012
|
| 374 |
+
sponge_scourer,scourer_side,2,sliding,0001
|
| 375 |
+
sponge_scourer,scourer_side,2,sliding,0002
|
| 376 |
+
sponge_scourer,scourer_side,2,sliding,0003
|
| 377 |
+
sponge_scourer,scourer_side,2,sliding,0004
|
| 378 |
+
sponge_scourer,scourer_side,2,sliding,0005
|
| 379 |
+
sponge_scourer,scourer_side,2,sliding,0006
|
| 380 |
+
sponge_scourer,scourer_side,2,rotation,0007
|
| 381 |
+
sponge_scourer,scourer_side,2,rotation,0008
|
| 382 |
+
sponge_scourer,scourer_side,2,rotation,0009
|
| 383 |
+
sponge_scourer,scourer_side,2,rotation,0010
|
| 384 |
+
sponge_scourer,scourer_side,2,rotation,0011
|
| 385 |
+
sponge_scourer,scourer_side,2,rotation,0012
|
| 386 |
+
sponge_scourer,scourer_side,3,sliding,0001
|
| 387 |
+
sponge_scourer,scourer_side,3,sliding,0002
|
| 388 |
+
sponge_scourer,scourer_side,3,sliding,0003
|
| 389 |
+
sponge_scourer,scourer_side,3,sliding,0004
|
| 390 |
+
sponge_scourer,scourer_side,3,sliding,0005
|
| 391 |
+
sponge_scourer,scourer_side,3,sliding,0006
|
| 392 |
+
sponge_scourer,scourer_side,3,rotation,0007
|
| 393 |
+
sponge_scourer,scourer_side,3,rotation,0008
|
| 394 |
+
sponge_scourer,scourer_side,3,rotation,0009
|
| 395 |
+
sponge_scourer,scourer_side,3,rotation,0010
|
| 396 |
+
sponge_scourer,scourer_side,3,rotation,0011
|
| 397 |
+
sponge_scourer,scourer_side,3,rotation,0012
|
| 398 |
+
sponge_scourer,sponge_side,1,sliding,0001
|
| 399 |
+
sponge_scourer,sponge_side,1,sliding,0002
|
| 400 |
+
sponge_scourer,sponge_side,1,sliding,0003
|
| 401 |
+
sponge_scourer,sponge_side,1,sliding,0004
|
| 402 |
+
sponge_scourer,sponge_side,1,sliding,0005
|
| 403 |
+
sponge_scourer,sponge_side,1,sliding,0006
|
| 404 |
+
sponge_scourer,sponge_side,1,rotation,0007
|
| 405 |
+
sponge_scourer,sponge_side,1,rotation,0008
|
| 406 |
+
sponge_scourer,sponge_side,1,rotation,0009
|
| 407 |
+
sponge_scourer,sponge_side,1,rotation,0010
|
| 408 |
+
sponge_scourer,sponge_side,1,rotation,0011
|
| 409 |
+
sponge_scourer,sponge_side,1,rotation,0012
|
| 410 |
+
sponge_scourer,sponge_side,2,sliding,0001
|
| 411 |
+
sponge_scourer,sponge_side,2,sliding,0002
|
| 412 |
+
sponge_scourer,sponge_side,2,sliding,0003
|
| 413 |
+
sponge_scourer,sponge_side,2,sliding,0004
|
| 414 |
+
sponge_scourer,sponge_side,2,sliding,0005
|
| 415 |
+
sponge_scourer,sponge_side,2,sliding,0006
|
| 416 |
+
sponge_scourer,sponge_side,2,rotation,0007
|
| 417 |
+
sponge_scourer,sponge_side,2,rotation,0008
|
| 418 |
+
sponge_scourer,sponge_side,2,rotation,0009
|
| 419 |
+
sponge_scourer,sponge_side,2,rotation,0010
|
| 420 |
+
sponge_scourer,sponge_side,2,rotation,0011
|
| 421 |
+
sponge_scourer,sponge_side,2,rotation,0012
|
| 422 |
+
sponge_scourer,sponge_side,3,sliding,0001
|
| 423 |
+
sponge_scourer,sponge_side,3,sliding,0002
|
| 424 |
+
sponge_scourer,sponge_side,3,sliding,0003
|
| 425 |
+
sponge_scourer,sponge_side,3,sliding,0004
|
| 426 |
+
sponge_scourer,sponge_side,3,sliding,0005
|
| 427 |
+
sponge_scourer,sponge_side,3,sliding,0006
|
| 428 |
+
sponge_scourer,sponge_side,3,rotation,0007
|
| 429 |
+
sponge_scourer,sponge_side,3,rotation,0008
|
| 430 |
+
sponge_scourer,sponge_side,3,rotation,0009
|
| 431 |
+
sponge_scourer,sponge_side,3,rotation,0010
|
| 432 |
+
sponge_scourer,sponge_side,3,rotation,0011
|
| 433 |
+
sponge_scourer,sponge_side,3,rotation,0012
|
| 434 |
+
tea_towel,edge,1,sliding,0001
|
| 435 |
+
tea_towel,edge,1,sliding,0002
|
| 436 |
+
tea_towel,edge,1,sliding,0003
|
| 437 |
+
tea_towel,edge,1,sliding,0004
|
| 438 |
+
tea_towel,edge,1,sliding,0005
|
| 439 |
+
tea_towel,edge,1,sliding,0006
|
| 440 |
+
tea_towel,edge,1,rotation,0007
|
| 441 |
+
tea_towel,edge,1,rotation,0008
|
| 442 |
+
tea_towel,edge,1,rotation,0009
|
| 443 |
+
tea_towel,edge,1,rotation,0010
|
| 444 |
+
tea_towel,edge,1,rotation,0011
|
| 445 |
+
tea_towel,edge,1,rotation,0012
|
| 446 |
+
tea_towel,edge,2,sliding,0001
|
| 447 |
+
tea_towel,edge,2,sliding,0002
|
| 448 |
+
tea_towel,edge,2,sliding,0003
|
| 449 |
+
tea_towel,edge,2,sliding,0004
|
| 450 |
+
tea_towel,edge,2,sliding,0005
|
| 451 |
+
tea_towel,edge,2,sliding,0006
|
| 452 |
+
tea_towel,edge,2,rotation,0007
|
| 453 |
+
tea_towel,edge,2,rotation,0008
|
| 454 |
+
tea_towel,edge,2,rotation,0009
|
| 455 |
+
tea_towel,edge,2,rotation,0010
|
| 456 |
+
tea_towel,edge,2,rotation,0011
|
| 457 |
+
tea_towel,edge,2,rotation,0012
|
| 458 |
+
tea_towel,edge,3,sliding,0001
|
| 459 |
+
tea_towel,edge,3,sliding,0002
|
| 460 |
+
tea_towel,edge,3,sliding,0003
|
| 461 |
+
tea_towel,edge,3,sliding,0004
|
| 462 |
+
tea_towel,edge,3,sliding,0005
|
| 463 |
+
tea_towel,edge,3,sliding,0006
|
| 464 |
+
tea_towel,edge,3,rotation,0007
|
| 465 |
+
tea_towel,edge,3,rotation,0008
|
| 466 |
+
tea_towel,edge,3,rotation,0009
|
| 467 |
+
tea_towel,edge,3,rotation,0010
|
| 468 |
+
tea_towel,edge,3,rotation,0011
|
| 469 |
+
tea_towel,edge,3,rotation,0012
|
| 470 |
+
tea_towel,surface,1,sliding,0001
|
| 471 |
+
tea_towel,surface,1,sliding,0002
|
| 472 |
+
tea_towel,surface,1,sliding,0003
|
| 473 |
+
tea_towel,surface,1,sliding,0004
|
| 474 |
+
tea_towel,surface,1,sliding,0005
|
| 475 |
+
tea_towel,surface,1,sliding,0006
|
| 476 |
+
tea_towel,surface,1,rotation,0007
|
| 477 |
+
tea_towel,surface,1,rotation,0008
|
| 478 |
+
tea_towel,surface,1,rotation,0009
|
| 479 |
+
tea_towel,surface,1,rotation,0010
|
| 480 |
+
tea_towel,surface,1,rotation,0011
|
| 481 |
+
tea_towel,surface,1,rotation,0012
|
| 482 |
+
tea_towel,surface,2,sliding,0001
|
| 483 |
+
tea_towel,surface,2,sliding,0002
|
| 484 |
+
tea_towel,surface,2,sliding,0003
|
| 485 |
+
tea_towel,surface,2,sliding,0004
|
| 486 |
+
tea_towel,surface,2,sliding,0005
|
| 487 |
+
tea_towel,surface,2,sliding,0006
|
| 488 |
+
tea_towel,surface,2,rotation,0007
|
| 489 |
+
tea_towel,surface,2,rotation,0008
|
| 490 |
+
tea_towel,surface,2,rotation,0009
|
| 491 |
+
tea_towel,surface,2,rotation,0010
|
| 492 |
+
tea_towel,surface,2,rotation,0011
|
| 493 |
+
tea_towel,surface,2,rotation,0012
|
| 494 |
+
tea_towel,surface,3,sliding,0001
|
| 495 |
+
tea_towel,surface,3,sliding,0002
|
| 496 |
+
tea_towel,surface,3,sliding,0003
|
| 497 |
+
tea_towel,surface,3,sliding,0004
|
| 498 |
+
tea_towel,surface,3,sliding,0005
|
| 499 |
+
tea_towel,surface,3,sliding,0006
|
| 500 |
+
tea_towel,surface,3,rotation,0007
|
| 501 |
+
tea_towel,surface,3,rotation,0008
|
| 502 |
+
tea_towel,surface,3,rotation,0009
|
| 503 |
+
tea_towel,surface,3,rotation,0010
|
| 504 |
+
tea_towel,surface,3,rotation,0011
|
| 505 |
+
tea_towel,surface,3,rotation,0012
|
| 506 |
+
tennis_ball,body,1,sliding,0001
|
| 507 |
+
tennis_ball,body,1,sliding,0002
|
| 508 |
+
tennis_ball,body,1,sliding,0003
|
| 509 |
+
tennis_ball,body,1,sliding,0004
|
| 510 |
+
tennis_ball,body,1,sliding,0005
|
| 511 |
+
tennis_ball,body,1,sliding,0006
|
| 512 |
+
tennis_ball,body,1,rotation,0007
|
| 513 |
+
tennis_ball,body,1,rotation,0008
|
| 514 |
+
tennis_ball,body,1,rotation,0009
|
| 515 |
+
tennis_ball,body,1,rotation,0010
|
| 516 |
+
tennis_ball,body,1,rotation,0011
|
| 517 |
+
tennis_ball,body,1,rotation,0012
|
| 518 |
+
tennis_ball,body,2,sliding,0001
|
| 519 |
+
tennis_ball,body,2,sliding,0002
|
| 520 |
+
tennis_ball,body,2,sliding,0003
|
| 521 |
+
tennis_ball,body,2,sliding,0004
|
| 522 |
+
tennis_ball,body,2,sliding,0005
|
| 523 |
+
tennis_ball,body,2,sliding,0006
|
| 524 |
+
tennis_ball,body,2,rotation,0007
|
| 525 |
+
tennis_ball,body,2,rotation,0008
|
| 526 |
+
tennis_ball,body,2,rotation,0009
|
| 527 |
+
tennis_ball,body,2,rotation,0010
|
| 528 |
+
tennis_ball,body,2,rotation,0011
|
| 529 |
+
tennis_ball,body,2,rotation,0012
|
| 530 |
+
tennis_ball,body,3,sliding,0001
|
| 531 |
+
tennis_ball,body,3,sliding,0002
|
| 532 |
+
tennis_ball,body,3,sliding,0003
|
| 533 |
+
tennis_ball,body,3,sliding,0004
|
| 534 |
+
tennis_ball,body,3,sliding,0005
|
| 535 |
+
tennis_ball,body,3,sliding,0006
|
| 536 |
+
tennis_ball,body,3,rotation,0007
|
| 537 |
+
tennis_ball,body,3,rotation,0008
|
| 538 |
+
tennis_ball,body,3,rotation,0009
|
| 539 |
+
tennis_ball,body,3,rotation,0010
|
| 540 |
+
tennis_ball,body,3,rotation,0011
|
| 541 |
+
tennis_ball,body,3,rotation,0012
|
| 542 |
+
tennis_ball,seam,1,sliding,0001
|
| 543 |
+
tennis_ball,seam,1,sliding,0002
|
| 544 |
+
tennis_ball,seam,1,sliding,0003
|
| 545 |
+
tennis_ball,seam,1,sliding,0004
|
| 546 |
+
tennis_ball,seam,1,sliding,0005
|
| 547 |
+
tennis_ball,seam,1,sliding,0006
|
| 548 |
+
tennis_ball,seam,1,rotation,0007
|
| 549 |
+
tennis_ball,seam,1,rotation,0008
|
| 550 |
+
tennis_ball,seam,1,rotation,0009
|
| 551 |
+
tennis_ball,seam,1,rotation,0010
|
| 552 |
+
tennis_ball,seam,1,rotation,0011
|
| 553 |
+
tennis_ball,seam,1,rotation,0012
|
| 554 |
+
tennis_ball,seam,2,sliding,0001
|
| 555 |
+
tennis_ball,seam,2,sliding,0002
|
| 556 |
+
tennis_ball,seam,2,sliding,0003
|
| 557 |
+
tennis_ball,seam,2,sliding,0004
|
| 558 |
+
tennis_ball,seam,2,sliding,0005
|
| 559 |
+
tennis_ball,seam,2,sliding,0006
|
| 560 |
+
tennis_ball,seam,2,rotation,0007
|
| 561 |
+
tennis_ball,seam,2,rotation,0008
|
| 562 |
+
tennis_ball,seam,2,rotation,0009
|
| 563 |
+
tennis_ball,seam,2,rotation,0010
|
| 564 |
+
tennis_ball,seam,2,rotation,0011
|
| 565 |
+
tennis_ball,seam,2,rotation,0012
|
| 566 |
+
tennis_ball,seam,3,sliding,0001
|
| 567 |
+
tennis_ball,seam,3,sliding,0002
|
| 568 |
+
tennis_ball,seam,3,sliding,0003
|
| 569 |
+
tennis_ball,seam,3,sliding,0004
|
| 570 |
+
tennis_ball,seam,3,sliding,0005
|
| 571 |
+
tennis_ball,seam,3,sliding,0006
|
| 572 |
+
tennis_ball,seam,3,rotation,0007
|
| 573 |
+
tennis_ball,seam,3,rotation,0008
|
| 574 |
+
tennis_ball,seam,3,rotation,0009
|
| 575 |
+
tennis_ball,seam,3,rotation,0010
|
| 576 |
+
tennis_ball,seam,3,rotation,0011
|
| 577 |
+
tennis_ball,seam,3,rotation,0012
|
| 578 |
+
tin_beans,base,1,sliding,0001
|
| 579 |
+
tin_beans,base,1,sliding,0002
|
| 580 |
+
tin_beans,base,1,sliding,0003
|
| 581 |
+
tin_beans,base,1,sliding,0004
|
| 582 |
+
tin_beans,base,1,rotation,0005
|
| 583 |
+
tin_beans,base,1,rotation,0006
|
| 584 |
+
tin_beans,base,1,rotation,0007
|
| 585 |
+
tin_beans,base,1,rotation,0008
|
| 586 |
+
tin_beans,base,2,sliding,0001
|
| 587 |
+
tin_beans,base,2,sliding,0002
|
| 588 |
+
tin_beans,base,2,sliding,0003
|
| 589 |
+
tin_beans,base,2,sliding,0004
|
| 590 |
+
tin_beans,base,2,rotation,0005
|
| 591 |
+
tin_beans,base,2,rotation,0006
|
| 592 |
+
tin_beans,base,2,rotation,0007
|
| 593 |
+
tin_beans,base,2,rotation,0008
|
| 594 |
+
tin_beans,base,3,sliding,0001
|
| 595 |
+
tin_beans,base,3,sliding,0002
|
| 596 |
+
tin_beans,base,3,sliding,0003
|
| 597 |
+
tin_beans,base,3,sliding,0004
|
| 598 |
+
tin_beans,base,3,rotation,0005
|
| 599 |
+
tin_beans,base,3,rotation,0006
|
| 600 |
+
tin_beans,base,3,rotation,0007
|
| 601 |
+
tin_beans,base,3,rotation,0008
|
| 602 |
+
tin_beans,body,1,sliding,0001
|
| 603 |
+
tin_beans,body,1,sliding,0002
|
| 604 |
+
tin_beans,body,1,sliding,0003
|
| 605 |
+
tin_beans,body,1,sliding,0004
|
| 606 |
+
tin_beans,body,1,rotation,0005
|
| 607 |
+
tin_beans,body,1,rotation,0006
|
| 608 |
+
tin_beans,body,1,rotation,0007
|
| 609 |
+
tin_beans,body,1,rotation,0008
|
| 610 |
+
tin_beans,body,2,sliding,0001
|
| 611 |
+
tin_beans,body,2,sliding,0002
|
| 612 |
+
tin_beans,body,2,sliding,0003
|
| 613 |
+
tin_beans,body,2,sliding,0004
|
| 614 |
+
tin_beans,body,2,rotation,0005
|
| 615 |
+
tin_beans,body,2,rotation,0006
|
| 616 |
+
tin_beans,body,2,rotation,0007
|
| 617 |
+
tin_beans,body,2,rotation,0008
|
| 618 |
+
tin_beans,body,3,sliding,0001
|
| 619 |
+
tin_beans,body,3,sliding,0002
|
| 620 |
+
tin_beans,body,3,sliding,0003
|
| 621 |
+
tin_beans,body,3,sliding,0004
|
| 622 |
+
tin_beans,body,3,rotation,0005
|
| 623 |
+
tin_beans,body,3,rotation,0006
|
| 624 |
+
tin_beans,body,3,rotation,0007
|
| 625 |
+
tin_beans,body,3,rotation,0008
|
| 626 |
+
tin_beans,lid,1,sliding,0001
|
| 627 |
+
tin_beans,lid,1,sliding,0002
|
| 628 |
+
tin_beans,lid,1,sliding,0003
|
| 629 |
+
tin_beans,lid,1,sliding,0004
|
| 630 |
+
tin_beans,lid,1,rotation,0005
|
| 631 |
+
tin_beans,lid,1,rotation,0006
|
| 632 |
+
tin_beans,lid,1,rotation,0007
|
| 633 |
+
tin_beans,lid,1,rotation,0008
|
| 634 |
+
tin_beans,lid,2,sliding,0001
|
| 635 |
+
tin_beans,lid,2,sliding,0002
|
| 636 |
+
tin_beans,lid,2,sliding,0003
|
| 637 |
+
tin_beans,lid,2,sliding,0004
|
| 638 |
+
tin_beans,lid,2,rotation,0005
|
| 639 |
+
tin_beans,lid,2,rotation,0006
|
| 640 |
+
tin_beans,lid,2,rotation,0007
|
| 641 |
+
tin_beans,lid,2,rotation,0008
|
| 642 |
+
tin_beans,lid,3,sliding,0001
|
| 643 |
+
tin_beans,lid,3,sliding,0002
|
| 644 |
+
tin_beans,lid,3,sliding,0003
|
| 645 |
+
tin_beans,lid,3,sliding,0004
|
| 646 |
+
tin_beans,lid,3,rotation,0005
|
| 647 |
+
tin_beans,lid,3,rotation,0006
|
| 648 |
+
tin_beans,lid,3,rotation,0007
|
| 649 |
+
tin_beans,lid,3,rotation,0008
|
| 650 |
+
toilet_roll,body,1,sliding,0001
|
| 651 |
+
toilet_roll,body,1,sliding,0002
|
| 652 |
+
toilet_roll,body,1,sliding,0003
|
| 653 |
+
toilet_roll,body,1,sliding,0004
|
| 654 |
+
toilet_roll,body,1,sliding,0005
|
| 655 |
+
toilet_roll,body,1,sliding,0006
|
| 656 |
+
toilet_roll,body,1,rotation,0007
|
| 657 |
+
toilet_roll,body,1,rotation,0008
|
| 658 |
+
toilet_roll,body,1,rotation,0009
|
| 659 |
+
toilet_roll,body,1,rotation,0010
|
| 660 |
+
toilet_roll,body,1,rotation,0011
|
| 661 |
+
toilet_roll,body,1,rotation,0012
|
| 662 |
+
toilet_roll,body,2,sliding,0001
|
| 663 |
+
toilet_roll,body,2,sliding,0002
|
| 664 |
+
toilet_roll,body,2,sliding,0003
|
| 665 |
+
toilet_roll,body,2,sliding,0004
|
| 666 |
+
toilet_roll,body,2,sliding,0005
|
| 667 |
+
toilet_roll,body,2,sliding,0006
|
| 668 |
+
toilet_roll,body,2,rotation,0007
|
| 669 |
+
toilet_roll,body,2,rotation,0008
|
| 670 |
+
toilet_roll,body,2,rotation,0009
|
| 671 |
+
toilet_roll,body,2,rotation,0010
|
| 672 |
+
toilet_roll,body,2,rotation,0011
|
| 673 |
+
toilet_roll,body,2,rotation,0012
|
| 674 |
+
toilet_roll,body,3,sliding,0001
|
| 675 |
+
toilet_roll,body,3,sliding,0002
|
| 676 |
+
toilet_roll,body,3,sliding,0003
|
| 677 |
+
toilet_roll,body,3,sliding,0004
|
| 678 |
+
toilet_roll,body,3,sliding,0005
|
| 679 |
+
toilet_roll,body,3,sliding,0006
|
| 680 |
+
toilet_roll,body,3,rotation,0007
|
| 681 |
+
toilet_roll,body,3,rotation,0008
|
| 682 |
+
toilet_roll,body,3,rotation,0009
|
| 683 |
+
toilet_roll,body,3,rotation,0010
|
| 684 |
+
toilet_roll,body,3,rotation,0011
|
| 685 |
+
toilet_roll,body,3,rotation,0012
|
| 686 |
+
toilet_roll,ends,1,sliding,0001
|
| 687 |
+
toilet_roll,ends,1,sliding,0002
|
| 688 |
+
toilet_roll,ends,1,sliding,0003
|
| 689 |
+
toilet_roll,ends,1,sliding,0004
|
| 690 |
+
toilet_roll,ends,1,sliding,0005
|
| 691 |
+
toilet_roll,ends,1,sliding,0006
|
| 692 |
+
toilet_roll,ends,1,rotation,0007
|
| 693 |
+
toilet_roll,ends,1,rotation,0008
|
| 694 |
+
toilet_roll,ends,1,rotation,0009
|
| 695 |
+
toilet_roll,ends,1,rotation,0010
|
| 696 |
+
toilet_roll,ends,1,rotation,0011
|
| 697 |
+
toilet_roll,ends,1,rotation,0012
|
| 698 |
+
toilet_roll,ends,2,sliding,0001
|
| 699 |
+
toilet_roll,ends,2,sliding,0002
|
| 700 |
+
toilet_roll,ends,2,sliding,0003
|
| 701 |
+
toilet_roll,ends,2,sliding,0004
|
| 702 |
+
toilet_roll,ends,2,sliding,0005
|
| 703 |
+
toilet_roll,ends,2,sliding,0006
|
| 704 |
+
toilet_roll,ends,2,rotation,0007
|
| 705 |
+
toilet_roll,ends,2,rotation,0008
|
| 706 |
+
toilet_roll,ends,2,rotation,0009
|
| 707 |
+
toilet_roll,ends,2,rotation,0010
|
| 708 |
+
toilet_roll,ends,2,rotation,0011
|
| 709 |
+
toilet_roll,ends,2,rotation,0012
|
| 710 |
+
toilet_roll,ends,3,sliding,0001
|
| 711 |
+
toilet_roll,ends,3,sliding,0002
|
| 712 |
+
toilet_roll,ends,3,sliding,0003
|
| 713 |
+
toilet_roll,ends,3,sliding,0004
|
| 714 |
+
toilet_roll,ends,3,sliding,0005
|
| 715 |
+
toilet_roll,ends,3,sliding,0006
|
| 716 |
+
toilet_roll,ends,3,rotation,0007
|
| 717 |
+
toilet_roll,ends,3,rotation,0008
|
| 718 |
+
toilet_roll,ends,3,rotation,0009
|
| 719 |
+
toilet_roll,ends,3,rotation,0010
|
| 720 |
+
toilet_roll,ends,3,rotation,0011
|
| 721 |
+
toilet_roll,ends,3,rotation,0012
|
| 722 |
+
toothbrush,handle,1,sliding,0001
|
| 723 |
+
toothbrush,handle,1,sliding,0002
|
| 724 |
+
toothbrush,handle,1,sliding,0003
|
| 725 |
+
toothbrush,handle,1,sliding,0004
|
| 726 |
+
toothbrush,handle,1,sliding,0005
|
| 727 |
+
toothbrush,handle,1,sliding,0006
|
| 728 |
+
toothbrush,handle,1,rotation,0007
|
| 729 |
+
toothbrush,handle,1,rotation,0008
|
| 730 |
+
toothbrush,handle,1,rotation,0009
|
| 731 |
+
toothbrush,handle,1,rotation,0010
|
| 732 |
+
toothbrush,handle,1,rotation,0011
|
| 733 |
+
toothbrush,handle,1,rotation,0012
|
| 734 |
+
toothbrush,handle,2,sliding,0001
|
| 735 |
+
toothbrush,handle,2,sliding,0002
|
| 736 |
+
toothbrush,handle,2,sliding,0003
|
| 737 |
+
toothbrush,handle,2,sliding,0004
|
| 738 |
+
toothbrush,handle,2,sliding,0005
|
| 739 |
+
toothbrush,handle,2,sliding,0006
|
| 740 |
+
toothbrush,handle,2,rotation,0007
|
| 741 |
+
toothbrush,handle,2,rotation,0008
|
| 742 |
+
toothbrush,handle,2,rotation,0009
|
| 743 |
+
toothbrush,handle,2,rotation,0010
|
| 744 |
+
toothbrush,handle,2,rotation,0011
|
| 745 |
+
toothbrush,handle,2,rotation,0012
|
| 746 |
+
toothbrush,handle,3,sliding,0001
|
| 747 |
+
toothbrush,handle,3,sliding,0002
|
| 748 |
+
toothbrush,handle,3,sliding,0003
|
| 749 |
+
toothbrush,handle,3,sliding,0004
|
| 750 |
+
toothbrush,handle,3,sliding,0005
|
| 751 |
+
toothbrush,handle,3,sliding,0006
|
| 752 |
+
toothbrush,handle,3,rotation,0007
|
| 753 |
+
toothbrush,handle,3,rotation,0008
|
| 754 |
+
toothbrush,handle,3,rotation,0009
|
| 755 |
+
toothbrush,handle,3,rotation,0010
|
| 756 |
+
toothbrush,handle,3,rotation,0011
|
| 757 |
+
toothbrush,handle,3,rotation,0012
|
| 758 |
+
toothbrush,head,1,sliding,0001
|
| 759 |
+
toothbrush,head,1,sliding,0002
|
| 760 |
+
toothbrush,head,1,sliding,0003
|
| 761 |
+
toothbrush,head,1,sliding,0004
|
| 762 |
+
toothbrush,head,1,sliding,0005
|
| 763 |
+
toothbrush,head,1,sliding,0006
|
| 764 |
+
toothbrush,head,1,rotation,0007
|
| 765 |
+
toothbrush,head,1,rotation,0008
|
| 766 |
+
toothbrush,head,1,rotation,0009
|
| 767 |
+
toothbrush,head,1,rotation,0010
|
| 768 |
+
toothbrush,head,1,rotation,0011
|
| 769 |
+
toothbrush,head,1,rotation,0012
|
| 770 |
+
toothbrush,head,2,sliding,0001
|
| 771 |
+
toothbrush,head,2,sliding,0002
|
| 772 |
+
toothbrush,head,2,sliding,0003
|
| 773 |
+
toothbrush,head,2,sliding,0004
|
| 774 |
+
toothbrush,head,2,sliding,0005
|
| 775 |
+
toothbrush,head,2,sliding,0006
|
| 776 |
+
toothbrush,head,2,rotation,0007
|
| 777 |
+
toothbrush,head,2,rotation,0008
|
| 778 |
+
toothbrush,head,2,rotation,0009
|
| 779 |
+
toothbrush,head,2,rotation,0010
|
| 780 |
+
toothbrush,head,2,rotation,0011
|
| 781 |
+
toothbrush,head,2,rotation,0012
|
| 782 |
+
toothbrush,head,3,sliding,0001
|
| 783 |
+
toothbrush,head,3,sliding,0002
|
| 784 |
+
toothbrush,head,3,sliding,0003
|
| 785 |
+
toothbrush,head,3,sliding,0004
|
| 786 |
+
toothbrush,head,3,sliding,0005
|
| 787 |
+
toothbrush,head,3,sliding,0006
|
| 788 |
+
toothbrush,head,3,rotation,0007
|
| 789 |
+
toothbrush,head,3,rotation,0008
|
| 790 |
+
toothbrush,head,3,rotation,0009
|
| 791 |
+
toothbrush,head,3,rotation,0010
|
| 792 |
+
toothbrush,head,3,rotation,0011
|
| 793 |
+
toothbrush,head,3,rotation,0012
|
| 794 |
+
tube_pringles,base,1,sliding,0001
|
| 795 |
+
tube_pringles,base,1,sliding,0002
|
| 796 |
+
tube_pringles,base,1,sliding,0003
|
| 797 |
+
tube_pringles,base,1,sliding,0004
|
| 798 |
+
tube_pringles,base,1,rotation,0005
|
| 799 |
+
tube_pringles,base,1,rotation,0006
|
| 800 |
+
tube_pringles,base,1,rotation,0007
|
| 801 |
+
tube_pringles,base,1,rotation,0008
|
| 802 |
+
tube_pringles,base,2,sliding,0001
|
| 803 |
+
tube_pringles,base,2,sliding,0002
|
| 804 |
+
tube_pringles,base,2,sliding,0003
|
| 805 |
+
tube_pringles,base,2,sliding,0004
|
| 806 |
+
tube_pringles,base,2,rotation,0005
|
| 807 |
+
tube_pringles,base,2,rotation,0006
|
| 808 |
+
tube_pringles,base,2,rotation,0007
|
| 809 |
+
tube_pringles,base,2,rotation,0008
|
| 810 |
+
tube_pringles,base,3,sliding,0001
|
| 811 |
+
tube_pringles,base,3,sliding,0002
|
| 812 |
+
tube_pringles,base,3,sliding,0003
|
| 813 |
+
tube_pringles,base,3,sliding,0004
|
| 814 |
+
tube_pringles,base,3,rotation,0005
|
| 815 |
+
tube_pringles,base,3,rotation,0006
|
| 816 |
+
tube_pringles,base,3,rotation,0007
|
| 817 |
+
tube_pringles,base,3,rotation,0008
|
| 818 |
+
tube_pringles,body,1,sliding,0001
|
| 819 |
+
tube_pringles,body,1,sliding,0002
|
| 820 |
+
tube_pringles,body,1,sliding,0003
|
| 821 |
+
tube_pringles,body,1,sliding,0004
|
| 822 |
+
tube_pringles,body,1,rotation,0005
|
| 823 |
+
tube_pringles,body,1,rotation,0006
|
| 824 |
+
tube_pringles,body,1,rotation,0007
|
| 825 |
+
tube_pringles,body,1,rotation,0008
|
| 826 |
+
tube_pringles,body,2,sliding,0001
|
| 827 |
+
tube_pringles,body,2,sliding,0002
|
| 828 |
+
tube_pringles,body,2,sliding,0003
|
| 829 |
+
tube_pringles,body,2,sliding,0004
|
| 830 |
+
tube_pringles,body,2,rotation,0005
|
| 831 |
+
tube_pringles,body,2,rotation,0006
|
| 832 |
+
tube_pringles,body,2,rotation,0007
|
| 833 |
+
tube_pringles,body,2,rotation,0008
|
| 834 |
+
tube_pringles,body,3,sliding,0001
|
| 835 |
+
tube_pringles,body,3,sliding,0002
|
| 836 |
+
tube_pringles,body,3,sliding,0003
|
| 837 |
+
tube_pringles,body,3,sliding,0004
|
| 838 |
+
tube_pringles,body,3,rotation,0005
|
| 839 |
+
tube_pringles,body,3,rotation,0006
|
| 840 |
+
tube_pringles,body,3,rotation,0007
|
| 841 |
+
tube_pringles,body,3,rotation,0008
|
| 842 |
+
tube_pringles,lid,1,sliding,0001
|
| 843 |
+
tube_pringles,lid,1,sliding,0002
|
| 844 |
+
tube_pringles,lid,1,sliding,0003
|
| 845 |
+
tube_pringles,lid,1,sliding,0004
|
| 846 |
+
tube_pringles,lid,1,rotation,0005
|
| 847 |
+
tube_pringles,lid,1,rotation,0006
|
| 848 |
+
tube_pringles,lid,1,rotation,0007
|
| 849 |
+
tube_pringles,lid,1,rotation,0008
|
| 850 |
+
tube_pringles,lid,2,sliding,0001
|
| 851 |
+
tube_pringles,lid,2,sliding,0002
|
| 852 |
+
tube_pringles,lid,2,sliding,0003
|
| 853 |
+
tube_pringles,lid,2,sliding,0004
|
| 854 |
+
tube_pringles,lid,2,rotation,0005
|
| 855 |
+
tube_pringles,lid,2,rotation,0006
|
| 856 |
+
tube_pringles,lid,2,rotation,0007
|
| 857 |
+
tube_pringles,lid,2,rotation,0008
|
| 858 |
+
tube_pringles,lid,3,sliding,0001
|
| 859 |
+
tube_pringles,lid,3,sliding,0002
|
| 860 |
+
tube_pringles,lid,3,sliding,0003
|
| 861 |
+
tube_pringles,lid,3,sliding,0004
|
| 862 |
+
tube_pringles,lid,3,rotation,0005
|
| 863 |
+
tube_pringles,lid,3,rotation,0006
|
| 864 |
+
tube_pringles,lid,3,rotation,0007
|
| 865 |
+
tube_pringles,lid,3,rotation,0008
|
| 866 |
+
tv_remote,body,1,sliding,0001
|
| 867 |
+
tv_remote,body,1,sliding,0002
|
| 868 |
+
tv_remote,body,1,sliding,0003
|
| 869 |
+
tv_remote,body,1,sliding,0004
|
| 870 |
+
tv_remote,body,1,sliding,0005
|
| 871 |
+
tv_remote,body,1,sliding,0006
|
| 872 |
+
tv_remote,body,1,rotation,0007
|
| 873 |
+
tv_remote,body,1,rotation,0008
|
| 874 |
+
tv_remote,body,1,rotation,0009
|
| 875 |
+
tv_remote,body,1,rotation,0010
|
| 876 |
+
tv_remote,body,1,rotation,0011
|
| 877 |
+
tv_remote,body,1,rotation,0012
|
| 878 |
+
tv_remote,body,2,sliding,0001
|
| 879 |
+
tv_remote,body,2,sliding,0002
|
| 880 |
+
tv_remote,body,2,sliding,0003
|
| 881 |
+
tv_remote,body,2,sliding,0004
|
| 882 |
+
tv_remote,body,2,sliding,0005
|
| 883 |
+
tv_remote,body,2,sliding,0006
|
| 884 |
+
tv_remote,body,2,rotation,0007
|
| 885 |
+
tv_remote,body,2,rotation,0008
|
| 886 |
+
tv_remote,body,2,rotation,0009
|
| 887 |
+
tv_remote,body,2,rotation,0010
|
| 888 |
+
tv_remote,body,2,rotation,0011
|
| 889 |
+
tv_remote,body,2,rotation,0012
|
| 890 |
+
tv_remote,body,3,sliding,0001
|
| 891 |
+
tv_remote,body,3,sliding,0002
|
| 892 |
+
tv_remote,body,3,sliding,0003
|
| 893 |
+
tv_remote,body,3,sliding,0004
|
| 894 |
+
tv_remote,body,3,sliding,0005
|
| 895 |
+
tv_remote,body,3,sliding,0006
|
| 896 |
+
tv_remote,body,3,rotation,0007
|
| 897 |
+
tv_remote,body,3,rotation,0008
|
| 898 |
+
tv_remote,body,3,rotation,0009
|
| 899 |
+
tv_remote,body,3,rotation,0010
|
| 900 |
+
tv_remote,body,3,rotation,0011
|
| 901 |
+
tv_remote,body,3,rotation,0012
|
| 902 |
+
tv_remote,buttons,1,sliding,0001
|
| 903 |
+
tv_remote,buttons,1,sliding,0002
|
| 904 |
+
tv_remote,buttons,1,sliding,0003
|
| 905 |
+
tv_remote,buttons,1,sliding,0004
|
| 906 |
+
tv_remote,buttons,1,sliding,0005
|
| 907 |
+
tv_remote,buttons,1,sliding,0006
|
| 908 |
+
tv_remote,buttons,1,rotation,0007
|
| 909 |
+
tv_remote,buttons,1,rotation,0008
|
| 910 |
+
tv_remote,buttons,1,rotation,0009
|
| 911 |
+
tv_remote,buttons,1,rotation,0010
|
| 912 |
+
tv_remote,buttons,1,rotation,0011
|
| 913 |
+
tv_remote,buttons,1,rotation,0012
|
| 914 |
+
tv_remote,buttons,2,sliding,0001
|
| 915 |
+
tv_remote,buttons,2,sliding,0002
|
| 916 |
+
tv_remote,buttons,2,sliding,0003
|
| 917 |
+
tv_remote,buttons,2,sliding,0004
|
| 918 |
+
tv_remote,buttons,2,sliding,0005
|
| 919 |
+
tv_remote,buttons,2,sliding,0006
|
| 920 |
+
tv_remote,buttons,2,rotation,0007
|
| 921 |
+
tv_remote,buttons,2,rotation,0008
|
| 922 |
+
tv_remote,buttons,2,rotation,0009
|
| 923 |
+
tv_remote,buttons,2,rotation,0010
|
| 924 |
+
tv_remote,buttons,2,rotation,0011
|
| 925 |
+
tv_remote,buttons,2,rotation,0012
|
| 926 |
+
tv_remote,buttons,3,sliding,0001
|
| 927 |
+
tv_remote,buttons,3,sliding,0002
|
| 928 |
+
tv_remote,buttons,3,sliding,0003
|
| 929 |
+
tv_remote,buttons,3,sliding,0004
|
| 930 |
+
tv_remote,buttons,3,sliding,0005
|
| 931 |
+
tv_remote,buttons,3,sliding,0006
|
| 932 |
+
tv_remote,buttons,3,rotation,0007
|
| 933 |
+
tv_remote,buttons,3,rotation,0008
|
| 934 |
+
tv_remote,buttons,3,rotation,0009
|
| 935 |
+
tv_remote,buttons,3,rotation,0010
|
| 936 |
+
tv_remote,buttons,3,rotation,0011
|
| 937 |
+
tv_remote,buttons,3,rotation,0012
|
| 938 |
+
wooden_spoon,handle,1,sliding,0001
|
| 939 |
+
wooden_spoon,handle,1,sliding,0002
|
| 940 |
+
wooden_spoon,handle,1,sliding,0003
|
| 941 |
+
wooden_spoon,handle,1,sliding,0004
|
| 942 |
+
wooden_spoon,handle,1,sliding,0005
|
| 943 |
+
wooden_spoon,handle,1,sliding,0006
|
| 944 |
+
wooden_spoon,handle,1,rotation,0007
|
| 945 |
+
wooden_spoon,handle,1,rotation,0008
|
| 946 |
+
wooden_spoon,handle,1,rotation,0009
|
| 947 |
+
wooden_spoon,handle,1,rotation,0010
|
| 948 |
+
wooden_spoon,handle,1,rotation,0011
|
| 949 |
+
wooden_spoon,handle,1,rotation,0012
|
| 950 |
+
wooden_spoon,handle,2,sliding,0001
|
| 951 |
+
wooden_spoon,handle,2,sliding,0002
|
| 952 |
+
wooden_spoon,handle,2,sliding,0003
|
| 953 |
+
wooden_spoon,handle,2,sliding,0004
|
| 954 |
+
wooden_spoon,handle,2,sliding,0005
|
| 955 |
+
wooden_spoon,handle,2,sliding,0006
|
| 956 |
+
wooden_spoon,handle,2,rotation,0007
|
| 957 |
+
wooden_spoon,handle,2,rotation,0008
|
| 958 |
+
wooden_spoon,handle,2,rotation,0009
|
| 959 |
+
wooden_spoon,handle,2,rotation,0010
|
| 960 |
+
wooden_spoon,handle,2,rotation,0011
|
| 961 |
+
wooden_spoon,handle,2,rotation,0012
|
| 962 |
+
wooden_spoon,handle,3,sliding,0001
|
| 963 |
+
wooden_spoon,handle,3,sliding,0002
|
| 964 |
+
wooden_spoon,handle,3,sliding,0003
|
| 965 |
+
wooden_spoon,handle,3,sliding,0004
|
| 966 |
+
wooden_spoon,handle,3,sliding,0005
|
| 967 |
+
wooden_spoon,handle,3,sliding,0006
|
| 968 |
+
wooden_spoon,handle,3,rotation,0007
|
| 969 |
+
wooden_spoon,handle,3,rotation,0008
|
| 970 |
+
wooden_spoon,handle,3,rotation,0009
|
| 971 |
+
wooden_spoon,handle,3,rotation,0010
|
| 972 |
+
wooden_spoon,handle,3,rotation,0011
|
| 973 |
+
wooden_spoon,handle,3,rotation,0012
|
| 974 |
+
wooden_spoon,head,1,sliding,0001
|
| 975 |
+
wooden_spoon,head,1,sliding,0002
|
| 976 |
+
wooden_spoon,head,1,sliding,0003
|
| 977 |
+
wooden_spoon,head,1,sliding,0004
|
| 978 |
+
wooden_spoon,head,1,sliding,0005
|
| 979 |
+
wooden_spoon,head,1,sliding,0006
|
| 980 |
+
wooden_spoon,head,1,rotation,0007
|
| 981 |
+
wooden_spoon,head,1,rotation,0008
|
| 982 |
+
wooden_spoon,head,1,rotation,0009
|
| 983 |
+
wooden_spoon,head,1,rotation,0010
|
| 984 |
+
wooden_spoon,head,1,rotation,0011
|
| 985 |
+
wooden_spoon,head,1,rotation,0012
|
| 986 |
+
wooden_spoon,head,2,sliding,0001
|
| 987 |
+
wooden_spoon,head,2,sliding,0002
|
| 988 |
+
wooden_spoon,head,2,sliding,0003
|
| 989 |
+
wooden_spoon,head,2,sliding,0004
|
| 990 |
+
wooden_spoon,head,2,sliding,0005
|
| 991 |
+
wooden_spoon,head,2,sliding,0006
|
| 992 |
+
wooden_spoon,head,2,rotation,0007
|
| 993 |
+
wooden_spoon,head,2,rotation,0008
|
| 994 |
+
wooden_spoon,head,2,rotation,0009
|
| 995 |
+
wooden_spoon,head,2,rotation,0010
|
| 996 |
+
wooden_spoon,head,2,rotation,0011
|
| 997 |
+
wooden_spoon,head,2,rotation,0012
|
| 998 |
+
wooden_spoon,head,3,sliding,0001
|
| 999 |
+
wooden_spoon,head,3,sliding,0002
|
| 1000 |
+
wooden_spoon,head,3,sliding,0003
|
| 1001 |
+
wooden_spoon,head,3,sliding,0004
|
| 1002 |
+
wooden_spoon,head,3,sliding,0005
|
| 1003 |
+
wooden_spoon,head,3,sliding,0006
|
| 1004 |
+
wooden_spoon,head,3,rotation,0007
|
| 1005 |
+
wooden_spoon,head,3,rotation,0008
|
| 1006 |
+
wooden_spoon,head,3,rotation,0009
|
| 1007 |
+
wooden_spoon,head,3,rotation,0010
|
| 1008 |
+
wooden_spoon,head,3,rotation,0011
|
| 1009 |
+
wooden_spoon,head,3,rotation,0012
|
| 1010 |
+
beaker,body,1,sliding,0001
|
| 1011 |
+
beaker,body,1,rotation,0002
|
| 1012 |
+
beaker,body,2,sliding,0001
|
| 1013 |
+
beaker,body,2,rotation,0002
|
| 1014 |
+
beaker,body,3,sliding,0001
|
| 1015 |
+
beaker,body,3,rotation,0002
|
| 1016 |
+
beaker,rim,1,sliding,0001
|
| 1017 |
+
beaker,rim,1,rotation,0002
|
| 1018 |
+
beaker,rim,2,sliding,0001
|
| 1019 |
+
beaker,rim,2,rotation,0002
|
| 1020 |
+
beaker,rim,3,sliding,0001
|
| 1021 |
+
beaker,rim,3,rotation,0002
|
| 1022 |
+
dish_brush,handle,1,sliding,0001
|
| 1023 |
+
dish_brush,handle,1,rotation,0002
|
| 1024 |
+
dish_brush,handle,2,sliding,0001
|
| 1025 |
+
dish_brush,handle,2,rotation,0002
|
| 1026 |
+
dish_brush,handle,3,sliding,0001
|
| 1027 |
+
dish_brush,handle,3,rotation,0002
|
| 1028 |
+
dish_brush,head,1,sliding,0001
|
| 1029 |
+
dish_brush,head,1,rotation,0002
|
| 1030 |
+
dish_brush,head,2,sliding,0001
|
| 1031 |
+
dish_brush,head,2,rotation,0002
|
| 1032 |
+
dish_brush,head,3,sliding,0001
|
| 1033 |
+
dish_brush,head,3,rotation,0002
|
| 1034 |
+
media_remote,body,1,sliding,0001
|
| 1035 |
+
media_remote,body,1,rotation,0002
|
| 1036 |
+
media_remote,body,2,sliding,0001
|
| 1037 |
+
media_remote,body,2,rotation,0002
|
| 1038 |
+
media_remote,body,3,sliding,0001
|
| 1039 |
+
media_remote,body,3,rotation,0002
|
| 1040 |
+
media_remote,buttons,1,sliding,0001
|
| 1041 |
+
media_remote,buttons,1,rotation,0002
|
| 1042 |
+
media_remote,buttons,2,sliding,0001
|
| 1043 |
+
media_remote,buttons,2,rotation,0002
|
| 1044 |
+
media_remote,buttons,3,sliding,0001
|
| 1045 |
+
media_remote,buttons,3,rotation,0002
|
| 1046 |
+
microfibre_cloth,edge,1,sliding,0001
|
| 1047 |
+
microfibre_cloth,edge,1,rotation,0002
|
| 1048 |
+
microfibre_cloth,edge,2,sliding,0001
|
| 1049 |
+
microfibre_cloth,edge,2,rotation,0002
|
| 1050 |
+
microfibre_cloth,edge,3,sliding,0001
|
| 1051 |
+
microfibre_cloth,edge,3,rotation,0002
|
| 1052 |
+
microfibre_cloth,surface,1,sliding,0001
|
| 1053 |
+
microfibre_cloth,surface,1,rotation,0002
|
| 1054 |
+
microfibre_cloth,surface,2,sliding,0001
|
| 1055 |
+
microfibre_cloth,surface,2,rotation,0002
|
| 1056 |
+
microfibre_cloth,surface,3,sliding,0001
|
| 1057 |
+
microfibre_cloth,surface,3,rotation,0002
|
| 1058 |
+
patterned_mug,body,1,sliding,0001
|
| 1059 |
+
patterned_mug,body,1,rotation,0002
|
| 1060 |
+
patterned_mug,body,2,sliding,0001
|
| 1061 |
+
patterned_mug,body,2,rotation,0002
|
| 1062 |
+
patterned_mug,body,3,sliding,0001
|
| 1063 |
+
patterned_mug,body,3,rotation,0002
|
| 1064 |
+
patterned_mug,handle,1,sliding,0001
|
| 1065 |
+
patterned_mug,handle,1,rotation,0002
|
| 1066 |
+
patterned_mug,handle,2,sliding,0001
|
| 1067 |
+
patterned_mug,handle,2,rotation,0002
|
| 1068 |
+
patterned_mug,handle,3,sliding,0001
|
| 1069 |
+
patterned_mug,handle,3,rotation,0002
|
| 1070 |
+
patterned_mug,rim,1,sliding,0001
|
| 1071 |
+
patterned_mug,rim,1,rotation,0002
|
| 1072 |
+
patterned_mug,rim,2,sliding,0001
|
| 1073 |
+
patterned_mug,rim,2,rotation,0002
|
| 1074 |
+
patterned_mug,rim,3,sliding,0001
|
| 1075 |
+
patterned_mug,rim,3,rotation,0002
|
| 1076 |
+
rubber_ball,body,1,sliding,0001
|
| 1077 |
+
rubber_ball,body,1,rotation,0002
|
| 1078 |
+
rubber_ball,body,2,sliding,0001
|
| 1079 |
+
rubber_ball,body,2,rotation,0002
|
| 1080 |
+
rubber_ball,body,3,sliding,0001
|
| 1081 |
+
rubber_ball,body,3,rotation,0002
|
| 1082 |
+
rubber_ball,ridges,1,sliding,0001
|
| 1083 |
+
rubber_ball,ridges,1,rotation,0002
|
| 1084 |
+
rubber_ball,ridges,2,sliding,0001
|
| 1085 |
+
rubber_ball,ridges,2,rotation,0002
|
| 1086 |
+
rubber_ball,ridges,3,sliding,0001
|
| 1087 |
+
rubber_ball,ridges,3,rotation,0002
|
| 1088 |
+
small_scissors,blades,1,sliding,0001
|
| 1089 |
+
small_scissors,blades,1,rotation,0002
|
| 1090 |
+
small_scissors,blades,2,sliding,0001
|
| 1091 |
+
small_scissors,blades,2,rotation,0002
|
| 1092 |
+
small_scissors,blades,3,sliding,0001
|
| 1093 |
+
small_scissors,blades,3,rotation,0002
|
| 1094 |
+
small_scissors,handle,1,sliding,0001
|
| 1095 |
+
small_scissors,handle,1,rotation,0002
|
| 1096 |
+
small_scissors,handle,2,sliding,0001
|
| 1097 |
+
small_scissors,handle,2,rotation,0002
|
| 1098 |
+
small_scissors,handle,3,sliding,0001
|
| 1099 |
+
small_scissors,handle,3,rotation,0002
|
| 1100 |
+
table_knife,blade,1,sliding,0001
|
| 1101 |
+
table_knife,blade,1,rotation,0002
|
| 1102 |
+
table_knife,blade,2,sliding,0001
|
| 1103 |
+
table_knife,blade,2,rotation,0002
|
| 1104 |
+
table_knife,blade,3,sliding,0001
|
| 1105 |
+
table_knife,blade,3,rotation,0002
|
| 1106 |
+
table_knife,handle,1,sliding,0001
|
| 1107 |
+
table_knife,handle,1,rotation,0002
|
| 1108 |
+
table_knife,handle,2,sliding,0001
|
| 1109 |
+
table_knife,handle,2,rotation,0002
|
| 1110 |
+
table_knife,handle,3,sliding,0001
|
| 1111 |
+
table_knife,handle,3,rotation,0002
|
| 1112 |
+
tin_peas,base,1,sliding,0001
|
| 1113 |
+
tin_peas,base,1,rotation,0002
|
| 1114 |
+
tin_peas,base,2,sliding,0001
|
| 1115 |
+
tin_peas,base,2,rotation,0002
|
| 1116 |
+
tin_peas,base,3,sliding,0001
|
| 1117 |
+
tin_peas,base,3,rotation,0002
|
| 1118 |
+
tin_peas,body,1,sliding,0001
|
| 1119 |
+
tin_peas,body,1,rotation,0002
|
| 1120 |
+
tin_peas,body,2,sliding,0001
|
| 1121 |
+
tin_peas,body,2,rotation,0002
|
| 1122 |
+
tin_peas,body,3,sliding,0001
|
| 1123 |
+
tin_peas,body,3,rotation,0002
|
| 1124 |
+
tin_peas,lid,1,sliding,0001
|
| 1125 |
+
tin_peas,lid,1,rotation,0002
|
| 1126 |
+
tin_peas,lid,2,sliding,0001
|
| 1127 |
+
tin_peas,lid,2,rotation,0002
|
| 1128 |
+
tin_peas,lid,3,sliding,0001
|
| 1129 |
+
tin_peas,lid,3,rotation,0002
|