mickeykang commited on
Commit
2e46c4b
·
verified ·
1 Parent(s): e2093df

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. 0001-camchain.yaml +21 -0
  2. README.md +70 -0
  3. banana_1101/0003/aligned_depth_pose.csv +0 -0
  4. banana_1101/0003/obj.txt +1 -0
  5. banana_1101/0003/startend.txt +1 -0
  6. bowl_1101/0004/aligned_depth_pose.csv +0 -0
  7. bowl_1101/0004/obj.txt +1 -0
  8. bowl_1101/0004/startend.txt +1 -0
  9. drill_1101/0000/aligned_depth_pose.csv +0 -0
  10. drill_1101/0000/obj.txt +1 -0
  11. drill_1101/0000/startend.txt +1 -0
  12. simple_mesh/001_mustard_bottle/material.mtl +8 -0
  13. simple_mesh/001_mustard_bottle/textured.obj +0 -0
  14. simple_mesh/002_pudding_box/material.mtl +8 -0
  15. simple_mesh/002_pudding_box/textured.obj +0 -0
  16. simple_mesh/003_pitcher_base/material.mtl +8 -0
  17. simple_mesh/004_cracker_box/material.mtl +8 -0
  18. simple_mesh/004_cracker_box/textured.obj +0 -0
  19. simple_mesh/006_power_drill/material.mtl +8 -0
  20. simple_mesh/006_power_drill/textured.obj +0 -0
  21. simple_mesh/007_banana/material.mtl +8 -0
  22. simple_mesh/007_banana/textured.obj +0 -0
  23. simple_mesh/008_apple/material.mtl +8 -0
  24. simple_mesh/008_apple/textured.obj +0 -0
  25. simple_mesh/009_extra_large_clamp/material.mtl +8 -0
  26. simple_mesh/009_extra_large_clamp/textured.obj +0 -0
  27. simple_mesh/010_softball/textured.obj +0 -0
  28. simple_mesh/011_wine_glass/material.mtl +8 -0
  29. simple_mesh/011_wine_glass/textured.obj +0 -0
  30. simple_mesh/012_bowl/material.mtl +8 -0
  31. simple_mesh/012_bowl/textured.obj +0 -0
  32. simple_mesh/013_mug/material.mtl +8 -0
  33. simple_mesh/013_mug/textured.obj +0 -0
  34. simple_mesh/014_plate/material.mtl +8 -0
  35. simple_mesh/014_plate/textured.obj +0 -0
  36. simple_mesh/015_spatula/material.mtl +8 -0
  37. simple_mesh/015_spatula/textured.obj +0 -0
  38. simple_mesh/016_hammer/material.mtl +8 -0
  39. simple_mesh/016_hammer/textured.obj +0 -0
  40. simple_mesh/017_baseball/material.mtl +8 -0
  41. simple_mesh/017_baseball/textured.obj +0 -0
  42. simple_mesh/018_mouse/material.mtl +8 -0
  43. simple_mesh/018_mouse/textured.obj +0 -0
  44. simple_mesh/019_scrub_cleanser_bottle/textured.obj +0 -0
  45. simple_mesh/020_large_marker/material.mtl +8 -0
  46. simple_mesh/020_large_marker/textured.obj +0 -0
  47. simple_mesh/021_scissors/material.mtl +8 -0
  48. simple_mesh/021_scissors/textured.obj +0 -0
  49. test.txt +14 -0
  50. train.txt +37 -0
0001-camchain.yaml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cam0:
2
+ cam_overlaps: [1]
3
+ camera_model: pinhole
4
+ distortion_coeffs: [0.10361069500712855, -0.2148477229912779, 0.001513264659998155, -0.002476344872837173]
5
+ distortion_model: radtan
6
+ intrinsics: [903.0118940849832, 903.2158406278899, 633.5485368294636, 381.41828087155915]
7
+ resolution: [1280, 720]
8
+ rostopic: /camera/rgb/left/image_raw
9
+ cam1:
10
+ T_cn_cnm1:
11
+ - [0.9998945887337507, -0.014369669164107327, -0.0020794299873445822, -0.0036012707257716318]
12
+ - [0.014399698029410164, 0.999780340709445, 0.015228887929277363, 0.03455469146593941]
13
+ - [0.001860139139947825, -0.015257225796808271, 0.999881871494508, -0.011210949951428937]
14
+ - [0.0, 0.0, 0.0, 1.0]
15
+ cam_overlaps: [0]
16
+ camera_model: pinhole
17
+ distortion_coeffs: [-0.20923248407260384, 0.16598092518055463, -0.0006163143586288673, 0.0008587344469899001]
18
+ distortion_model: radtan
19
+ intrinsics: [1262.0354031860522, 1263.0189428947767, 636.1120772928016, 352.8881203962529]
20
+ resolution: [1280, 720]
21
+ rostopic: /camera/e2vid/left/image_raw
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - object-detection
5
+ tags:
6
+ - 6d-pose
7
+ - event-camera
8
+ - novel-object
9
+ - rgbd
10
+ size_categories:
11
+ - 10G<n<100G
12
+ ---
13
+
14
+ # Event6D Dataset (Real-World Capture)
15
+
16
+ Real-world hand-held capture used as the primary test set in
17
+ [Event6D](https://github.com/mickeykang16/Event6D) (CVPR 2026). With the provided
18
+ checkpoints, our method achieves **mean ADDS 52.79** on this set.
19
+
20
+ A Prophesee event camera + Intel RealSense RGB-D camera filming 14 daily YCB-style
21
+ objects from random angles/motions.
22
+
23
+ ## Layout
24
+
25
+ ```
26
+ Event6D/
27
+ ├── 0001-camchain.yaml # Kalibr-format intrinsic + extrinsic calibration
28
+ ├── test.txt, train.txt # split lists (sequence frame ranges)
29
+ ├── simple_mesh/ # 21 YCB-style object meshes (textured.obj + material)
30
+ └── <object>_<date>/<run>/ # e.g. banana_1101/0003
31
+ ├── parsed_events/ # raw events as packed .npz per frame (x,y,t,p)
32
+ ├── rgb/ # color frames at 30 fps
33
+ ├── depth_aligned_to_color/
34
+ ├── depth_aligned_to_event/
35
+ ├── pose/ # GT object poses (4, 4, 4): 4 sub-timesteps per file
36
+ ├── pose_orig/ # only for wine_1101/0001 — original poses before frame-shift fix
37
+ ├── mask/
38
+ ├── obj.txt # object id string (e.g. 011_wine_glass)
39
+ ├── startend.txt
40
+ └── aligned_depth_pose.csv
41
+ ```
42
+
43
+ ## What's omitted (and how to regenerate)
44
+
45
+ To keep the dataset under ~25 GB we skipped the precomputed event representations:
46
+ `parsed_voxel_depth*`, `parsed_voxel_recon*`, `parsed_e2vid*`, `event_viz*`, `result_viz`,
47
+ `depth_qual*`. These are caches generated by the data reader on first use — running
48
+ evaluation against this dataset will lazily compute and write them under your local copy,
49
+ adding ~1 GB per sequence (~5-10 min one-time warmup per sequence).
50
+
51
+ ## Per-sequence sub-timestep convention
52
+
53
+ Each `pose/XXXXXX.npy` has shape `(4, 4, 4)`: four temporally-spaced sub-timesteps of the
54
+ object pose covering the interval `[T_XXXXXX, T_XXXXXX+1)`. `pose[0]` is at the same
55
+ instant as `rgb/XXXXXX.jpg`; `pose[1..3]` are intermediate samples toward the next frame.
56
+
57
+ The `wine_1101/0001` sequence originally had a one-frame offset (`pose[3]` aligned with
58
+ RGB instead of `pose[0]`); this release ships the corrected (shifted) `pose/` and keeps
59
+ the original under `pose_orig/` for reproducibility.
60
+
61
+ ## Download
62
+
63
+ ```bash
64
+ huggingface-cli download mickeykang/Event6D --repo-type dataset \
65
+ --local-dir ./data/Event6D
66
+ ```
67
+
68
+ ## Citation
69
+
70
+ Please cite Event6D (CVPR 2026) if you use this dataset.
banana_1101/0003/aligned_depth_pose.csv ADDED
The diff for this file is too large to render. See raw diff
 
banana_1101/0003/obj.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 007_banana
banana_1101/0003/startend.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 000120 000420
bowl_1101/0004/aligned_depth_pose.csv ADDED
The diff for this file is too large to render. See raw diff
 
bowl_1101/0004/obj.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 012_bowl
bowl_1101/0004/startend.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 000162 000422
drill_1101/0000/aligned_depth_pose.csv ADDED
The diff for this file is too large to render. See raw diff
 
drill_1101/0000/obj.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 006_power_drill
drill_1101/0000/startend.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 000197 000627
simple_mesh/001_mustard_bottle/material.mtl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+
3
+ newmtl material_0
4
+ Ka 0.20000000 0.20000000 0.20000000
5
+ Kd 0.63921569 0.63921569 0.63921569
6
+ Ks 1.00000000 1.00000000 1.00000000
7
+ Ns 0.00000000
8
+ map_Kd material_0.png
simple_mesh/001_mustard_bottle/textured.obj ADDED
The diff for this file is too large to render. See raw diff
 
simple_mesh/002_pudding_box/material.mtl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+
3
+ newmtl material_0
4
+ Ka 0.20000000 0.20000000 0.20000000
5
+ Kd 0.63921569 0.63921569 0.63921569
6
+ Ks 1.00000000 1.00000000 1.00000000
7
+ Ns 0.00000000
8
+ map_Kd material_0.png
simple_mesh/002_pudding_box/textured.obj ADDED
The diff for this file is too large to render. See raw diff
 
simple_mesh/003_pitcher_base/material.mtl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+
3
+ newmtl material_0
4
+ Ka 0.20000000 0.20000000 0.20000000
5
+ Kd 0.63921569 0.63921569 0.63921569
6
+ Ks 1.00000000 1.00000000 1.00000000
7
+ Ns 0.00000000
8
+ map_Kd material_0.png
simple_mesh/004_cracker_box/material.mtl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+
3
+ newmtl material_0.009
4
+ Ka 1.00000000 1.00000000 1.00000000
5
+ Kd 0.40000000 0.40000000 0.40000000
6
+ Ks 0.00000000 0.00000000 0.00000000
7
+ Ns 10.00000500
8
+ map_Kd material_0.009.jpeg
simple_mesh/004_cracker_box/textured.obj ADDED
The diff for this file is too large to render. See raw diff
 
simple_mesh/006_power_drill/material.mtl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+
3
+ newmtl material_0
4
+ Ka 0.20000000 0.20000000 0.20000000
5
+ Kd 0.63921569 0.63921569 0.63921569
6
+ Ks 1.00000000 1.00000000 1.00000000
7
+ Ns 0.00000000
8
+ map_Kd material_0.png
simple_mesh/006_power_drill/textured.obj ADDED
The diff for this file is too large to render. See raw diff
 
simple_mesh/007_banana/material.mtl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+
3
+ newmtl material_0
4
+ Ka 0.20000000 0.20000000 0.20000000
5
+ Kd 0.63921569 0.63921569 0.63921569
6
+ Ks 1.00000000 1.00000000 1.00000000
7
+ Ns 0.00000000
8
+ map_Kd material_0.png
simple_mesh/007_banana/textured.obj ADDED
The diff for this file is too large to render. See raw diff
 
simple_mesh/008_apple/material.mtl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+
3
+ newmtl material_0
4
+ Ka 0.58823529 0.58823529 0.58823529
5
+ Kd 0.58823529 0.58823529 0.58823529
6
+ Ks 0.00000000 0.00000000 0.00000000
7
+ Ns 10.00000000
8
+ map_Kd material_0.jpeg
simple_mesh/008_apple/textured.obj ADDED
The diff for this file is too large to render. See raw diff
 
simple_mesh/009_extra_large_clamp/material.mtl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+
3
+ newmtl material_0
4
+ Ka 0.20000000 0.20000000 0.20000000
5
+ Kd 0.63921569 0.63921569 0.63921569
6
+ Ks 1.00000000 1.00000000 1.00000000
7
+ Ns 0.00000000
8
+ map_Kd material_0.png
simple_mesh/009_extra_large_clamp/textured.obj ADDED
The diff for this file is too large to render. See raw diff
 
simple_mesh/010_softball/textured.obj ADDED
The diff for this file is too large to render. See raw diff
 
simple_mesh/011_wine_glass/material.mtl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+
3
+ newmtl material_0
4
+ Ka 0.58823529 0.58823529 0.58823529
5
+ Kd 0.58823529 0.58823529 0.58823529
6
+ Ks 0.90196078 0.90196078 0.90196078
7
+ Ns 100.00000000
8
+ map_Kd material_0.jpeg
simple_mesh/011_wine_glass/textured.obj ADDED
The diff for this file is too large to render. See raw diff
 
simple_mesh/012_bowl/material.mtl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+
3
+ newmtl material_0
4
+ Ka 0.58823529 0.58823529 0.58823529
5
+ Kd 0.58823529 0.58823529 0.58823529
6
+ Ks 0.00000000 0.00000000 0.00000000
7
+ Ns 10.00000000
8
+ map_Kd material_0.jpeg
simple_mesh/012_bowl/textured.obj ADDED
The diff for this file is too large to render. See raw diff
 
simple_mesh/013_mug/material.mtl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+
3
+ newmtl material_0
4
+ Ka 0.58823529 0.58823529 0.58823529
5
+ Kd 0.58823529 0.58823529 0.58823529
6
+ Ks 0.00000000 0.00000000 0.00000000
7
+ Ns 10.00000000
8
+ map_Kd material_0.jpeg
simple_mesh/013_mug/textured.obj ADDED
The diff for this file is too large to render. See raw diff
 
simple_mesh/014_plate/material.mtl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+
3
+ newmtl material_0
4
+ Ka 0.58823529 0.58823529 0.58823529
5
+ Kd 0.58823529 0.58823529 0.58823529
6
+ Ks 0.00000000 0.00000000 0.00000000
7
+ Ns 10.00000000
8
+ map_Kd material_0.jpeg
simple_mesh/014_plate/textured.obj ADDED
The diff for this file is too large to render. See raw diff
 
simple_mesh/015_spatula/material.mtl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+
3
+ newmtl material_0
4
+ Ka 0.40000000 0.40000000 0.40000000
5
+ Kd 0.40000000 0.40000000 0.40000000
6
+ Ks 0.40000000 0.40000000 0.40000000
7
+ Ns 1.00000000
8
+ map_Kd material_0.png
simple_mesh/015_spatula/textured.obj ADDED
The diff for this file is too large to render. See raw diff
 
simple_mesh/016_hammer/material.mtl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+
3
+ newmtl material_0
4
+ Ka 0.40000000 0.40000000 0.40000000
5
+ Kd 0.40000000 0.40000000 0.40000000
6
+ Ks 0.40000000 0.40000000 0.40000000
7
+ Ns 1.00000000
8
+ map_Kd material_0.png
simple_mesh/016_hammer/textured.obj ADDED
The diff for this file is too large to render. See raw diff
 
simple_mesh/017_baseball/material.mtl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+
3
+ newmtl material_0
4
+ Ka 0.58823529 0.58823529 0.58823529
5
+ Kd 0.58823529 0.58823529 0.58823529
6
+ Ks 0.00000000 0.00000000 0.00000000
7
+ Ns 10.00000000
8
+ map_Kd material_0.jpeg
simple_mesh/017_baseball/textured.obj ADDED
The diff for this file is too large to render. See raw diff
 
simple_mesh/018_mouse/material.mtl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+
3
+ newmtl material_0
4
+ Ka 0.58823529 0.58823529 0.58823529
5
+ Kd 0.58823529 0.58823529 0.58823529
6
+ Ks 0.00000000 0.00000000 0.00000000
7
+ Ns 10.00000000
8
+ map_Kd material_0.jpeg
simple_mesh/018_mouse/textured.obj ADDED
The diff for this file is too large to render. See raw diff
 
simple_mesh/019_scrub_cleanser_bottle/textured.obj ADDED
The diff for this file is too large to render. See raw diff
 
simple_mesh/020_large_marker/material.mtl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+
3
+ newmtl material_0
4
+ Ka 0.20000000 0.20000000 0.20000000
5
+ Kd 0.75294118 0.75294118 0.75294118
6
+ Ks 1.00000000 1.00000000 1.00000000
7
+ Ns 0.00000000
8
+ map_Kd material_0.jpeg
simple_mesh/020_large_marker/textured.obj ADDED
The diff for this file is too large to render. See raw diff
 
simple_mesh/021_scissors/material.mtl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+
3
+ newmtl material_0
4
+ Ka 0.40000000 0.40000000 0.40000000
5
+ Kd 0.40000000 0.40000000 0.40000000
6
+ Ks 0.40000000 0.40000000 0.40000000
7
+ Ns 1.00000000
8
+ map_Kd material_0.png
simple_mesh/021_scissors/textured.obj ADDED
The diff for this file is too large to render. See raw diff
 
test.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ banana_1101/0003 000120 000420
2
+ bowl_1101/0004 000162 000422
3
+ cracker_1101/0000 000176 000483
4
+ drill_1101/0000 000197 000627
5
+ hammer_1101/0000 000167 000412
6
+ marker_1101/0003 000169 000314
7
+ mouse_1101/0003 000142 000333
8
+ mug_1101/0002 000103 000449
9
+ mustard_1101/0001 000125 000320
10
+ scrub_1101/0001 000105 000380
11
+ spam_1101/0000 000218 000421
12
+ spatula_1101/0000 000135 000397
13
+ wine_1101/0001 000235 000371
14
+ pitcher_1029/0005 000244 000805
train.txt ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ banana_1101/0000 000133 000473
2
+ banana_1101/0001 000122 000405
3
+ banana_1101/0002 000038 000357
4
+ banana_1101/0004 000109 000389
5
+ bowl_1101/0000 000130 000308
6
+ bowl_1101/0002 000165 000332
7
+ bowl_1101/0003 000167 000332
8
+ clamp_1101/0000 000156 000399
9
+ clamp_1101/0004 000072 000399
10
+ cracker_1101/0001 000122 000387
11
+ cracker_1101/0002 000197 000422
12
+ cracker_1101/0004 000196 000337
13
+ cracker_1101/0005 000117 000278
14
+ drill_1101/0001 000175 000667
15
+ drill_1101/0002 000177 000584
16
+ drill_1101/0003 000167 000330
17
+ hammer_1101/0002 000176 000294
18
+ marker_1101/0004 000103 000303
19
+ marker_1101/0005 000146 000305
20
+ mouse_1101/0001 000140 000396
21
+ mug_1101/0000 000097 000301
22
+ mug_1101/0001 000148 000325
23
+ mustard_1101/0000 000145 000359
24
+ pitcher_1101/0000 000172 000460
25
+ pitcher_1101/0001 000177 000467
26
+ pitcher_1101/0002 000180 000672
27
+ pudding_1101/0000 000162 000312
28
+ pudding_1101/0001 000163 000432
29
+ pudding_1101/0002 000146 000509
30
+ pudding_1101/0003 000219 000489
31
+ scrub_1101/0000 000182 000452
32
+ scrub_1101/0002 000124 000384
33
+ spam_1101/0002 000049 000269
34
+ spatula_1101/0001 000126 000349
35
+ spatula_1101/0003 000152 000412
36
+ wine_1101/0000 000150 000339
37
+ spam_1029/0001 000188 000848