File size: 1,732 Bytes
25d7df0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | {
"dataset_name": "break4models",
"description": "A 4-shape small-scale dataset for physics-based 3D object breaking simulation and reconstruction",
"homepage": "https://huggingface.co/datasets/nikoloside/break4models",
"license": "PDDL",
"features": {
"target_shape": {
"dtype": "string",
"description": "The target object shape name"
},
"max_gssdf_val": {
"dtype": "float32",
"description": "Maximum GS-SDF (Geometrically-Segmented Signed Distance Field) value"
},
"avg_max_gssdf_val": {
"dtype": "float32",
"description": "Average maximum GS-SDF value"
},
"min_gssdf_val": {
"dtype": "float32",
"description": "Minimum GS-SDF value"
},
"avg_min_gssdf_val": {
"dtype": "float32",
"description": "Average minimum GSSDF value"
},
"start_time": {
"dtype": "string",
"description": "Simulation start timestamp"
},
"stop_time": {
"dtype": "string",
"description": "Simulation end timestamp"
},
"total_valid": {
"dtype": "int32",
"description": "Total number of valid simulation Times"
}
},
"config_name": "default",
"version": {
"version_str": "1.0.0",
"description": "Initial release",
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 0,
"num_examples": 200,
"shard_lengths": []
},
"test": {
"name": "test",
"num_bytes": 0,
"num_examples": 50,
"shard_lengths": []
}
},
"download_checksums": {},
"download_size": 0,
"post_processed": null,
"supervised_keys": null,
"task_templates": [],
"builder_name": "json"
}
|