KayZhu commited on
Commit
ff1906a
·
verified ·
1 Parent(s): 2ee32c1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -13
README.md CHANGED
@@ -11,24 +11,15 @@ tags:
11
 
12
  ExtremeOcc-3D is a benchmark for amodal 3D generation under severe object
13
  occlusion, introduced with [RelaxFlow: Text-Driven Amodal 3D
14
- Generation](https://arxiv.org/abs/2603.05425), an ICML 2026 Spotlight paper.
15
 
16
  The benchmark contains 264 single-view indoor scenes. Each sample provides an
17
  occluded scene render, a target-object mask, an isolated render of the visible
18
  object part, a category text label, and ground-truth 3D assets for evaluation.
19
 
20
- | Item | Value |
21
- |---|---|
22
- | Paper | [RelaxFlow: Text-Driven Amodal 3D Generation](https://arxiv.org/abs/2603.05425) |
23
- | Venue | ICML 2026 Spotlight |
24
- | Task | Text-guided amodal 3D generation under extreme occlusion |
25
- | Samples | 264 single-view scenes |
26
- | Inputs | Occluded RGB render, target mask, observed-object render, category text |
27
- | Ground truth | Meshes and multi-view renders for target objects |
28
- | Code | [viridityzhu/RelaxFlow](https://github.com/viridityzhu/RelaxFlow) |
29
-
30
  Use `manifest.json` as the entry point. All paths in the manifest are relative
31
- to this dataset root.
 
32
 
33
  ## Folder layout
34
 
@@ -95,7 +86,6 @@ If you use ExtremeOcc-3D or RelaxFlow, please cite:
95
  author = {Zhu, Jiayin and Fu, Guoji and Liu, Xiaolu and He, Qiyuan and Li, Yicong and Yao, Angela},
96
  booktitle = {Proceedings of the 43rd International Conference on Machine Learning},
97
  year = {2026},
98
- note = {Spotlight. arXiv:2603.05425},
99
  url = {https://arxiv.org/abs/2603.05425}
100
  }
101
  ```
 
11
 
12
  ExtremeOcc-3D is a benchmark for amodal 3D generation under severe object
13
  occlusion, introduced with [RelaxFlow: Text-Driven Amodal 3D
14
+ Generation](https://arxiv.org/abs/2603.05425).
15
 
16
  The benchmark contains 264 single-view indoor scenes. Each sample provides an
17
  occluded scene render, a target-object mask, an isolated render of the visible
18
  object part, a category text label, and ground-truth 3D assets for evaluation.
19
 
 
 
 
 
 
 
 
 
 
 
20
  Use `manifest.json` as the entry point. All paths in the manifest are relative
21
+ to this dataset root. Code and runners are available in the
22
+ [RelaxFlow repository](https://github.com/viridityzhu/RelaxFlow).
23
 
24
  ## Folder layout
25
 
 
86
  author = {Zhu, Jiayin and Fu, Guoji and Liu, Xiaolu and He, Qiyuan and Li, Yicong and Yao, Angela},
87
  booktitle = {Proceedings of the 43rd International Conference on Machine Learning},
88
  year = {2026},
 
89
  url = {https://arxiv.org/abs/2603.05425}
90
  }
91
  ```