KayZhu commited on
Commit
b70e6e2
·
verified ·
1 Parent(s): d6c814c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: AmbiSem-3D
3
+ tags:
4
+ - 3d
5
+ - image
6
+ - amodal-3d-generation
7
+ - semantic-ambiguity
8
+ ---
9
+
10
+ # AmbiSem-3D
11
+
12
+ AmbiSem-3D is a diagnostic benchmark for amodal 3D generation under semantic
13
+ ambiguity, introduced with RelaxFlow: Text-Driven Amodal 3D Generation.
14
+
15
+ This repository contains two separated subsets:
16
+
17
+ | Subset | Folder | Entries | Description |
18
+ |---|---:|---:|---|
19
+ | Original | `original/` | 21 | Hand-curated single-image ambiguity cases |
20
+ | Extended | `extended/` | 100 | Semi-automatically curated view-induced ambiguity cases |
21
+
22
+ Each subset has its own `manifest.json`, `README.md`, and `assets/` directory.
23
+ All paths in a subset manifest are relative to that subset folder.
24
+
25
+ ## Usage
26
+
27
+ Download the repository, then pass the subset manifest path to the RelaxFlow
28
+ batch runner or to the `prepare_manifest_with_priors.py` helper from the
29
+ RelaxFlow code release.
30
+
31
+ ## Citation
32
+
33
+ If you use AmbiSem-3D or RelaxFlow, please cite:
34
+
35
+ ```bibtex
36
+ @inproceedings{zhu2026relaxflow,
37
+ title = {RelaxFlow: Text-Driven Amodal 3D Generation},
38
+ author = {Zhu, Jiayin and Fu, Guoji and Liu, Xiaolu and He, Qiyuan and Li, Yicong and Yao, Angela},
39
+ booktitle = {Proceedings of the 43rd International Conference on Machine Learning},
40
+ year = {2026},
41
+ note = {Spotlight. arXiv:2603.05425},
42
+ url = {https://arxiv.org/abs/2603.05425}
43
+ }
44
+ ```