mixed_depth / dataset_infos.json
agianbig's picture
Add viewer parquet (data/) with rendered images + tabular columns
1fbf42a verified
Raw
History Blame
3.68 kB
{
"default": {
"description": "",
"citation": "",
"homepage": "",
"license": "",
"features": {
"id": {
"dtype": "string",
"_type": "Value"
},
"image_filename": {
"dtype": "string",
"_type": "Value"
},
"original_image": {
"dtype": "string",
"_type": "Value"
},
"question": {
"dtype": "string",
"_type": "Value"
},
"answer": {
"dtype": "string",
"_type": "Value"
},
"answer_letter": {
"dtype": "string",
"_type": "Value"
},
"answer_type": {
"dtype": "string",
"_type": "Value"
},
"num_points": {
"dtype": "int64",
"_type": "Value"
},
"point_labels": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"depth_token": {
"dtype": "string",
"_type": "Value"
},
"point_A_x": {
"dtype": "int64",
"_type": "Value"
},
"point_A_y": {
"dtype": "int64",
"_type": "Value"
},
"point_B_x": {
"dtype": "int64",
"_type": "Value"
},
"point_B_y": {
"dtype": "int64",
"_type": "Value"
},
"point_C_x": {
"dtype": "int64",
"_type": "Value"
},
"point_C_y": {
"dtype": "int64",
"_type": "Value"
},
"point_D_x": {
"dtype": "int64",
"_type": "Value"
},
"point_D_y": {
"dtype": "int64",
"_type": "Value"
},
"point_E_x": {
"dtype": "int64",
"_type": "Value"
},
"point_E_y": {
"dtype": "int64",
"_type": "Value"
},
"point_A_depth": {
"dtype": "float64",
"_type": "Value"
},
"point_B_depth": {
"dtype": "float64",
"_type": "Value"
},
"point_C_depth": {
"dtype": "float64",
"_type": "Value"
},
"point_D_depth": {
"dtype": "float64",
"_type": "Value"
},
"point_E_depth": {
"dtype": "float64",
"_type": "Value"
},
"image": {
"_type": "Image"
}
},
"builder_name": "parquet",
"dataset_name": "parquet",
"config_name": "default",
"version": {
"version_str": "0.0.0",
"major": 0,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 466678289.0,
"num_examples": 19279,
"dataset_name": "mixed_depth"
}
},
"download_size": 421666211,
"dataset_size": 466678289.0,
"size_in_bytes": 888344500.0
}
}