File size: 2,188 Bytes
9079945
00d2658
 
 
 
 
9079945
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0e666e5
 
 
00d2658
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0e666e5
 
 
 
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
70
71
72
73
74
---
license: cc-by-4.0
task_categories:
- other
size_categories:
- n<1K
dataset_info:
  features:
  - name: category
    dtype: string
  - name: path
    dtype: string
  - name: scale
    dtype: float64
  - name: rotation
    dtype: float64
  - name: 180-degree symmetry
    dtype: int64
  - name: 90-degree symmetry
    dtype: int64
  - name: round
    dtype: int64
  - name: rotation_red
    dtype: 'null'
  - name: rotation_green
    dtype: 'null'
  - name: mesh_extent_x
    dtype: float64
  - name: mesh_extent_y
    dtype: float64
  - name: mesh_extent_z
    dtype: float64
  - name: mesh_offset_x
    dtype: float64
  - name: mesh_offset_y
    dtype: float64
  - name: mesh_offset_z
    dtype: float64
  splits:
  - name: all
    num_bytes: 19039
    num_examples: 109
  download_size: 13548
  dataset_size: 19039
configs:
- config_name: default
  data_files:
  - split: all
    path: data/all-*
---

# 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.

- **Paper:** [LychSim: A Controllable and Interactive Simulation Framework for Vision Research](https://huggingface.co/papers/2605.12449)
- **Project Page:** [https://lychsim.github.io/](https://lychsim.github.io/)
- **Repository:** [https://github.com/wufeim/LychSim](https://github.com/wufeim/LychSim)

## Sample Usage

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

```python
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).