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

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -2
README.md CHANGED
@@ -9,7 +9,26 @@ tags:
9
 
10
  # ExtremeOcc-3D
11
 
12
- A benchmark of 264 single-view scenes for amodal 3D generation under extreme occlusion. Each sample provides an occluded scene render, an object mask, an isolated observed-object render, a category text label, and ground-truth meshes / multi-view renders.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  ## Folder layout
15
 
@@ -22,7 +41,7 @@ ExtremeOcc-3D/
22
  └── <object_hash>/{mesh.ply, view_0000.png, ...}
23
  ```
24
 
25
- ## Manifest fields
26
 
27
  Each entry contains:
28
 
@@ -38,6 +57,13 @@ Each entry contains:
38
 
39
  All paths are relative to this `ExtremeOcc-3D/` directory.
40
 
 
 
 
 
 
 
 
41
  ## Adding prior images
42
 
43
  The manifest does not include a `prior_images` field. Generate priors with any image generator you prefer, organize them per sample, then run the helper to produce a complete manifest:
 
9
 
10
  # ExtremeOcc-3D
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
 
 
41
  └── <object_hash>/{mesh.ply, view_0000.png, ...}
42
  ```
43
 
44
+ ## Manifest
45
 
46
  Each entry contains:
47
 
 
57
 
58
  All paths are relative to this `ExtremeOcc-3D/` directory.
59
 
60
+ ## Usage
61
+
62
+ Download this repository, then pass `manifest.json` to the RelaxFlow batch
63
+ runner. If you generate prior images separately, use
64
+ `prepare_manifest_with_priors.py` from the RelaxFlow release to attach them to a
65
+ copy of the manifest.
66
+
67
  ## Adding prior images
68
 
69
  The manifest does not include a `prior_images` field. Generate priors with any image generator you prefer, organize them per sample, then run the helper to produce a complete manifest: