Add files using upload-large-folder tool
Browse files
README.md
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- object-detection
|
| 5 |
+
tags:
|
| 6 |
+
- 6d-pose
|
| 7 |
+
- event-camera
|
| 8 |
+
- synthetic
|
| 9 |
+
- blender
|
| 10 |
+
- gso
|
| 11 |
+
size_categories:
|
| 12 |
+
- 100G<n<1T
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Event6DBlenderMedium (Blender-Rendered Training Data — `medium` extension)
|
| 16 |
+
|
| 17 |
+
The `medium`-difficulty extension to [`mickeykang/Event6DBlender`](https://huggingface.co/datasets/mickeykang/Event6DBlender).
|
| 18 |
+
**Not used by the released [Event6D](https://github.com/mickeykang16/Event6D) checkpoint**
|
| 19 |
+
(the public training run hardcodes `categories=['easy']`), but included here for users
|
| 20 |
+
who want to extend training to harder sequences.
|
| 21 |
+
|
| 22 |
+
## Layout
|
| 23 |
+
|
| 24 |
+
```
|
| 25 |
+
Event6DBlenderMedium/
|
| 26 |
+
├── EvBlenderProc/25-07-30_medium_9/train_pbr/<seq>/
|
| 27 |
+
│ ├── rgb/, depth/, mask/, mask_visib/, scene_camera.json, scene_gt.json, ...
|
| 28 |
+
└── EvBlenderProcEv/25-07-30_medium_9/<seq>/0001.npz, 0002.npz, ...
|
| 29 |
+
```
|
| 30 |
+
|
| 31 |
+
1354 training sequences + 386 test sequences (medium-difficulty category).
|
| 32 |
+
|
| 33 |
+
## Usage
|
| 34 |
+
|
| 35 |
+
Download into the **same local directory** as `Event6DBlender` so the splits and GSO
|
| 36 |
+
meshes from that repo cover the medium sequences as well:
|
| 37 |
+
|
| 38 |
+
```bash
|
| 39 |
+
huggingface-cli download mickeykang/Event6DBlender --repo-type dataset --local-dir ./data/Event6DBlender
|
| 40 |
+
huggingface-cli download mickeykang/Event6DBlenderMedium --repo-type dataset --local-dir ./data/Event6DBlender
|
| 41 |
+
```
|
| 42 |
+
|
| 43 |
+
`train.txt` / `test.txt` from the primary repo already list these sequences.
|
| 44 |
+
|
| 45 |
+
To train on `easy + medium`, modify the dataloader call (`blender_reader_e2e.py:89`) to
|
| 46 |
+
`process_subdir_fast(categories=['easy', 'medium'])`.
|
| 47 |
+
|
| 48 |
+
## Attribution
|
| 49 |
+
|
| 50 |
+
Renders use the same GSO mesh set + BlenderProc pipeline as the primary repo — see
|
| 51 |
+
[`mickeykang/Event6DBlender`](https://huggingface.co/datasets/mickeykang/Event6DBlender)
|
| 52 |
+
for licensing details.
|
| 53 |
+
|
| 54 |
+
## Citation
|
| 55 |
+
|
| 56 |
+
Please cite Event6D (CVPR 2026) if you use this data.
|