Download

In order to download the dataset, please follow to the project website.

Full dataset

Full dataset is available in two parts. Download both of them and unzip in directory of your choice. Note that both parts can be unpacked separately, each part correspond to 5 out of 10 tasks that are contained in the dataset.

Small sample dataset

Dataset is also available as a 10%, or a 1% sample (for a smaller size preview). This samples cover all 10 of available tasks, taking equally 10% or 1% from each.

Task split

Finally, you can download only the part of data related to one of the 10 available task. Short description of tasks is presented as following (task names correspond to directories in the downloaded .zip files):

TaskDescription
weight_singleMeasure the weight of a single object.
weight_multiMeasure the weight of multiple objects sharing a property.
pick_up_lightestPick up the lightest/heaviest of objects sharing a property.
move_singleMove a single object to the designated part of the table.
move_multiRemove all objects having given property from the designated part of the table.
move_weightMove the lightest/heaviest of objects sharing a property to the designated part of the table.
stackStack one object on top of the other.
stack_weightStack the lightest/heaviest of objects sharing a property on top of the other object.
stack_threeStack three objects in the designated order.
weight_orderStack all objects sharing a property according to their weight.