XDen-1K: A Density Field Dataset of Real-World Objects
Paper β’ 2512.10668 β’ Published
Error code: RowsPostProcessingError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
This is a preview release of XDen-1K, containing 100 out of 1000 real-world objects.
XDen-1K is a large-scale, multi-modal dataset of real-world objects designed for physical property estimation, especially volumetric density fields reconstructed from X-ray observations
Each real object is captured with:
dataset/
βββ 01/
β βββ ori_image.jpg # RGB image
β βββ mesh.glb # 3D mesh (real scale)
β βββ density_pc.ply # point cloud with per-point density
β βββ optimized_lac.nii.gz # optimized LAC volume
β βββ lat.nii.gz # lateral X-ray scan
β βββ pa.nii.gz # PA X-ray scan
β βββ part_lac_density.json # per-part LAC and density values
βββ 02/
β βββ ...
βββ ...
The category and scale are in the metadata.json file
{
"01": {
"category": "xx", # Category the object belongs
"scale": [0.0, 0.0, 0.0] # scale of the object (cm)
},
"02": {
"category": "yy",
"scale": [0.0, 0.0, 0.0]
}
...
}