Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

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.

LychSim Objects Dataset

This dataset provides annotations for 3D assets used in LychSim, a controllable and interactive simulation framework for vision research.

For each 3D asset that appears in LychSim scenes, we annotate its semantic category, canonical scale, and pose alignment (the calibration yaw that puts the asset's "front" along +X), together with a precomputed mesh_offset so that spawning at location + mesh_offset lands the visual bounding box bottom-center exactly on the target location. These annotations are critical for producing semantically aligned ground-truth 3D object poses and for programmatic object placement and scene manipulation.

Sample Usage

You can load this dataset using the Hugging Face datasets library:

from datasets import load_dataset

objects = load_dataset("wufeim/lychsim_objects")

License

This dataset is released under the Creative Commons Attribution 4.0 International license (CC BY 4.0).

Downloads last month
25

Collection including wufeim/lychsim_objects

Paper for wufeim/lychsim_objects